  /*CSS Document*/


/* - - - IMPORT FONTS - - - */

@font-face {
    font-family: 'AdobeClean-Regular';
    src: url('/wp-content/themes/itbo/fonts/AdobeClean-Regular.ttf');
}

@font-face {
    font-family: 'AdobeClean-Bold';
    src: url('/wp-content/themes/itbo/fonts/AdobeClean-Bold.ttf');
}

@font-face {
    font-family: 'AdobeClean-Light';
    src: url('/wp-content/themes/itbo/fonts/AdobeClean-Light.ttf');
}

@font-face {
    font-family: 'AdobeClean-BoldSemiCn';
    src: url('/wp-content/themes/itbo/fonts/AdobeClean-BoldSemiCn.ttf');
}


/* - - - - - - - - - - - - - - - - - - - - - */


/* @media (min-width: 1200px) {
    .container {
        max-width: 1490px;
    }
} */


/* @media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
} */


#section02 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#section02 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#section02 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

.demo a {
    position: absolute;
    bottom: 95px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

/*  REST  */

body {
    margin: 0;
    padding: 0;
}

button,
input,
img:focus {
    outline: none!important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

header {
    position: absolute;
    /* position: relative; */
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #030f46;
    height: 90px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .container {
    max-width: 1450px;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        width: auto;
        text-align: right;
    }
}

.navbar {
    /* z-index: 99999; */
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile-nav {
    display: none;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item {
    padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #355f82;
    font-family: 'AdobeClean-Regular';
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-family: 'AdobeClean-Regular';
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #96c3e8;
}

.navbar-light .navbar-nav .last-child-box {
    background-color: #96c3e8;
    border-radius: 25px;
    padding: 0 30px;
}

.navbar-light .navbar-nav .last-child-box:hover .last-child-item {
    color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-light .navbar-nav .last-child-box:hover .last-child-item i {
    transform: translateX(10px);
}

.navbar-light .navbar-nav .last-child-item {
    color: #030f46;
}

.navbar-light .navbar-nav .last-child-item i {
    vertical-align: middle;
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fullscreen-menu {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.fullscreen-menu:hover {
    cursor: pointer;
}

.fullscreen-menu i {
    color: #96c3e8;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.navigation-search-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navigation-search-box i {
    color: #FFFF;
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, width .35s;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
}

.overlay:before {
    content: '';
    background: #030f46;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    -webkit-transition: left .35s ease;
    transition: left .35s ease;
}

.overlay:after {
    content: '';
    background: #030f46;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open div {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open div:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open div:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open div:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay nav {
    position: relative;
    font-family: 'AdobeClean-Regular';
    height: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    justify-items: center;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid #242e62;
    padding-bottom: 25px;
}

.mega-menu-social-icon {
    padding-top: 25px;
}

.mega-menu-social-icon p {
    color: #FFF;
    font-family: 'AdobeClean-Regular';
    display: inline;
    font-size: 18px;
    vertical-align: text-bottom;
}

.mega-menu-social-icon a {
    margin-bottom: 0 !important;
    padding: 0 5px;
}

.overlay div {
    position: relative;
    opacity: 0;
}

.overlay div h2 {
    font-family: 'AdobeClean-Regular';
    display: block;
    position: relative;
    color: #FFF;
    font-size: 45px;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.overlay div a {
    font-family: 'AdobeClean-Regular';
    display: inline-flex;
    position: relative;
    color: #96c3e8;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.overlay div a:hover {
    text-decoration: none!important;
    color: #FFF;
}

.overlay div ul a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f178";
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #a1a6ba;
}


/* .overlay div a:hover:after,
.overlay div a:focus:after,
.overlay div a:active:after {
    width: 100%;
} */

.overlay div a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fullscreen-menu i:hover {
    color: #FFF;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip {
    color: #000;
}

.color {
    background-color: rgba(3, 15, 70, 0.8);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(3, 15, 70, 0.5);
    z-index: 4;
}

.pos-abs-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
    text-align: center;
}

.pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0 50px;
    color: #FFF;
    font-size: 55px;
    background: url('/wp-content/themes/itbo/img/home-header-background.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.pos-abs-content h1 span {
    color: #96c3e8;
    /* padding-left: 10rem; */
}

.section-3-pos {
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
}

.section-3-pos h1 {
    color: #FFF;
}

.section-3-pos p {
    color: #8198b2;
}

.section-3-pos a {
    font-family: 'AdobeClean-Regular';
    color: #06103b;
    font-size: 16px;
    background-color: #96c3e8;
    border-radius: 25px;
    padding: 10px 40px;
}

.section-3 {
    background-image: url(/wp-content/themes/itbo/img/section-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.our-services-home,
.our-team-home,
.contact-form-section,
.about-section,
.about-contact-section,
.customers-section,
.industry-section,
.technology-section,
.our-team-section,
.our-services-section {
    background-color: #f3f9ff !important;
}

/*.business-intelligence-section {*/
/*    background-color: #FFF !important;*/
/*}*/


.business-intelligence-section {
    background-color: #FFF !important;
}

.our-services-home-box {
    background-color: #ffffff;
    padding: 20px 40px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-services-home-box:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-services-home-box:hover .link-home-box i {
    transform: translateX(10px);
    color: #96c3e8;
}

.our-services-home-box:hover .link-home-box {
    color: #96c3e8;
}

.our-services-home-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.our-services-home h2 {
    font-family: 'AdobeClean-Regular';
    font-size: 40px;
    margin-bottom: 20px;
    color: #030f46;
}

.our-services-home-box h3 {
    font-family: 'AdobeClean-Regular';
    font-size: 26px;
    margin: 20px 0px 30px 0;
    color: #96c3e8;
}

.our-services-home-box h3 span {
    color: #030f46;
}

.our-team-home h2 {
    font-family: 'AdobeClean-Regular';
    font-size: 40px;
    margin-bottom: 20px;
    color: #030f46;
}

.our-team-home h3 {
    font-family: 'AdobeClean-Bold';
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #030f46;
}

.our-team-home p {
    font-family: 'AdobeClean-Regular';
    font-size: 16px;
    margin-bottom: 0;
    color: #8198b2;
}

.our-services-home-box a {
    /* display: inline-block;
    float: right;
    color: #030f46;
    font-size: 16px;
    font-family: 'AdobeClean-Bold'; */
    /* position: relative; */
}

.our-services-home-box .link-home-box {
    color: #030f46;
    font-size: 16px;
    font-family: 'AdobeClean-Bold';
    display: flex;
    justify-content: flex-end;
}

.our-services-home-box .link-home-box i {
    vertical-align: middle;
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.section-3-pos h2 {
    font-family: 'AdobeClean-Regular';
    font-size: 40px;
    margin-bottom: 20px;
    color: #FFF;
}

.section-3-pos p {
    font-family: 'AdobeClean-Regular';
    font-size: 16px;
    margin-bottom: 20px;
    color: #8198b2;
}

.section-3-pos p:last-child {
    color: #FFF;
}

footer {
    background-color: #030f46;
    height: 100%;
    padding: 30px 0;
}

.padding-90 {
    padding-top: 0!important;
}

footer ul {
    width: 100%;
}

footer ul li {
    padding: 0;
    width: 14%;
    text-align: center;
}

footer ul li a {
    font-family: 'AdobeClean-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #9cbbff;
    padding: 0 20px;
}

.footer-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .all-right p {
    font-family: 'AdobeClean-Regular';
    color: #46598d;
    margin-top: 15px;
    margin-bottom: 0;
}

footer .all-right p span {
    font-family: 'AdobeClean-Bold';
    padding-left: 35px;
}

footer .all-right p span a {
    color: #9cbbff;
}

.mouse {
    background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 52px;
    height: 88px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    margin: 0 auto;
    display: block;
}

.mouse:before,
.mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mouse:before {
    width: 46px;
    height: 82px;
    background-color: #030f46;
    border-radius: 100px;
}

.mouse:after {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #4e5559;
    }
    90%,
    100% {
        background-color: #ffffff;
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #4e5559;
    }
    90%,
    100% {
        background-color: #ffffff;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes colorText {
    21% {
        color: #4e5559;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #4e5559;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #4e5559;
    }
    90% {
        color: #ffffff;
    }
}

@keyframes colorText {
    21% {
        color: #4e5559;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #4e5559;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #4e5559;
    }
    90% {
        color: #ffffff;
    }
}

.mouse-box-pos {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0%;
    z-index: 5;
}

.mouse-p {
    font-family: 'AdobeClean-Regular';
    letter-spacing: 12px;
    text-indent: 12px;
    color: #ffffff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    margin-top: 20px;
}

.back-to-top {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.back-to-top img {
    display: inline-block;
}


/* Contact page */

.contact-header {
    background-image: url(/wp-content/themes/itbo/img/contact-us-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-header .pos-abs-content {
    text-align: left;
}

.contact-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
}

.contact-info-box {
    background-color: #030f46;
    text-align: center;
    padding: 55px 100px;
}

.contact-info-box .contact-info-item h3 {
    font-family: 'AdobeClean-Regular';
    color: #FFF;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 5px;
}

.contact-info-box .contact-info-item p,
.contact-info-box .contact-info-item a {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 18px;
}

.contact-info-box .contact-info-item a:hover {
    color: #FFF;
}

.contact-info-box .contact-info-item i {
    color: #96c3e8;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.contact-info-box .contact-info-item:nth-of-type(1),
.contact-info-box .contact-info-item:nth-of-type(2) {
    margin-bottom: 50px;
}

.contact-form-section .contact-form-box {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    padding: 100px 50px 0px 50px;
}

.contact-form-section .contact-form-box h2 {
    font-family: 'AdobeClean-Regular';
    color: #030f46;
    font-size: 40px;
    margin: 0px;
    margin-bottom: 5px;
}

#gform_wrapper_1 #gform_submit_button_1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 12px 80px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    float: right;
    background-color: #030f46;
    border-radius: 25px;
    /* padding: 0 30px; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

#gform_wrapper_1 #gform_submit_button_1:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gform_wrapper_1.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -3px;
    zoom: 1.5;
}


/* #gform_wrapper_1 #gform_submit_button_1:hover {
    border: 1px solid #a68b54;
    background: transparent;
    color: #a68b54;
} */

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: 'AdobeClean-Light';
    height: 64px;
    border: 1px solid #ceddeb;
    padding-left: 25px;
    color: #8198b2;
}

#gform_wrapper_1 textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border: 1px solid #ceddeb;
    padding-left: 25px;
    height: 100%;
    width: 100%;
}

#gform_wrapper_1 .top_label .gfield_label {
    display: none!important;
}

#gform_wrapper_1 #field_1_6 .gfield_required {
    color: #790000;
    margin-left: 4px;
    position: absolute;
    left: 410px;
}

#gform_wrapper_1 #field_1_6 .ginput_container {
    margin: 0;
}

#gform_wrapper_1 #field_1_6 .gfield_checkbox {
    margin: 0;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8198b2;
    font-size: 16px;
    font-family: 'AdobeClean-Light';
}

#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8198b2;
    font-size: 16px;
    font-family: 'AdobeClean-Light';
}

#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8198b2;
    font-size: 16px;
    font-family: 'AdobeClean-Light';
}

#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
    /* Firefox 18- */
    color: #8198b2;
    font-size: 16px;
    font-family: 'AdobeClean-Light';
}


/* .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: red;
} */

.about-header {
    background-image: url(/wp-content/themes/itbo/img/about-header-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-header-mobile {
    background-image: url(/wp-content/themes/itbo/img/about-header-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.about-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 36px;
    line-height: 40px;
}

.about-header .pos-abs-content {
    text-align: left;
}

.about-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.about-grid-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
}

.about-section .grid-container {
    padding: 0% 15%;
}

.about-section .grid-container .grid-item h2 {
    font-size: 40px;
    font-family: 'AdobeClean-Regular';
    color: #030f46;
    margin-bottom: 20px;
}

.about-section .grid-container .grid-item p {
    font-size: 16px;
    font-family: 'AdobeClean-Light';
    color: #8198b2;
}

.about-section .grid-container .grid-item .regular-26 {
    color: #030f46;
    font-family: 'AdobeClean-Regular';
    font-size: 26px;
}

.about-section .grid-container .grid-item .bold-20 {
    color: #030f46;
    font-family: 'AdobeClean-BoldSemiCn';
    font-size: 20px;
}

.about-slider {
    background-image: url(/wp-content/themes/itbo/img/about-slider-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-info-item {
    text-align: center;
}

.about-contact-section h3 {
    font-family: 'AdobeClean-Regular';
    text-align: center;
    margin-bottom: 70px;
    color: #030f46;
    font-size: 40px;
}

.about-info-item h4 {
    font-family: 'AdobeClean-Regular';
    color: #030f46;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.about-info-item p,
.about-info-item a {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 18px;
}

.about-info-item a:hover {
    color: #030f46;
}

.about-info-item i {
    color: #96c3e8;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.about-contact-section .about-contact-link {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 12px 65px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: #030f46;
    border-radius: 25px;
    margin-top: 70px;
}

.about-slider h3 {
    font-family: 'AdobeClean-Regular';
    color: #FFF;
    margin-bottom: 25px;
    font-size: 40px;
}

.about-slider h4 {
    color: #82abd4;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'AdobeClean-Regular';
}

.about-slider p {
    font-size: 15px;
    color: #8198b2;
    font-family: 'AdobeClean-Light';
    line-height: 22px;
}

#about-slider-owl .item {
    background: url(/wp-content/themes/itbo/img/about-slider-box-image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 540px;
    padding: 40px 25px;
    overflow: hidden;
}

#about-slider-owl .item .icon {
    margin-bottom: 20px;
}

#about-slider-owl .item span i {
    color: #FFF;
    font-size: 20px;
    padding: 9px 7px;
    height: 100%;
    border: 2px solid #8ab5dc;
    border-radius: 50%;
}

#about-slider-owl .item .content {
    height: 310px;
    overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span:focus {
    outline: none!important;
}

#about-slider-owl .owl-nav button.owl-next,
#about-slider-owl .owl-nav button.owl-prev,
#about-slider-owl button.owl-dot {
    font-size: 30px!important;
    width: 45px!important;
    border-radius: 50%!important;
    padding: 0!important;
    background-color: #8ab5dc;
}

#about-slider-owl .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    left: -3%;
    transform: translate(-50%, -50%);
}

#about-slider-owl .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -7%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #393939!important;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.customers-header {
    background-image: url(/wp-content/themes/itbo/img/customers-header-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.customers-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.customers-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 36px;
    line-height: 40px;
}

.customers-header .pos-abs-content {
    text-align: left;
}

.customers-section p {
    font-size: 16px;
    font-family: 'AdobeClean-Light';
    color: #8198b2;
}

.customers-section p:first-child {
    color: #030f46;
    font-family: 'AdobeClean-BoldSemiCn';
    font-size: 26px;
}

.customers-section .grid-container {
    display: grid;
    grid-template-columns: repeat(8, auto);
    /* grid-gap: 15px; */
}

.customers-section .grid-item {
    background-color: transparent;
    border: 1px solid #dce2e7;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.customers-section .grid-item:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.customers-section .grid-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.customers-section .grid-item img {
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.customers-section .grid-item img:hover {
    filter: none;
    -webkit-filter: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.industry-header {
    background-image: url(/wp-content/themes/itbo/img/industry-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.industry-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.industry-header .pos-abs-content {
    text-align: left;
}

.industry-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 36px;
    line-height: 40px;
}

.industry-section p:first-child {
    color: #030f46;
    font-family: 'AdobeClean-BoldSemiCn';
    font-size: 26px;
}

.industry-section p {
    font-size: 16px;
    font-family: 'AdobeClean-Light';
    color: #8198b2;
}

.industry-section .industry-box {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.industry-section .industry-box:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.industry-section .industry-box:hover .pos-abs h2 {
    color: #96c3e8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.industry-section .pos-abs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry-section .pos-abs h2 {
    color: #FFF;
    font-family: 'AdobeClean-Bold';
    font-size: 26px;
    margin-bottom: 10px;
}

.industry-section .grid-container {
    display: grid;
    grid-template-columns: repeat(8, auto);
    /* grid-gap: 15px; */
}

.industry-section .grid-item {
    background-color: transparent;
    border: 1px solid #dce2e7;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-section .grid-item img {
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
    object-fit: none;
    height: 150px;
}

.industry-section .grid-item img {
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.industry-section .grid-item img:hover {
    filter: none;
    -webkit-filter: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.our-services-header {
    background-image: url(/wp-content/themes/itbo/img/our-services-header-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-services-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.our-services-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 16px;
    line-height: inherit;
}

.our-services-header .pos-abs-content {
    text-align: left;
}

.our-services-section p {
    font-size: 16px;
    font-family: 'AdobeClean-Light';
    color: #8198b2;
}

.technology-header {
    background-image: url(/wp-content/themes/itbo/img/technology-header-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.technology-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.technology-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 36px;
    line-height: inherit;
}

.technology-header .pos-abs-content {
    text-align: left;
}

.technology-section h2 {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 26px;
    margin-bottom: 10px;
}

.technology-section p {
    font-size: 14px;
    font-family: 'AdobeClean-Light';
    color: #030f46;
    line-height: 22px;
}

.technology-section .technology-single-box {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    height: 100%;
    overflow: hidden;
    justify-items: center;
}

.technology-section .technology-single-box img {
    width: 120px;
    height: 100px;
    object-fit: contain;
}

.our-team-header {
    background-image: url(/wp-content/themes/itbo/img/team-section-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-team-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.our-team-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 36px;
    line-height: inherit;
}

.our-team-header .pos-abs-content {
    text-align: left;
}

.our-team-section .our-team-section-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.our-team-section .our-team-section-grid img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.our-team-section .our-team-section-grid div:first-child {
    padding: 0% 15%;
}

.our-team-section .our-team-section-grid div:first-child p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 16px;
    line-height: inherit;
}

.our-team-section .our-team-section-grid div:first-child p:last-child {
    font-family: 'AdobeClean-Light';
    color: #030f46;
    font-size: 26px;
    line-height: inherit;
}

.our-team-section-3 {
    background-image: url(/wp-content/themes/itbo/img/our-team-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-team-section-3 p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 20px;
    line-height: inherit;
}

.our-team-careers {
    background-image: url(/wp-content/themes/itbo/img/our-team-careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-team-careers h2 {
    font-family: 'AdobeClean-Regular';
    font-size: 40px;
    margin-bottom: 20px;
    color: #FFF;
}

.our-team-careers p {
    font-family: 'AdobeClean-Regular';
    font-size: 16px;
    margin-bottom: 20px;
    color: #8198b2;
}

.our-team-careers a {
    font-family: 'AdobeClean-Regular';
    color: #06103b;
    font-size: 16px;
    background-color: #96c3e8;
    border-radius: 25px;
    padding: 10px 40px;
}

.our-services-box {
    display: grid;
    grid-template-columns: 25% 30% 45%;
    align-items: center;
    background-color: #FFF;
}

.our-services-box div:first-child {
    position: relative;
    background-color: #030f46;
    height: 100%;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.our-services-box div:first-child::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28.7vh 0 0 20px;
    border-color: transparent transparent transparent #030f46;
    right: -20px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.after-width div:first-child::after {
    border-width: 32.3vh 0 0 20px;
}

.our-services-box div:first-child h2 {
    font-family: 'AdobeClean-Bold';
    color: #FFF;
    font-size: 28px;
    margin: 0;
}

.our-services-box div:first-child img {
    text-align: center;
    margin-bottom: 50px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.our-services-box div:nth-child(2) {
    border-right: 1px solid #dedede;
    padding: 25px;
    padding-left: 50px;
}

.our-services-box div:nth-child(3) {
    padding-left: 25px;
}

.our-services-box div:nth-child(3) p:first-child {
    color: #3e8ac9;
    font-family: 'AdobeClean-Regular';
}

.our-services-box div:nth-child(3) p {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 18px;
}

.our-services-box div:nth-child(3) ul li a {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-flex;
}

.our-services-box div ul li a,
.our-services-box-second div ul li a {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-flex;
}

.our-services-box div ul li a:hover,
.our-services-box-second div ul li a:hover {
    color: #3e8ac9;
}

.our-services-box div ul li a:before,
.our-services-box-second ul li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f178";
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #030f46;
}

.our-services-box div:nth-child(2) p {
    font-family: 'AdobeClean-Light';
    color: #030f46;
    font-size: 14px;
    margin: 0;
}

.grid-nested {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid-nested div:nth-of-type(2) {
    position: relative !important;
    background-color: unset!important;
    height: unset!important;
    width: unset!important;
    padding: unset!important;
    text-align: unset!important;
}

.grid-nested div:last-child::after {
    display: none !important;
}


/* /// */

.our-services-box-second {
    display: grid;
    grid-template-columns: 45% 30% 25%;
    align-items: center;
    background-color: #FFF;
}

.our-services-box-second .third-div {
    position: relative;
    background-color: #030f46;
    height: 100%;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.our-services-box-second .third-div::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.3vh 0 0 20px;
    border-color: transparent transparent transparent #030f46;
    left: -20px;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotateY(180deg);
}

.our-services-box-second .third-div h2 {
    font-family: 'AdobeClean-Bold';
    color: #FFF;
    font-size: 28px;
    margin: 0;
}

.our-services-box-second .third-div img {
    text-align: center;
    margin-bottom: 50px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.our-services-box-second .second-div {
    border-left: 1px solid #dedede;
    padding: 25px;
}

.our-services-box-second .second-div p {
    font-family: 'AdobeClean-Light';
    color: #030f46;
    font-size: 14px;
    margin: 0;
}

.our-services-box-second div:first-child {
    padding-left: 25px;
}

.our-services-box-second div:first-child p:first-child {
    color: #3e8ac9;
    font-family: 'AdobeClean-Regular';
}

.our-services-box-second div:first-child p {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 18px;
}

.search-form {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 50px 10px;
    background-color: #020A30;
    top: 90px;
    z-index: 99;
    display: none;
    color: #666666;
}

.search-form form {
    position: relative;
}

.search-form input {
    width: 97%;
    padding: 3px 15px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-left: 1px solid #d9d9d9;
    margin-left: 3%;
    color: #FFF;
    font-family: 'AdobeClean-Light';
}

.search-form input::placeholder {
    color: #FFF!important;
}

.search-form input::-webkit-input-placeholder {
    font-family: 'AdobeClean-Regular';
}

#searchsubmit {
    background: transparent !important;
    position: relative !important;
    border: none!important;
    font-size: 0!important;
    cursor: pointer!important;
    position: absolute!important;
    left: 0!important;
    top: 2px!important;
    -webkit-appearance: none!important;
}

#searchsubmit::after {
    content: '\f002'!important;
    font-family: "font awesome 5 pro"!important;
    font-size: 22px!important;
    font-weight: 300!important;
    display: inline-block!important;
    color: #FFF!important;
    font-size: 18px!important;
    -webkit-appearance: none!important;
}

.screen-reader-text {
    display: none!important;
}

#searchsubmit {
    display: block;
}

.business-intelligence-header {
    background-image: url(/wp-content/themes/itbo/img/business-inteligence-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.business-intelligence-header .pos-abs-content span {
    font-family: 'AdobeClean-Regular';
    color: #96c3e8;
    font-size: 15px;
    line-height: inherit;
    letter-spacing: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.business-intelligence-header .pos-abs-content h1 {
    font-family: 'AdobeClean-Regular';
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 55px;
    background: unset;
    margin-bottom: 15px;
}

.business-intelligence-header .pos-abs-content p {
    font-family: 'AdobeClean-Light';
    color: #8198b2;
    font-size: 16px;
    line-height: inherit;
}

.business-intelligence-header .pos-abs-content {
    text-align: left;
}

.business-intelligence-section h2 {
    color: #030f46;
    font-family: 'AdobeClean-Bold';
    font-size: 26px;
    margin-bottom: 10px;
}

.business-intelligence-section p {
    font-size: 16px;
    font-family: 'AdobeClean-Light';
    color: #030f46;
    line-height: 22px;
    /*padding-left: 40px;*/
    padding-top: 15px;
}

.business-intelligence-section .business-intelligence-single-box {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    height: 100%;
    overflow: hidden;
    justify-items: center;
}

.business-intelligence-section .business-intelligence-single-box img {
    width: 120px;
    height: 100px;
    object-fit: contain;
}

.business-intelligence-section .header-mobile {
    display: none;
}

.technology-section .header-mobile {
    display: none;
}

.sidebar-nav {
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99999;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 100%;
    padding: 50px;
    background-image: url(/wp-content/themes/itbo/img/mobile-menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar-nav ul {
    display: block !important;
    width: 100%;
}

.sidebar-nav ul li {
    display: block;
}

.sidebar-nav ul li a {
    font-family: 'AdobeClean-Regular';
    display: block;
    color: #FFF;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
}

.menu-click-close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20%;
    z-index: 5;
}

.menu-click-close i {
    color: #96c3e8;
    font-size: 20px;
    padding: 9px 7px;
    height: 50px;
    border: 2px solid #8ab5dc;
    border-radius: 50%;
    background-color: #030f46;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-intelligence-section .fp-tableCell {
    vertical-align: top;
}

.businnes-link-wrapper ul li {
    display: inline;
    padding-right: 15px;
}

.businnes-link-wrapper ul li a {
    font-size: 16px;
    color: #9a9fb5;
    padding: 25px 0;
    border-top: 5px solid transparent;
}


.businnes-link-wrapper ul li a:hover {
    color: #030f46;
    border-top: 5px solid #96c3e8;
}

.businnes-link-wrapper .active {
    color: #030f46;
    border-top: 5px solid #96c3e8;
}

.businnes-link {
    padding: 25px 0;
    background-color: #FFF;
    margin-bottom: 50px;
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 
#slideset2 {
    height: 15em;
    position: absolute;
    overflow: hidden
}

#slideset2>* {
    position: absolute;
    top: 100%;
    left: 0;
    animation: 12s autoplay2 infinite ease-in-out;
    width: 100%;
}

@keyframes autoplay2 {
    0% {
        top: 100%
    }
    4% {
        top: 0%
    }
    33.33% {
        top: 0%
    }
    37.33% {
        top: -100%
    }
    100% {
        top: -100%
    }
}

#slideset2>*:nth-child(1) {
    animation-delay: 0s
}

#slideset2>*:nth-child(2) {
    animation-delay: 4s
}

#slideset2>*:nth-child(3) {
    animation-delay: 8s
} */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #030f46;
}


/* === SEARCH RESULTS === */

.single-bgd {
    padding-top: 90px;
    position: relative;
}

.search-results {
    margin-bottom: 0;
    padding: 0;
    display: inherit;
}

.search-no-results {
    padding: 0;
    display: inherit;
}

.search-results .item .title {
    color: #333333;
    font-family: 'AdobeClean-Regular';
    font-weight: normal;
    font-size: 17px;
}

.search-results .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.search-results .search-wrap {
    width: 25%;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.search-results .search-box {
    border: 1px solid #f2f2f2;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 112px;
}

.search-results .search-box span {
    text-transform: uppercase;
    color: #030f46;
    font-size: 13px;
    font-family: 'AdobeClean-Bold';
    cursor: pointer;
    position: absolute;
    bottom: 5px;
}

.search-results .navigation.pagination {
    width: 100%;
    align-items: center;
    padding: 0 10px;
    margin-top: 20px;
}

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

.search-results .navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    font-family: 'OpenSans-Regular';
}

.search-results .navigation.pagination .nav-links .page-numbers {
    width: 40px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #1f2839;
    font-size: 14px;
    line-height: 25px;
}

.search-results .navigation.pagination .nav-links .next.page-numbers,
.search-results .navigation.pagination .nav-links .prev.page-numbers {
    width: auto;
    padding: 0 10px;
}

.search-results .navigation.pagination .nav-links .page-numbers.current {
    background: #98141a;
}

.sl-description {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sl-description h1 {
    font-family: 'AdobeClean-Light';
    font-size: 55px;
    color: #FFF;
    position: relative;
}

.sl-description p {
    font-family: 'AdobeClean-Light';
    font-size: 18px;
    color: #FFF;
    position: relative;
}

.sl-description a,
.service-link {
    text-transform: uppercase;
    color: #98141a;
    font-size: 14px;
    font-family: 'OpenSans-SemiBold';
    cursor: pointer;
}

.sl-wrap {
    width: 50%;
}

.search-results .search {
    display: none;
}

.mobile-toggle {
    display: none;
}

#ex-content {
    display: none;
}


/*  END REST  */


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


/* XX-Large devices (larger desktops, 1400px and up) */

@media (max-width: 1500px) {
    .our-services-box div:first-child::after {
        display: none !important;
    }
    .our-services-box-second .third-div::after {
        display: none !important;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        padding: 0 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .about-slider p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .about-slider h4 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .about-contact-section .about-contact-link {
        font-size: 14px;
    }
    .contact-info-box {
        padding: 50px 25px;
    }
    .contact-info-box .contact-info-item:nth-of-type(1),
    .contact-info-box .contact-info-item:nth-of-type(2) {
        margin-bottom: 35px;
    }
    .our-services-home-box h3 {
        font-size: 22px;
    }
    .technology-section .technology-single-box img {
        width: 85px;
        height: 100px;
        object-fit: contain;
    }
    .technology-section p {
        font-size: 14px;
        line-height: 18px;
    }
    .technology-section h2 {
        font-size: 20px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .desk-nav {
        display: none;
    }
    .mobile-nav {
        display: block;
        padding: 15px 0;
        height: 62px;
    }
    .mobile-nav ul {
        display: flex;
        justify-content: space-between;
        flex-direction: unset;
        width: 100%;
    }
    header {
        position: fixed;
        height: auto;
    }
    .navbar-brand {
        margin: 0;
    }
    .search-form {
        top: 62px;
        padding: 10px 10px 10px;
    }
    .search-form input {
        border-left: 1px solid transparent;
        margin-left: 5%;
    }
    footer ul li a {
        padding: 0px 5px;
    }
    .customers-section .grid-container {
        grid-template-columns: repeat(4, auto);
    }
}


/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .businnes-link-wrapper ul li a:hover {
        color: unset !important;
        border-top: 0 !important;
    }

    .businnes-link-wrapper ul li a {
        font-size: 16px;
        color: #9a9fb5;
        padding: 0 !important;
    }

    /*.businnes-link-wrapper ul {*/
    /*    display: flex !important;*/
    /*}*/

    .businnes-link-wrapper ul li {
        display: inline;
        padding-right: 15px;
        display: block;
    }

    .businnes-link-wrapper .active {
        display: none;
    }
    .our-services-box-second div:nth-of-type(1) {
        order: 3;
        display: block;
    }
    .mobile-toggle p {
        font-size: 16px;
        color: #3e8ac9;
        font-family: 'AdobeClean-Regular';
        text-align: center;
    }
    .expander {
        padding: 0 !important;
        text-align: center;
        padding-bottom: 15px !important;
    }
    .expander i {
        color: #030f46;
        font-size: 20px;
        padding: 9px 7px;
        height: 35px;
        border: 2px solid #030f46;
        border-radius: 50%;
        background-color: transparent;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .our-services-box div:nth-child(3) {
        display: none;
    }
    .mobile-toggle {
        display: block;
    }
    footer ul li {
        padding: 5px;
        width: 100%;
    }
    footer ul li a {
        letter-spacing: 5px;
    }
    .footer-flex {
        margin-bottom: 25px;
    }
    .all-right {
        border-top: 1px solid #202c65;
        padding-top: 25px;
    }
    footer .all-right p {
        margin-top: 0;
    }
    footer .all-right p span {
        display: block;
    }
    .contact-header .pos-abs-content h1,
    .about-header .pos-abs-content h1,
    .our-team-header .pos-abs-content h1,
    .customers-header .pos-abs-content h1,
    .industry-header .pos-abs-content h1,
    .business-intelligence-header .pos-abs-content h1,
    .technology-header .pos-abs-content h1,
    .our-services-header .pos-abs-content h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .about-header .pos-abs-content p,
    .our-team-header .pos-abs-content p,
    .customers-header .pos-abs-content p,
    .industry-header .pos-abs-content p,
    .technology-header .pos-abs-content p {
        font-size: 20px;
        line-height: normal;
    }
    .mouse-box-pos {
        display: none;
    }
    .about-grid-wrapper {
        grid-template-columns: 100%;
        text-align: center;
    }
    .about-section .grid-container {
        padding: 5% 15px;
    }
    .about-section img {
        height: 100%;
    }
    #section-mobile-auto,
    #section-mobile-auto .fp-slide,
    #section-mobile-auto .fp-tableCell {
        height: auto !important;
        padding: 25px 0;
    }
    #section-mobile,
    #section-mobile .fp-slide,
    #section-mobile .fp-tableCell {
        height: 500px !important;
    }
    #section-mobile-padding,
    #section-mobile-padding .fp-slide,
    #section-mobile-padding .fp-tableCell {
        padding: 50px 0;
    }
    #section-mobile-padding-top,
    #section-mobile-padding-top .fp-slide,
    #section-mobile-padding-top .fp-tableCell {
        padding-top: 10px!important;
        border-bottom: 1px solid #f3f9ff;
    }
    #section-mobile-padding-null,
    #section-mobile-padding-null .fp-tableCell {
        height: auto !important;
        padding: 15px 0!important;
    }
    .about-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/about-header-section-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .contact-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/contact-us-header-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .our-team-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/team-section-header-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .customers-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/customers-header-section-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .industry-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/industry-header-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .section-3-mobile {
        background-image: url(/wp-content/themes/itbo/img/section-3-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .business-intelligence-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/business-intelligence-header-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .technology-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/technology-header-mobile.png);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .our-services-header-mobile {
        background-image: url(/wp-content/themes/itbo/img/our-services-header-section-mobile.jpg);
        background-size: cover;
        background-position: center center;
        /* margin-top: 90px; */
    }
    .about-section .grid-container .grid-item .regular-26 {
        font-size: 18px;
    }
    .about-section .grid-container .grid-item p {
        font-size: 14px;
    }
    .about-section .grid-container .grid-item .bold-20 {
        font-size: 14px;
    }
    .mobile-hidden {
        display: none !important;
    }
    .about-slider h3 {
        font-size: 30px;
        text-align: center;
    }
    #about-slider-owl .owl-nav button.owl-prev {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    #about-slider-owl .owl-nav button.owl-next {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    .about-section .grid-container .grid-item h2 {
        font-size: 28px;
    }
    .contact-form-section .contact-form-box {
        padding: 15px;
    }
    .order-second-custom {
        order: 2;
        padding: 0;
    }
    .order-first-custom {
        order: 1;
    }
    .contact-form-section .contact-form-box h2 {
        font-size: 30px;
        text-align: center;
    }
    #gform_wrapper_1 #gform_submit_button_1 {
        float: none;
        width: 70%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .contact-info-box {
        padding: 40px 50px;
    }
    .our-team-section .our-team-section-grid {
        grid-template-columns: 100%;
        text-align: center;
    }
    .our-team-section .our-team-section-grid img {
        height: 100%;
    }
    .our-team-section .our-team-section-grid div:first-child {
        padding: 5% 15px;
    }
    .our-team-section-3 p {
        font-size: 16px;
        text-align: center;
        padding: 0 15px;
    }
    .our-team-section .our-team-section-grid div:first-child p:last-child {
        font-size: 20px;
    }
    .pos-abs-content h1 {
        font-size: 25px;
        background: none;
    }
    .pos-abs-content h1 span {
        padding-left: 0;
    }
    .our-services-home-box h3 {
        font-size: 18px;
    }
    .our-team-home h2 {
        font-size: 30px;
    }
    .our-team-home p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .our-team-home h3 {
        font-size: 18px;
    }
    .our-team-careers h2 {
        font-size: 32px;
    }
    .our-team-careers p {
        font-size: 14px;
    }
    .about-contact-section h3 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .about-info-item h4 {
        font-size: 30px;
    }
    .customers-section p {
        font-size: 14px;
    }
    .customers-section p:last-child {
        font-size: 18px;
    }
    .customers-section .grid-container {
        grid-template-columns: repeat(3, auto);
    }
    .industry-section p:first-child {
        font-size: 20px;
    }
    .industry-section p {
        font-size: 14px;
    }
    .industry-section .pos-abs h2 {
        font-size: 16px;
    }
    .industry-section .grid-container {
        grid-template-columns: repeat(3, auto);
    }
    .our-services-home h2 {
        font-size: 26px;
    }
    .our-services-home-box {
        padding: 20px 10px;
        margin-bottom: 20px;
        text-align: center;
        padding-bottom: 0;
    }
    .our-services-home-box .link-home-box {
        display: none;
    }
    .section-3-pos h2 {
        font-size: 30px;
    }
    .section-3-pos p {
        font-size: 14px;
    }
    .business-intelligence-header .pos-abs-content span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .business-intelligence-section .business-intelligence-single-box {
        grid-template-columns: 100%;
        padding: 25px;
    }
    .business-intelligence-section .business-intelligence-single-box div:nth-child(1) {
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }
    .business-intelligence-section .business-intelligence-single-box div:nth-child(2) {
        padding-top: 20px;
    }
    .business-intelligence-section .header-mobile {
        font-size: 20px;
        margin-bottom: 10px;
        display: inline;
        margin-left: 20px;
    }
    .business-intelligence-section h2 {
        display: none;
    }
    .business-intelligence-section p {
        font-size: 14px;
    }
    .business-intelligence-section .business-intelligence-single-box img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .business-intelligence-section .col-md-6 {
        margin-bottom: 25px;
    }
    .technology-section .technology-single-box {
        grid-template-columns: 100%;
        padding: 25px;
        justify-items: unset;
    }
    .technology-section .technology-single-box div:nth-child(1) {
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }
    .technology-section .technology-single-box div:nth-child(2) {
        padding-top: 20px;
    }
    .technology-section .header-mobile {
        font-size: 20px;
        margin-bottom: 10px;
        display: inline;
        margin-left: 20px;
    }
    .technology-section h2 {
        display: none;
    }
    .technology-section p {
        font-size: 14px;
    }
    .technology-section .technology-single-box img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .technology-section .col-md-6 {
        margin-bottom: 25px;
    }
    .our-services-box,
    .our-services-box-second {
        grid-template-columns: 100%;
    }
    .our-services-box div:first-child::after,
    .our-services-box-second div:last-child::after {
        display: none;
    }
    .our-services-box div:first-child h2,
    .our-services-box-second div:last-child h2 {
        font-size: 18px;
        display: inline;
        margin-left: 10px;
    }
    .our-services-box div:first-child img,
    .our-services-box-second div:last-child img {
        width: 50px;
        height: 50px;
        display: inline;
        margin-bottom: 0;
    }
    .our-services-box div:first-child,
    .our-services-box-second .third-div {
        padding: 15px 20px;
        text-align: left;
    }
    .our-services-box-second div:nth-of-type(1) {
        order: 3;
    }
    .our-services-box-second .second-div {
        order: 2;
    }
    .our-services-box-second .third-div {
        order: 1;
    }
    .our-services-box div:nth-child(2) {
        padding-left: 25px;
    }
    .our-services-box div:nth-child(3) p:first-child,
    .our-services-box-second div:first-child p:first-child {
        text-align: center;
    }
    .desk-nav {
        display: none;
    }
    .mobile-nav {
        display: block;
        padding: 15px 0;
        height: 62px;
    }
    .mobile-nav ul {
        display: flex;
        justify-content: space-between;
        flex-direction: unset;
        width: 100%;
    }
    header {
        position: fixed;
        height: auto;
    }
    .navbar-brand {
        margin: 0;
    }
    .search-form {
        top: 62px;
        padding: 10px 10px 10px;
    }
    .search-form input {
        border-left: 1px solid transparent;
        margin-left: 5%;
    }
    .section-3-pos {
        position: relative;
        z-index: 5;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
    }
    .padding-mobile-null {
        padding-top: 0 !important;
    }
    .back-to-top {
        margin-bottom: 0;
    }
    .businnes-link {
        display: block;
    }
    .search-results {
        background: #030f46;
    }
    .single-bgd {
        padding-top: 61px;
    }
    .sl-description {
        width: 100%;
        position: relative;
        top: 50%;
        transform: unset;
        padding: 60px 15px;
    }
    .sl-wrap {
        width: 100%;
    }
    .sl-description h1 {
        font-size: 32px;
        color: #FFF;
    }
    .sl-description p {
        font-size: 16px;
        color: #FFF;
    }
    .search-results .search-wrap {
        width: 50%;
        padding-left: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .search-results .item .title {
        color: #FFF;
        font-family: 'AdobeClean-Regular';
        font-weight: normal;
        font-size: 17px;
        text-align: center;
    }
    .search-results .search-box span {
        text-transform: uppercase;
        color: #FFFF;
        font-size: 13px;
        font-family: 'AdobeClean-Bold';
        cursor: pointer;
        position: absolute;
        bottom: 5px;
    }
    .our-services-box-second div:first-child {
        padding-left: 0;
    }
    .grid-nested br {
        display: none;
    }
    .grid-nested div:nth-of-type(2) {
        position: relative !important;
        background-color: unset!important;
        height: unset!important;
        width: unset!important;
        padding: unset!important;
        text-align: unset!important;
        display: none;
        padding-left: 25px!important;
    }
}

@media (max-width: 576px) {}


/*
####################################################
END M E D I A  Q U E R I E S
####################################################
*/