.section,
html {
    background-color: #f8f8f8;
}

.header,
.main-wrapper,
body {
    width: 100%;  background-color: #f8f8f8;
}

.form-control-line .form-group,
.form-material .form-group,
.header {
    overflow: hidden
}

.form-group.error .help-block ul li,
.form-group.issue .help-block ul li,
.help-section li,
.menu2 .menu_list2,
.skills article li {
    list-style: none
}

.JP__item a,
.contact-btn,
.menu-b-icon a,
.title_text,
a:focus,
a:hover {
    text-decoration: none
}

.JP__item a:after,
html {
    -moz-osx-font-smoothing: grayscale
}

*,
.header .arrow span,
html * {
    box-sizing: border-box
}

html {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.uppercases {
    text-transform: uppercase !important
}

.footer h3,
.offc-info h4,
.philiosphe h4,
.skills article h5,
.title_large,
.title_text,
h2 {
    text-transform: uppercase
}

.section {
    padding-top: 80px;
    transition: background-color 550ms linear
}

.checkbox label::before,
.header,
.section.is-dark,
body {
    background-color: #1e1e1e
}

.sections {
    height: 100%;
    opacity: 0;
    transition: opacity .5s linear
}

.sections.is-visible {
    opacity: 1
}

.sidebar.on-white .sections {
    opacity: .4
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh
}

.checkbox label::after,
.checkbox label::before {
    top: 1px;
    display: inline-block;
    position: absolute
}

.header+.main-wrapper {
    position: relative;
    z-index: 3;
    margin-top: 100vh
}

body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-weight: 300;
    transition: background 1s ease;
    color: #1e1e1e;
    font-size: 15px
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

strong {
    font-weight: 700
}

h5,
h6 {
    font-weight: 400
}

a {
    color: #24aaff
}

a:focus,
a:hover {
    color: #082643
}

.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.img-rounded {
    border-radius: 4px
}

ol li {
    margin: 5px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif
}

h1 {
    line-height: 48px;
    font-size: 36px
}

h2 {
    line-height: 50px;
    font-size: 24px
}

h3 {
    line-height: 30px;
    font-size: 21px
}

h4 {
    line-height: 22px;
    font-size: 18px
}

h5 {
    line-height: 18px;
    font-size: 16px
}

h6 {
    line-height: 16px;
    font-size: 14px
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: block;
    padding-left: 6px;
    position: relative;
    margin: 0
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    border-radius: 2px;
    border: 1px solid #a80000;
    content: "";
    height: 17px;
    left: 0;
    margin-left: -20px;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0
}

.checkbox label::after {
    color: #263238;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    width: 16px
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    outline: 0
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}

.checkbox input[type=checkbox]:checked+label::after {
    content: "\f122";
    font-family: Ionicons
}

.header-content h3,
.sub-header-content .omni-text,
.sub-header-content h3 {
    font-family: Montserrat, sans-serif
}

.btn-blue,
.btn-white,
.contact-form .send-btn,
.small-nav {
    font-family: Oswald, sans-serif
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #f2f4f8;
    cursor: not-allowed
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #a80000;
    border-color: #a80000
}

.checkbox-info input[type=checkbox]:checked+label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.radio label::after,
.radio label::before {
    display: inline-block;
    margin-left: -20px;
    position: absolute
}

.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, .25);
    content: "";
    height: 17px;
    left: 0;
    outline: 0;
    transition: border .5s ease-in-out;
    width: 17px
}

.radio label::after {
    -moz-transition: -moz-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #263238;
    border-radius: 50%;
    content: " ";
    height: 7px;
    left: 5px;
    top: 5px;
    transform: scale(0, 0);
    transition: transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    width: 7px
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #24aaff
}

.radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}

.radio input[type=radio]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio.radio-single label {
    height: 17px
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #24aaff
}

.checkbox label,
.radio label {
    cursor: pointer
}

.form-control {
    color: #fff !important;
    min-height: 45px;
    display: initial;
    background-color: #1e1e1e;
    border-color: #4d6272;
    border-radius: 0
}

.form-control:focus {
    border-color: #a80000 !important;
    background-color: #011c30 !important
}

.form-control:disabled,
.form-control[readonly] {
    opacity: .7
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: none
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #24aaff
}

.form-group {
    margin-bottom: 10px
}

.form-control .fileinput-filename {
    vertical-align: bottom
}

.help-bottom,
.services-bottom {
    vertical-align: middle;
    clear: both
}

.fileinput.input-group>* {
    position: relative;
    z-index: 2
}

.fileinput.input-group>.btn-file {
    z-index: 1
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#24aaff, #24aaff), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s
}

.form-control-line .form-control {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #d9d9d9
}

.form-control-line .form-control:focus {
    border-bottom: 1px solid #24aaff
}

.floating-labels .form-group {
    position: relative
}

.floating-labels .form-control {
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9
}

.floating-labels select.form-control>option {
    font-size: 14px
}

.floating-labels .has-error .form-control {
    border-bottom: 1px solid #f62d51
}

.floating-labels .has-warning .form-control {
    border-bottom: 1px solid #ffbc34
}

.floating-labels .has-success .form-control {
    border-bottom: 1px solid #55ce63
}

.floating-labels .form-control:focus {
    outline: 0;
    border: none
}

.floating-labels label {
    color: #54667a;
    position: absolute;
    cursor: auto;
    top: 5px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.floating-labels .form-control:focus~label,
.floating-labels .form-control:valid~label {
    top: -20px;
    font-size: 12px
}

.floating-labels .bar {
    position: relative;
    display: block
}

.floating-labels .bar:after,
.floating-labels .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #24aaff;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.header-content h1::before,
.header-content::before,
.skills article h5:before {
    content: ""
}

.floating-labels .bar:before {
    left: 50%
}

.floating-labels .bar:after {
    right: 50%
}

.floating-labels .form-control:focus~.bar:after,
.floating-labels .form-control:focus~.bar:before {
    width: 50%
}

.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.floating-labels .input-lg,
.floating-labels .input-lg~label {
    font-size: 24px
}

.floating-labels .input-sm,
.floating-labels .input-sm~label {
    font-size: 16px
}

.has-warning .bar:after,
.has-warning .bar:before {
    background: #ffbc34
}

.has-success .bar:after,
.has-success .bar:before {
    background: #55ce63
}

.has-error .bar:after,
.has-error .bar:before {
    background: #f62d51
}

.has-warning .form-control:focus~label,
.has-warning .form-control:valid~label {
    color: #ffbc34
}

.has-success .form-control:focus~label,
.has-success .form-control:valid~label {
    color: #55ce63
}

.has-error .form-control:focus~label,
.has-error .form-control:valid~label {
    color: #f62d51
}

.has-feedback label~.t-0 {
    top: 0
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border: 1px solid #f62d51
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
    border: 1px solid #55ce63
}

.form-group.error .help-block ul {
    padding: 0;
    color: #f62d51
}

.form-group.issue .help-block ul {
    padding: 0;
    color: #ffbc34
}

.pagination-circle li.active a {
    background: #55ce63
}

.custom-select {
    background: url(../images/custom-select.html) right .75rem center no-repeat #f7f7f7;
    border-color: #ededed
}

textarea {
    resize: none
}

.logo,
.overlay .menu-logo {
    position: relative;
    width: 200px;
    padding-top: 25px;
    margin-left: 25px
}

.logo img,
.overlay .menu-logo img {
    z-index: 3;
    position: relative;
    height: 60px;
    width: 100%
}

.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: table;
    width: 100%;
    z-index: 5;
    padding-left: 25px
}

.header-content h1,
.header-content h2 {
    padding: 0;
    margin: auto;
    text-align: left;
    color: #fff
}

.header-content::before {
    height: 600px;
    width: 600px;
    border-radius: 50%;
    position: absolute;
    border: 18px solid #a80000;
    top: 50%;
    right: -10%;
    z-index: -1;
    display: none
}

.header-content h1 {
    position: relative;
    margin-bottom: 45px;
    font-size: 115px;
    font-weight: 500;
    line-height: 107px
}

.header-content h1::before {
    position: absolute;
    left: 5px;
    bottom: -35px;
    height: 2px;
    width: 119px;
    background: #a80000
}

.left-content,
.sub-header-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.header-content h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 72px
}

.header-content h3 {
    font-size: 22px;
    text-align: left;
    font-weight: 100;
    padding: 20px 0 0;
    margin: auto auto auto 0;
    line-height: normal;
    color: #fff;
    width: 720px
}

.sub-header-content {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: table;
    width: 100%
}

.sub-header-content .sub-head {
    font-size: 40px;
    text-align: left;
    font-weight: 300;
    padding: 470px 0 0 200px;
    margin: auto auto 20px;
    line-height: 54px;
    color: #fff;
    width: 100%
}

.sub-header-content h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 100;
    padding: 0 0 0 200px;
    line-height: normal;
    color: #fff;
    width: 100%;
    position: relative
}

.sub-header-content .omni-head {
    font-size: 60px;
    text-align: left;
    font-weight: 400;
    padding: 0 0 0 100px;
    margin: auto auto 30px;
    line-height: 70px;
    color: #fff;
    width: 100%
}

.sub-header-content .omni-text {
    font-size: 18px;
    text-align: left;
    font-weight: 100;
    padding: 0 0 0 100px;
    line-height: normal;
    color: #fff;
    width: 80%;
    position: relative
}

.line-bar {
    height: 1px;
    width: 80px;
    border: 1px solid #a80000;
    display: block;
    margin: 50px auto
}

.our-story p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px
}

.job-page h1,
.our-story h1 {
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    line-height: normal;
    color: #1e1e1e;
    margin-bottom: 50px
}

.job-page h1 {
    line-height: 80px
}

.job-page h2,
.philiosphe .headingPH {
    font-weight: 500;
    line-height: normal;
    padding: 0
}

.job-page h2 {
    font-size: 35px;
    text-align: left;
    color: #1e1e1e;
    margin-bottom: 20px
}

.philiosphe {
    color: #fff !important;
    width: 70%
}

.philiosphe p {
    font-size: 15px;
    text-align: justify
}

.philiosphe .headingPH {
    font-size: 70px;
    text-align: right;
    margin: auto;
    color: #fff
}

.philiosphe .headingPHsm {
    font-size: 24px;
    text-align: right;
    font-weight: 300;
    padding: 0;
    margin: auto auto 50px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px
}

.skills,
.skills h1 {
    color: #1e1e1e
}

.philiosphe h4 {
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    padding: 0 0 15px;
    margin: auto auto 13px;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    border-bottom: solid 1px #1a394c
}

.help-section h1,
.help-section h5,
.left-content,
.menu-b-icon,
.skills h1 {
    text-align: center
}

.left-content {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: table;
    width: 100%;
    padding-right: 100px
}

.menu-b-icon,
.menu-b-icon a {
    display: inline-block
}

.right-content {
    padding-left: 70px;
    position: relative;
    margin-left: 0;
    border-left: solid 1px #a80000;
    padding-bottom: 15px;
    padding-top: 15px
}

.right-content .circle {
    height: 70px;
    width: 70px;
    border: none;
    background-color: #1a394c;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 32px;
    text-align: center;
    overflow: hidden;
    padding-top: 14px
}

.skills article h5,
.skills h1 {
    font-weight: 500;
    padding: 0;
    line-height: normal
}

.right-content .circle img {
    height: 40px;
    width: auto
}

.skills h1 {
    font-size: 70px;
    margin: auto auto 70px
}

.skills article {
    margin-bottom: 30px
}

.skills article:HOVER h5 {
    color: #a80000
}

.skills article h5 {
    font-size: 25px;
    margin: auto auto 50px;
    letter-spacing: 1px;
    color: #1e1e1e
}

.skills article h5:before {
    position: absolute;
    left: -15px;
    top: 18px;
    height: 3px;
    width: 15px;
    background: #a80000
}

.skills article ul {
    padding-left: 0
}

.skills article li {
    font-size: 16px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 400
}

.menu-b-icon {
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 2000;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    transition: .4s
}

.bar1,
.bar2,
.bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: .4s;
    border-radius: 4px
}

.on-white .bar1,
.on-white .bar2,
.on-white .bar3 {
    background-color: #1e1e1e
}

.on-white .btn-close .bar1,
.on-white .btn-close .bar2,
.on-white .btn-close .bar3 {
    background-color: #fff
}

.bar2,
.on-white .bar2 {
    width: 22px;
    height: 3px;
    background-color: #a80000;
    margin: 6px 0;
    transition: .4s
}

.btn-close .bar1 {
    -webkit-transform: rotate(-45deg) translate(0, 3px);
    transform: rotate(-45deg) translate(0, 3px)
}

.btn-close .bar2 {
    opacity: 0
}

.btn-close .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -13px);
    transform: rotate(45deg) translate(-10px, -13px)
}

.btn-close {
    height: 26px;
    position: fixed;
    right: 35px;
    top: 35px
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 1999;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/nav-bg.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #1e1e1e
}

.small-nav {
    font-size: 22px;
    float: left;
    color: #fff;
    margin-right: 20px;
    margin-top: 30px
}

.small-nav:HOVER {
    color: #a80000
}

.overlay .social-icons {
    clear: both;
    float: left;
    padding-top: 30px;
    animation: showNavigation .9s ease forwards;
    visibility: visible;
    border-top: solid 1px #264456
}

.overlay .social-icons a {
    font-size: 22px;
    color: #80919c;
    margin-right: 10px;
    margin-left: 10px
}

.btn-blue,
.btn-white {
    padding: 5px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-top: 20px;
    display: inline-block
}

.overlay .social-icons a:HOVER {
    color: #a80000
}

.menu2 {
    margin-left: 30px
}

.btn-blue {
    border: 1px solid #1e1e1e;
    color: #1e1e1e !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-blue:HOVER,
.btn-blue:focus {
    background-color: #1e1e1e;
    color: #fff !important
}

.btn-white {
    border: 1px solid #a80000;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.c-line::before,
.style-border {
    border-left: solid 1px #a80000
}

.menu2 .menu2-item .menu2-link,
.menu2 .menu2-item-size .menu2-link {
    font-weight: 400;
    font-family: Oswald, sans-serif
}

.btn-white:HOVER,
.btn-white:focus {
    background-color: #a80000;
    color: #fff
}

@media screen and (min-width:48em) {
    .menu2 {
        margin-left: 60%;
        padding-top: 130px
    }
}

.menu2 .menu_list2 {
    padding: 0;
    margin: 0 0 1.625rem;
    transition: opacity .3s ease-in;
    visibility: hidden;
    opacity: 0
}

.menu2 .menu2-item {
    padding: 0;
    margin: 0
}

.menu2 .menu2-item:before {
    display: none
}

.menu2 .menu2-item .menu2-link {
    font-size: 50px;
    color: #888;
    text-decoration: none;
    line-height: 1.7777;
    transition: color .3s;
    position: relative;
    overflow: hidden;
    display: inline-block
}

@media screen and (min-width:120em) {
    .menu2 .menu2-item .menu2-link {
        font-size: 50px
    }
}

.menu2 .menu2-item .menu2-link:hover {
    color: #fff
}

.menu2 .menu2-item .menu2-link-active {
    color: #a80000 !important
}

.menu2 .menu2-item .menu2-link-anim .link-mask {
    position: absolute;
    left: 0;
    overflow: hidden;
    background-color: #1e1e1e;
    width: 100%;
    display: block;
    transform: translate3d(-100%, 0, 0);
    animation: anim-out-layer .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu2 .menu2-item .menu2-link-anim .link-mask:before {
    background-color: #1e1e1e;
    content: attr(data-text);
    width: 100%;
    display: block;
    transform: translate3d(100%, 0, 0);
    color: #a80000;
    animation: anim-out-text .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-line::before,
.footer .bottom-menu li:before,
.footer::before,
.help-bottom .container::before,
.help-section li:before,
.s-icon::after,
.text-sub::after,
services-bottom .container::before {
    content: ""
}

.menu2 .menu2-item .menu2-link-anim:hover .link-mask {
    animation: anim-in-layer .3s ease forwards
}

.menu2 .menu2-item .menu2-link-anim:hover .link-mask:before {
    animation: anim-in-text .3s ease forwards
}

.menu2 .menu2-item-size .menu2-link {
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.22;
    color: #fff
}

@media screen and (min-width:48em) {
    .menu2 .menu2-item-size .menu2-link {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (min-width:120em) {
    .menu2 .menu2-item-size .menu2-link {
        font-size: 60px
    }
}

.menu2 .menu_list2-main {
    animation: showNavigation .9s ease forwards;
    visibility: visible
}

.navbar--in,
.navbar--out {
    transition: transform .2s linear, background 1s ease, height .5s ease
}

.navbar--in {
    transform: translateZ(0)
}

.menu2 .menu_list2--alter {
    animation: showNavigation .9s .2s ease forwards;
    visibility: visible
}

@keyframes showNavigation {
    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes Socials {
    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes anim-in-layer {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes anim-out-layer {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes anim-in-text {
    0% {
        transform: translate3d(100%, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes anim-out-text {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

#subLinks .menu2-item-size .menu2-link {
    font-size: 40px !important
}

#subLinks ul {
    padding: 0;
    margin: 0 0 20px
}

.c-line,
.help-section {
    position: relative;
    padding-top: 120px;
    font-size: 18px
}

.help-section {
    color: #1e1e1e
}

.c-line::before,
.help-section li:before {
    position: absolute
}

.c-line::before {
    left: 50%;
    top: -70px;
    height: 60px;
    width: 1px;
    border-bottom: none;
    background: #1e1e1e
}

.help-section h1 {
    font-size: 70px;
    font-weight: 500;
    padding: 0;
    margin: auto;
    line-height: normal;
    color: #1e1e1e
}

.help-section h2,
.help-section h3 {
    text-align: left;
    font-weight: 600;
    padding: 0;
    line-height: normal;
    color: #1e1e1e;
    letter-spacing: 2px
}

.help-section h2 {
    font-size: 51px;
    margin: auto
}

.help-section h3 {
    font-size: 40px;
    margin: auto auto 20px
}

.help-bottom h3,
.help-section h5,
.services-bottom h3 {
    padding: 0;
    margin: auto;
    line-height: normal;
    color: #1e1e1e
}

.help-section h5 {
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 2px
}

.help-bottom h3,
.services-bottom h3 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400
}

.LS-0,
.services-section h3,
.we-built h1,
.we-built h2 {
    line-height: calc(50 / 40) !important
}

.help-section li {
    position: relative
}

.help-section li:before {
    left: -40px;
    top: 12px;
    height: 1px;
    width: 22px;
    background: #a80000
}

.help-bottom .container::before,
services-bottom .container::before {
    left: 50%;
    top: -140px;
    height: 80px;
    border-bottom: none;
    background: #1e1e1e;
    border-left: solid 1px #a80000;
    position: absolute
}

.help-bottom {
    display: table-cell;
    width: 100%;
    text-align: center;
    color: #1e1e1e
}

.help-bottom .container::before {
    width: 1px
}

.hide-line .container::before {
    display: none !important
}

.services-bottom {
    display: table-cell;
    width: 100%;
    text-align: center;
    color: #1e1e1e
}

services-bottom .container::before {
    width: 1px
}

.BG-heading::after,
.services-section h3::after,
.style-border::after,
.style-border::before {
    background: #a80000;
    content: ""
}

.style-border {
    border-right: solid 1px #a80000;
    padding: 25px
}

.style-border::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 30px
}

.style-border::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 30px
}

.BG-heading {
    color: #a80000 !important;
    letter-spacing: 4px;
    margin-bottom: 100px !important;
    position: relative
}

.BG-heading::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 1px;
    width: 100px;
    margin-left: -50px
}

.LS-0 {
    letter-spacing: 0 !important
}

.services-section {
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px
}

.services-section h3 {
    font-size: 35px;
    font-weight: 400;
    position: relative
}

.services-section h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px
}

.services-section p {
    font-size: 14px
}

.s-icon {
    width: 70px;
    height: 100%;
    float: left;
    padding-top: 5px;
    position: relative
}

.s-icon::after {
    position: absolute;
    right: 10px;
    top: 0;
    height: 160px;
    width: 1px;
    background: #1e1e1e
}

.set-width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.full-w-bg {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to left, transparent 0, transparent 70%, #1e1e1e 50%, #1e1e1e 100%)
}

.we-built {
    color: #1e1e1e
}

.we-built .textinfo {
    color: #FFF;
    background-color: #1e1e1e;
    text-align: right;
    padding: 12px 15px 30px 0
}

.we-built h1,
.we-built h2 {
    padding: 0;
    color: #fff
}

.product-img {
    position: absolute;
    left: -40px;
    top: -92px
}

.we-built h1 {
    font-size: 60px;
    font-weight: 500;
    margin: 0
}

.we-built h2 {
    font-size: 45px;
    font-weight: 300;
    margin: 0 0 20px
}

.no-scroll {
    overflow: hidden
}

.newClass {
    background-color: green !important;
    border: 1px solid green !important
}

.dark-color {
    color: #1e1e1e !important
}

.white-color {
    color: #fff !important
}

.footer {
    background-color: #1e1e1e;
    position: relative;
    padding: 70px 0 50px;
    color: #b3bcc3;
    font-size: 15px;
    text-align: left
}

.footer .bottom-menu li:before,
.text-sub::after {
    background: #a80000
}

.footer::before {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    border: 12px solid #a80000;
    top: -40%;
    right: -5%;
    z-index: 4;
    display: none
}

.footer h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.5px;
    padding-bottom: 15px
}

.footer .social-icons {
    clear: both;
    margin-top: -5px;
    margin-bottom: 10px
}

.m-200,
.m-b-200 {
    margin-bottom: 200px
}

.footer .social-icons a {
    font-size: 22px;
    color: #b3bcc3;
    margin-right: 20px
}

.ion-social-instagram-outline,
.social-icons .ion-social-linkedin-outline {
    font-size: 25px
}

.b-phone {
    padding: 10px 0;
    font-size: 22px;
    color: #fff
}

.footer a {
    color: #b3bcc3;
    display: inline-block;
    transition: all .3s ease-out
}

.footer a:HOVER {
    color: #fff;
    transform: translate(5px, 0)
}

.AB-head1,
.AB-head2,
.C_heading,
.head__C1,
.head__C2,
.heading-left-text,
.services-page .Head-1,
.services-page .Head-2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.footer .bottom-menu {
    padding-left: 30px
}

.footer .bottom-menu li {
    font-size: 13px;
    padding-bottom: 12px;
    list-style: none;
    position: relative
}

.footer .bottom-menu li:before {
    position: absolute;
    left: -25px;
    top: 9px;
    height: 1px;
    width: 12px
}

.m-200,
.m-b-200,
.text-sub,
.title_large,
.top_section {
    position: relative
}

.copyright {
    padding: 15px 15px 0;
    text-align: center;
    color: #647a88
}

.SD-text,
.offc-info,
.title_large,
.title_text {
    text-align: left
}

.m-200 {
    clear: both
}

.red {
    color: #a80000 !important
}

.top_section {
    padding-bottom: 100px
}

.title_text {
    color: #fff;
    letter-spacing: 1px;
    font-size: 22px;
    display: block;
    margin-top: 50px;
    margin-bottom: 0
}

.title_large {
    font-size: 70px;
    font-weight: 500;
    padding: 0;
    margin: auto;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px
}

.contact-form,
.text-sub {
    margin-top: 50px;
    color: #fff
}

.text-sub {
    font-size: 16px
}

.text-sub::after {
    position: absolute;
    left: 50px;
    bottom: -20px;
    height: 2px;
    width: 100px;
    margin-left: -50px
}

.contact-form h4 {
    font-size: 18px;
    margin: 25px 0;
    color: #fff;
    letter-spacing: 1px
}

.contact-form .checkbox label {
    font-size: 12px;
    color: #fff
}

.contact-form .checkbox {
    margin-bottom: 20px
}

.contact-form .send-btn {
    padding: 7px 40px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    border: 1px solid #a80000;
    background-color: #a80000;
    color: #fff;
    margin-top: 10px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.contact-form .send-btn:HOVER,
.contact-form .send-btn:focus {
    border: 1px solid #a80000;
    background-color: #a80000;
    color: #fff
}

.white_section {
    background-color: #fff;
    padding: 80px 0;
    position: relative
}

.offices {
    margin-top: 50px
}

.offices .PS {
    margin-top: 60px
}

.offc-info {
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 130px
}

.AB-head1,
.AB-head2,
.head__C1,
.head__C2,
.heading-left-text {
    position: absolute;
    text-transform: uppercase;
    font-family: Oswald, sans-serif
}

.offc-info p {
    line-height: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300
}

.offc-info .phone {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.offc-info h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1.5px
}

.offc-info img {
    height: 70px;
    width: 70px;
    margin-bottom: 50px
}

.offc-info a {
    color: #a80000
}

.offc-info a:HOVER {
    color: #fff
}

.services-bottom .style-border {
    border-left: solid 1px rgba(255, 255, 255, 0);
    border-right: solid 1px rgba(255, 255, 255, 0);
    transition: .2s
}

.btn_white,
.services-bottom .btn-white {
    border: 1px solid #fff
}

.services-bottom .style-border::after,
.services-bottom .style-border::before {
    background: rgba(255, 255, 255, 0);
    transition: .2s
}

.job-page li:before,
.services01 .SR__content1 li:before,
.services02 .SR__content2 li:before,
.services03 .SR__content3 li:before,
.services04 .SR__content4 li:before {
    content: "";
    height: 1px;
    width: 22px;
    background: #a80000
}

.help-section .heading1 {
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    margin: auto;
    color: #1e1e1e;
    letter-spacing: 1px
}

.help-section .heading2 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: auto;
    line-height: normal;
    color: #1e1e1e;
    letter-spacing: 1.5px
}

.AB-head1,
.AB-head2,
.C_heading,
.head__C1,
.head__C2,
.services-page .Head-1,
.services-page .Head-2 {
    padding: 0;
    line-height: 1
}

.heading-left-text {
    font-size: 100px;
    font-weight: 700;
    color: #1f3849;
    top: 300px;
    left: 0
}

.menu-copyright {
    float: left;
    font-size: 13px;
    color: #838d94;
    clear: both;
    margin-top: 45px
}

.SET_wid,
.built {
    float: right
}

.AB-head1 {
    font-size: 150px;
    font-weight: 500;
    color: #fff;
    left: 0;
    top: 45%;
    z-index: 2
}

.AB-head2 {
    font-size: 306px;
    font-weight: 800;
    color: #00233e;
    left: -48px;
    top: 40%
}

.head__C1 {
    font-size: 110px;
    font-weight: 500;
    color: #fff;
    left: -20px;
    top: 38%;
    z-index: 2
}

.head__C2 {
    font-size: 250px;
    font-weight: 800;
    color: #00233e;
    left: 30px;
    top: 40%
}

.services-page .Head-1,
.services-page .Head-2 {
    top: 45%;
    left: 0
}

.services-page .SR-content {
    text-align: left;
    position: relative;
    color: #fff
}

.services-page .Head-1 {
    font-size: 150px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    font-family: Oswald, sans-serif
}

.services01 .services1_title .Bigtext01,
.services02 .services2_title .Bigtext02,
.services03 .services3_title .Bigtext03,
.services04 .services4_title .Bigtext04 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    z-index: -1
}

.services-page .Head-2 {
    font-size: 306px;
    font-weight: 800;
    color: #00233e;
    text-transform: uppercase;
    position: absolute;
    font-family: Oswald, sans-serif
}

.services-page .Head-3 {
    padding: 350px 0 0 350px;
    font-size: 20px;
    font-weight: 300
}

.SR_head {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px
}

.services01 .SR__content1 {
    min-height: 800px
}

.services01 .SR__content1 h3 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 25px;
    line-height: 50px;
    color: #1e1e1e
}

.services1_title {
    position: absolute;
    left: 0;
    bottom: 20%;
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg);
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.services2_title,
.services3_title {
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg)
}

.services01 .services1_title h1 {
    font-size: 130px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 180px;
    line-height: 1;
    color: #1e1e1e;
    text-transform: uppercase
}

.services01 .services1_title h2 {
    font-size: 70px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #a3a8ad;
    text-transform: uppercase
}

.services01 .services1_title .Bigtext01 {
    font-size: 370px;
    font-weight: 800;
    line-height: 1;
    color: #f2f1f1;
    position: absolute;
    left: -91px;
    top: -100px
}

.job-page li,
.services01 .SR__content1 li {
    font-size: 18px;
    font-weight: 400;
    list-style: none
}

.job-page li:before,
.services01 .SR__content1 li:before {
    left: -40px;
    top: 12px
}

.services01 .SR__content1 p {
    line-height: 28px
}

.services01 .SR__content1 ul {
    margin-bottom: 30px
}

.services01 .SR__content1 li {
    position: relative;
    margin-bottom: 10px
}

.services01 .SR__content1 li:before {
    position: absolute
}

.job-page ul {
    margin-bottom: 30px
}

.job-page li {
    position: relative;
    margin-bottom: 10px
}

.job-page li:before,
.services2_title {
    position: absolute
}

.services02 {
    padding-bottom: 150px;
    padding-top: 150px
}

.services02 .SR__content2 {
    color: #fff
}

.services02 .SR__content2 h3 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 25px;
    line-height: 55px;
    color: #fff
}

.services2_title {
    left: 0;
    bottom: 7%;
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.cont2 .PD-1 .BigPD-1,
.services3_title {
    transform: translate3d(0, 100%, 0) rotate(-90deg)
}

.services02 .services2_title h1 {
    font-size: 130px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    min-width: 680px
}

.services02 .services2_title h2 {
    font-size: 75px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #a3a8ad;
    text-transform: uppercase;
    min-width: 550px;
    letter-spacing: 1.5px
}

.services02 .services2_title .Bigtext02 {
    font-size: 370px;
    font-weight: 800;
    line-height: 1;
    color: #00233e;
    position: absolute;
    left: -91px;
    top: -100px
}

.services02 .SR__content2 p {
    line-height: 28px
}

.services02 .SR__content2 li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.services02 .SR__content2 li:before {
    position: absolute;
    left: -40px;
    top: 12px
}

.services03 {
    padding-bottom: 150px;
    padding-top: 150px
}

.services03 .SR__content3 {
    color: #1e1e1e
}

.services03 .SR__content3 h3 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 25px;
    line-height: 55px;
    color: #1e1e1e
}

.services3_title {
    position: absolute;
    left: 0;
    bottom: 2%;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.services03 .services3_title h1 {
    font-size: 90px;
    font-weight: 600;
    padding: 30px 0 0;
    margin: 0;
    line-height: 1;
    color: #1e1e1e;
    text-transform: uppercase;
    min-width: 592px
}

.services03 .services3_title h2 {
    font-size: 70px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 0 70px;
    line-height: 1;
    color: #a2a7ac;
    text-transform: uppercase
}

.services03 .services3_title .Bigtext03 {
    font-size: 370px;
    font-weight: 800;
    line-height: 1;
    color: #f2f1f1;
    position: absolute;
    left: -91px;
    top: -100px
}

.services03 .SR__content3 p {
    line-height: 28px
}

.services03 .SR__content3 li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.services03 .SR__content3 li:before {
    position: absolute;
    left: -40px;
    top: 12px
}

.services04 {
    padding-bottom: 250px;
    padding-top: 150px
}

.services04 .SR__content4 {
    color: #fff
}

.services04 .SR__content4 h3 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 25px;
    line-height: 55px;
    color: #fff
}

.services4_title {
    position: absolute;
    left: 0;
    bottom: -85px;
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg);
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.services04 .services4_title h1 {
    font-size: 130px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 90px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}

.services04 .services4_title h2 {
    font-size: 60px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #a3a8ad;
    text-transform: uppercase;
    min-width: 630px
}

.services04 .services4_title .Bigtext04 {
    font-size: 370px;
    font-weight: 800;
    line-height: 1;
    color: #00233e;
    position: absolute;
    left: -91px;
    top: -100px
}

.services04 .SR__content4 p {
    line-height: 28px
}

.services04 .SR__content4 li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.services04 .SR__content4 li:before {
    position: absolute;
    left: -40px;
    top: 12px
}

.logos-sec img {
    margin-right: 25px;
    margin-bottom: 15px
}

.uppercase {
    text-transform: uppercase !important
}

.gray {
    color: #7f8e9a !important
}

.padding-set {
    padding: 160px 0 100px !important
}

.HP-top h1,
.HP-top h5 {
    padding: 0;
    margin: auto;
    line-height: normal;
    text-align: center;
    color: #1e1e1e;
    text-transform: uppercase
}

.PD-1_title h1,
.PD-1_title h2,
.PD-2_title h1,
.PD-2_title h2 {
    line-height: 1;
    text-transform: uppercase
}

.HP-top h5 {
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 2px
}

.HP-top h1 {
    font-size: 70px;
    font-weight: 500
}

.HP-top .TC-text {
    text-align: center;
    color: #1e1e1e;
    font-size: 18px;
    margin-bottom: 100px
}

.cont2 .PD-1,
.cont2 .PD-2 {
    margin-bottom: 250px;
    height: 600px
}

.cont2 .PD-1 {
    background-color: #1e1e1e;
    z-index: 10
}

.cont2 .PD-1 img,
.cont2 .PD-2 img {
    width: 600px;
    height: auto;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 100px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.PD-1_title h2,
.PD-btn-1 {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.cont2 .PD-1:HOVER .PD-btn-1,
.cont2 .PD-1:HOVER img,
.cont2 .PD-2:HOVER img {
    opacity: 1;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.PD-1_title h1 {
    font-size: 55px;
    font-weight: 600;
    padding: 40px 0 0;
    margin: 0;
    color: #fff
}

.PD-1_title h2 {
    font-size: 45px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 0 40px;
    color: #a3a8ad
}

.cont2 .PD-1 .BigPD-1,
.cont2 .PD-2 .BigPD-2 {
    font-size: 280px;
    font-weight: 800;
    top: -60px;
    font-family: Oswald, sans-serif;
    left: -25px;
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg);
    bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute
}

.cont2 .PD-1 .BigPD-1 {
    color: #00233e;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.cont2 .PD-2 .BigPD-2 {
    color: #f2f1f1;
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.PD-1_title,
.PD-2_title {
    position: absolute;
    left: 25px;
    bottom: 20px;
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg);
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 10
}

.cont2 .PD-1:HOVER h2,
.cont2 .PD-2:HOVER h2 {
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
}

.PD-btn-1 {
    opacity: 0;
    color: #1e1e1e;
    background-color: #fff
}

.cont2 .PD-1 .PD-btn-1 {
    background-color: #1e1e1e;
    color: #fff
}

.cont2 .PD-1 .PD-btn-1:HOVER {
    background-color: #a80000;
    color: #fff
}

.cont2 .PD-1:HOVER .PD-btn-1 {
    opacity: 1;
    -webkit-transform: translate(275px, 0);
    -moz-transform: translate(275px, 0);
    -o-transform: translate(275px, 0);
    -ms-transform: translate(275px, 0);
    transform: translate(275px, 0)
}

.cont2 .PD-2:HOVER .PD-btn-1 {
    opacity: 1;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0)
}

.K_facts .K_head01,
.SAL__dis {
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg)
}

.PD-2_title h1 {
    font-size: 60px;
    font-weight: 600;
    padding: 40px 0 0;
    margin: 0;
    color: #1e1e1e
}

.PD-2_title h2 {
    font-size: 45px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 0 40px;
    color: #a3a8ad;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.TS-L {
    padding-left: 15px
}

.MB-set {
    margin-bottom: 40px !important
}

.MT-set {
    margin-top: 160px !important
}

.PB-set {
    padding-bottom: 250px !important
}

.BM-T {
    margin-top: 34px
}

.visible-down-991 {
    display: none
}

.heading-light {
    font-weight: 100 !important;
    line-height: normal;
    color: #fff !important;
    margin-top: 30px !important
}

.SD-Bigtext01,
.SD-head1,
.SD-head2 {
    line-height: 1;
    text-transform: uppercase;
    font-family: Oswald, sans-serif
}

.SAL__dis {
    position: absolute;
    left: 100px;
    bottom: 120px;
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.SD-head1 {
    font-size: 65px;
    font-weight: 700;
    color: #fff
}

.SD-head2 {
    font-size: 55px;
    font-weight: 400;
    color: #a2aaad;
    margin-left: 50px
}

.SD-Bigtext01 {
    font-size: 280px;
    font-weight: 800;
    color: #00233e;
    position: absolute;
    left: -50px;
    top: -90px;
    z-index: -1
}

.SD-text {
    padding: 400px 0 0 200px;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

.PP__01 {
    padding: 100px 0;
    color: #1e1e1e
}

.PP__01 h1,
.PP__01 h2 {
    text-align: left;
    padding: 0;
    color: #1e1e1e;
    text-transform: uppercase
}

.PP__MG {
    margin-top: 0
}

.PP__MG2 {
    margin-top: 50px
}

.PP__MG3 {
    margin-top: 90px
}

.PP__01 h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700
}

.PP__01 .W400,
.PP__01 h2 {
    font-weight: 400
}

.PP__01 h2 {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px
}

.PP__01text {
    font-size: 18px;
    margin: 20px 0
}

.PP__01 ul {
    list-style: none;
    margin: 20px 0
}

.PP__01 .ch_list {
    margin-bottom: 15px;
    position: relative
}

.PP__01 .ch_list:before {
    content: "\f375";
    position: absolute;
    left: -39px;
    top: -6px;
    color: #a80000;
    font-size: 24px;
    font-family: Ionicons;
    background: 0 0
}

.PP__01 li {
    margin-bottom: 10px;
    position: relative
}

.PP__01 li:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 12px;
    height: 1px;
    width: 22px;
    background: #a80000
}

.career-page,
.contact-btn,
.map-bg,
.omni-page {
    background-repeat: no-repeat
}

.LS_P {
    padding-left: 200px
}

.RS_P {
    padding-right: 200px
}

.PP__01 .PS-padding {
    padding: 100px 0
}

.light-grayBG {
    background-color: #f8f8f8
}

.Set_img {
    max-width: 650px
}

.PP_02-img,
.PP_02-img img {
    max-width: 745px
}

.PP_02-img {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.PP_02-img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    font-weight: 600;
    text-align: center
}

.request-demo,
.request-demo-w {
    padding: 80px 0;
    position: relative;
    text-align: center
}

.PP_02-img .T_01 {
    left: 10px;
    top: 100px;
    width: 170px
}

.PP_02-img .T_02 {
    left: 116px;
    top: 3px;
    width: 170px
}

.PP_02-img .T_03 {
    left: 329px;
    top: 0;
    width: 170px
}

.PP_02-img .T_04 {
    left: auto;
    right: 53px;
    top: 233px;
    width: 120px
}

.SET_wid {
    width: 620px
}

.request-demo {
    background-color: #a80000;
    color: #fff;
    font-size: 20px
}

.request-demo-w {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 20px
}

.btn_white,
.request-demo-w .btn_white {
    padding: 5px 30px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: Oswald, sans-serif;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase
}

.btn_white {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn_white:HOVER,
.btn_white:focus {
    background-color: #fff;
    color: #a80000
}

.request-demo-w .btn_white {
    border: 1px solid #a80000;
    background-color: #fff;
    color: #1e1e1e;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.request-demo-w .btn_white:HOVER,
.request-demo-w .btn_white:focus {
    border: 1px solid #1e1e1e;
    background-color: #1e1e1e;
    color: #fff
}

.Co_logos {
    background-color: #f8f8f8;
    padding: 120px 0;
    margin-top: 100px;
    text-align: center
}

.Co_logos h1 {
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    line-height: normal;
    color: #1e1e1e;
    margin-bottom: 30px;
    text-transform: uppercase
}

.career-page .CA_head1,
.career-page .CA_head2 {
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 0;
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

.Co_logos img {
    margin-bottom: 30px;
    max-width: 130px
}

.contact-btn {
    z-index: 9;
    outline: 0;
    background-color: #a80000;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-image: url(../images/contact-icon.svg);
    background-position: center center
}

.map-bg {
    background-image: url(../images/map-bg.jpg);
    background-position: top center
}

.map-bg .APP_head01,
.map-bg .APP_head02,
.map-bg .APP_head03,
.map-bg .APP_head04 {
    text-align: right;
    position: relative;
    padding-top: 65px;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.map-bg .APP_head01:before,
.map-bg .APP_head02:before,
.map-bg .APP_head03:before,
.map-bg .APP_head04:before {
    height: 60px;
    width: 60px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/data-sync.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 58px
}

.career-page,
.omni-page {
    background-position: top right
}

.map-bg .APP_head03,
.map-bg .APP_head04 {
    text-align: left
}

.map-bg .APP_head03:before,
.map-bg .APP_head04:before {
    top: 0;
    left: 0
}

.map-bg .APP_head01:before {
    background-image: url(../images/geo-tagging.svg)
}

.map-bg .APP_head02:before {
    background-image: url(../images/transaction.svg)
}

.map-bg .APP_head03:before {
    background-image: url(../images/offline.svg)
}

.map-bg .APP_head04:before {
    background-image: url(../images/data-sync.svg)
}

.map-bg .TR-p {
    text-align: right
}

.career-page {
    background-image: url(../images/careers.png)
}

.omni-page {
    background-image: url(../images/ebob.png)
}

.about-page {
    background-image: url(../images/about-us.png)
}

.services-page {
    background-image: url(../images/services.png)
}

.SAL__bg {
    background-image: url(../images/snd.png)
}

.H_img {
    background-image: url(../images/landing.png)
}

.career-page .CA_head1 {
    font-size: 130px;
    font-weight: 500;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 45%;
    z-index: 2
}

.career-page .CA_head2 {
    font-size: 290px;
    font-weight: 800;
    padding: 0;
    color: #00233e;
    position: absolute;
    top: 40%
}

.job-positions {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both
}

.JP__item {
    display: block;
    margin-bottom: -1px;
    border-top: 1px solid #dededf;
    border-bottom: 1px solid #dededf
}

@media screen and (min-width:64em) {
    .JP__item {
        display: inline-block;
        width: 47%;
        float: left
    }

    .JP__item:nth-of-type(odd) {
        margin-right: 3%
    }

    .JP__item:nth-of-type(2n) {
        margin-left: 3%
    }
}

.JP__item a {
    display: block;
    padding: .5rem 0;
    position: relative;
    transition: background-color .3s, padding-left .3s;
    overflow: hidden
}

.JP__item a:after {
    display: inline-block;
    font: normal normal normal 14px/1 icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f218";
    color: #a80000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 30px;
    transition: color .3s ease, transform .3s ease;
    font-family: Ionicons
}

.JP__item a:before,
.SM_HB::before {
    content: ""
}

.JP__name,
.form__input--file .placeholder,
.job-form .send-btn {
    font-family: Oswald, sans-serif
}

@media screen and (min-width:48em) {
    .JP__item a {
        padding: 1rem
    }

    .JP__item a:after {
        transform: translate3d(-18px, -50%, 0)
    }
}

.JP__item a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 140%;
    height: 100%;
    transform: translateX(100%);
    background-color: #1e1e1e;
    opacity: 0;
    transition: transform .4s ease, opacity .3s ease
}

.JP__item a .JP__location,
.JP__item a .JP__name {
    transition: color .5s ease, transform .3s ease;
    position: relative;
    z-index: 10;
    display: block
}

.JP__item a:hover,
.JP__item a:hover:after {
    color: #fff
}

@media screen and (min-width:20em) and (max-width:47.938em) {
    .JP__item a:hover:after {
        transform: translate3d(-10px, -50%, 0)
    }
}

.JP__item a:hover:before {
    transform: translateX(10%) skew(-20deg);
    opacity: 1
}

.JP__item a:hover .JP__location,
.JP__item a:hover .JP__name {
    color: #fff;
    transform: translate3d(15px, 0, 0)
}

.JP__name {
    font-size: 28px;
    text-transform: uppercase;
    color: #1e1e1e;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-right: 50px
}

@media screen and (min-width:48em) {
    .JP__name {
        font-size: 32px;
        letter-spacing: .0625rem
    }

    .JP__location {
        font-size: 16px
    }
}

.JP__location {
    margin-top: 4px;
    font-size: 16px;
    color: #727272;
    font-weight: 300
}

.vid_sec {
    color: #fff;
    text-align: center;
    padding: 140px 0
}

.SM_HB,
.vid_sec h1 {
    padding: 0;
    line-height: normal;
    text-align: center
}

.vid_sec h1 {
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px
}

.SM_HB {
    font-size: 29px;
    font-weight: 300;
    margin: auto;
    color: #1e1e1e;
    letter-spacing: 2px;
    position: relative
}

.SM_HB::before {
    position: absolute;
    left: 50%;
    top: -70px;
    height: 60px;
    width: 1px;
    border-left: solid 1px #a80000;
    border-bottom: none;
    background: #1e1e1e
}

.job-form {
    margin-top: 50px;
    color: #1e1e1e
}

.job-form .form-control {
    color: #000 !important;
    min-height: 45px;
    display: initial;
    background-color: #fff;
    border-color: #d5d5d5;
    border-radius: 0
}

.job-form .form-control:focus {
    border-color: #1e1e1e !important;
    background-color: #fff !important
}

.job-form h4 {
    font-size: 18px;
    margin: 25px 0;
    color: #1e1e1e;
    letter-spacing: 1px
}

.job-form .checkbox label {
    font-size: 12px;
    color: #1e1e1e
}

.job-form .checkbox {
    margin-bottom: 20px
}

.job-form .send-btn {
    padding: 7px 40px;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
    border: 1px solid #a80000;
    background-color: #a80000;
    color: #fff;
    margin-top: 10px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    width: 100%
}

.job-form .send-btn:HOVER,
.job-form .send-btn:focus {
    border: 1px solid #1e1e1e;
    background-color: #1e1e1e;
    color: #fff
}

.form__input {
    background: 0 0;
    position: relative;
    width: 100%;
    display: block;
    cursor: text;
    transition: border-color .3s, margin-bottom .3s
}

.OD__section,
.PBG-ebob,
.W__omni {
    background-repeat: no-repeat
}

.form__input--file {
    display: block;
    text-align: center;
    border: 2px dashed #d5d5d5;
    letter-spacing: 1.62px;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 3rem;
    font-size: 13px;
    font-size: .8125rem;
    padding: 0 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 47px
}

.form__input--file .placeholder {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300
}

.form__input--file .placeholder:before {
    position: absolute;
    top: 4px;
    left: -26px;
    font-family: Ionicons;
    content: "\f218";
    font-size: 20px
}

.form__input--file input {
    display: none
}

.form__input--file:HOVER {
    border: 2px dashed #1e1e1e
}

.form__input--file:HOVER .placeholder:before {
    color: #a80000
}

.allo-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30px
}

.allo-logo img {
    width: 450px
}

.PBG-ebob {
    background-image: url(../images/ebob-img.png);
    background-position: right top;
    min-height: 537px
}

.PBG-ebob .PP__01 .col-lg-12 {
    padding-right: 200px;
    font-size: 16px
}

.PBG-ebob .PP__01 h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    font-weight: 400;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.W__omni {
    margin-bottom: 120px;
    padding: 140px 0;
    position: relative;
    background-image: url(../images/what-is-omni.jpg);
    background-position: center right
}

.K_facts .K_head01,
.K_facts .K_head02 {
    position: absolute;
    line-height: 1;
    font-family: Oswald, sans-serif
}

.W__omni .line-bar {
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 35px
}

.W__omni p {
    font-size: 20px;
    width: 60%
}

.K_facts {
    padding-bottom: 120px;
    padding-top: 20px
}

.K_facts .K_head01 {
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: 120px;
    font-weight: 500;
    color: #1e1e1e;
    left: 0;
    top: 50%;
    z-index: 3
}

.K_facts .K_head02 {
    -webkit-transform: translate3d(0, 100%, 0) rotate(-90deg);
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: 250px;
    font-weight: 800;
    color: #f2f2f2;
    left: -70px;
    top: 38%
}

#RequestDemo,
.OD__demo,
.OD__section {
    position: relative
}

.K_facts .F_list {
    background-color: #1e1e1e;
    color: #fff;
    width: 80%;
    float: right;
    margin-bottom: 20px
}

.K_facts .F_list .no {
    background-color: #a80000;
    color: #fff;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 50px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    float: left;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid #fff
}

.K_facts .F_list .F_info {
    margin: 0;
    padding: 25px;
    float: left;
    width: 760px;
    height: 120px;
    font-size: 16px
}

.F_size25 {
    font-size: 25px
}

.omni_process h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px
}

.omni_process .OP_sec {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px
}

.omni_process .OP_sec:HOVER {
    -webkit-box-shadow: 0 0 38px -10px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 0 38px -10px rgba(0, 0, 0, .55);
    box-shadow: 0 0 38px -10px rgba(0, 0, 0, .55);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.omni_process .OP_sec img {
    max-width: 110px;
    padding-bottom: 20px
}

.omni_process h2 {
    font-weight: 500;
    color: #1e1e1e;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px
}

.OD__section {
    padding: 140px 0 0;
    background-image: url(../images/OD__section-bg.png);
    background-position: top left;
    margin-top: 30px
}

.OD__section h1 {
    text-align: right;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0
}

.OD__section h2 {
    text-align: right;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400
}

.OD__section .OD__text {
    font-size: 16px;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    text-align: right
}

.OD__section .line-bar {
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 35px
}

.OD__bottom {
    width: 800px;
    padding-top: 50px;
    float: right
}

.OD__section .blue_box {
    background-color: #1E1E1E;
    padding: 25px;
    color: #fff;
    margin-bottom: 30px;
    min-height: 224px
}

.OD__section .blue_box h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #a80000;
    padding-bottom: 10px
}

.OD__section .blue_box p {
    margin: 0
}

.OD__demo {
    text-align: center;
    color: #fff;
    padding-bottom: 150px
}

.OD__demo h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    color: #fff
}

.OD__demo .line-bar {
    margin-top: 30px;
    margin-bottom: 30px
}

.OD__demo p {
    font-size: 20px
}

.OD__demo .btn_white {
    padding: 5px 30px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    border: 1px solid #a80000;
    color: #fff;
    font-family: Oswald, sans-serif;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase
}

.OD__demo .btn_white:HOVER,
.OD__demo .btn_white:focus {
    background-color: #a80000;
    border: 1px solid #a80000;
    color: #fff
}

#RequestDemo {
    padding: 100px 0;
    background-color: #fff
}

#RequestDemo h1 {
    text-align: center;
    color: #1e1e1e
}

#RequestDemo .RD_close {
    background-color: #1e1e1e;
    padding: 8px 15px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -46px;
    color: #fff;
    font-size: 16px
}

#RequestDemo .R_bg {
    background-color: #A80000
}

#RequestDemo .RD_close i {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    padding-right: 8px
}

.font-weight-normal {
    font-weight: 400 !important
}

html body .p-0 {
    padding: 0 !important
}

html body .p-10 {
    padding: 10px !important
}

html body .p-15 {
    padding: 15px !important
}

html body .p-20 {
    padding: 20px !important
}

html body body .p-30 {
    padding: 30px !important
}

html body .p-l-0 {
    padding-left: 0 !important
}

html body .p-l-10 {
    padding-left: 10px !important
}

html body .p-l-15 {
    padding-left: 15px !important
}

html body .p-l-20 {
    padding-left: 20px !important
}

html body .p-r-0 {
    padding-right: 0 !important
}

html body .p-r-10 {
    padding-right: 10px !important
}

html body .p-r-15 {
    padding-right: 15px !important
}

html body .p-r-20 {
    padding-right: 20px !important
}

html body .p-r-30 {
    padding-right: 30px !important
}

html body .p-r-40 {
    padding-right: 40px !important
}

html body .p-t-0 {
    padding-top: 0 !important
}

html body .p-t-10 {
    padding-top: 10px !important
}

html body .p-t-20 {
    padding-top: 20px !important
}

html body .p-t-30 {
    padding-top: 30px !important
}

html body .p-b-0 {
    padding-bottom: 0 !important
}

html body .p-b-5 {
    padding-bottom: 5px !important
}

html body .p-b-10 {
    padding-bottom: 10px !important
}

html body .p-b-20 {
    padding-bottom: 20px !important
}

html body .p-b-30 {
    padding-bottom: 30px !important
}

html body .p-b-40 {
    padding-bottom: 40px !important
}

html body .p-b-50 {
    padding-bottom: 50px !important
}

html body .p-t-50 {
    padding-top: 50px !important
}

html body .p-b-70 {
    padding-bottom: 70px !important
}

html body .p-b-150 {
    padding-bottom: 150px !important
}

html body .m-0 {
    margin: 0 !important
}

html body .m-l-5 {
    margin-left: 5px !important
}

html body .m-l-10 {
    margin-left: 10px !important
}

html body .m-l-15 {
    margin-left: 15px !important
}

html body .m-l-20 {
    margin-left: 20px !important
}

html body .m-l-30 {
    margin-left: 30px !important
}

html body .m-l-40 {
    margin-left: 40px !important
}

html body .m-r-5 {
    margin-right: 5px !important
}

html body .m-r-10 {
    margin-right: 10px !important
}

html body .m-r-15 {
    margin-right: 15px !important
}

html body .m-r-20 {
    margin-right: 20px !important
}

html body .m-r-30 {
    margin-right: 30px !important
}

html body .m-r-40 {
    margin-right: 40px !important
}

html body .m-t-0 {
    margin-top: 0 !important
}

html body .m-t-5 {
    margin-top: 5px !important
}

html body .m-t-10 {
    margin-top: 10px !important
}

html body .m-t-12 {
    margin-top: 12px !important
}

html body .m-t-15 {
    margin-top: 15px !important
}

html body .m-t-20 {
    margin-top: 20px !important
}

html body .m-t-30 {
    margin-top: 30px !important
}

html body .m-t-40 {
    margin-top: 40px !important
}

html body .m-t-50 {
    margin-top: 50px !important
}

html body .m-b-0 {
    margin-bottom: 0 !important
}

html body .m-b-5 {
    margin-bottom: 5px !important
}

html body .m-b-10 {
    margin-bottom: 10px !important
}

html body .m-b-15 {
    margin-bottom: 15px !important
}

html body .m-b-20 {
    margin-bottom: 20px !important
}

html body .m-b-30 {
    margin-bottom: 30px !important
}

html body .m-b-40 {
    margin-bottom: 40px !important
}

html body .m-b-50 {
    margin-bottom: 50px !important
}

html body .m-b-60 {
    margin-bottom: 60px !important
}

.Dark_show {
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0
}

.is-dark .Dark_show,
.white_hide {
    transition: .4s;
    opacity: 1
}

.is-dark .white_hide {
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0
}

.SD_sc {
    display: none
}



.overlay .social-icons img {
    transition: all .3s ease-out;
    width: 26px;
    margin-top: -6px;
    opacity: 0.5
}

.overlay .social-icons img:HOVER {
    opacity: 1
}

.overlay .social-icons a[_ngcontent-c1]:HOVER {
    color: #fff
}

.footer .social-icons img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 26px;
    margin-top: -6px;
    opacity: .75
}

.footer .social-icons img:HOVER {
    opacity: 1
}

.footer .social-icons a {
    font-size: 22px;
    color: #b3bcc3;
    margin-right: 17px
}


@media (max-width:1680px) {
    .philiosphe {
        width: 90%;
        padding: 0 30px
    }

    .heading-left-text {
        top: 300px;
        left: -80px
    }

    .AB-head2 {
        left: -130px
    }

    .AB-head1 {
        left: -80px
    }

    .career-page .CA_head1,
    .career-page .CA_head2,
    .services-page .Head-1,
    .services-page .Head-2 {
        left: -130px
    }

    .sub-header-content .omni-head {
        padding-right: 120px
    }

    .PBG-ebob .PP__01 .col-lg-12 {
        padding-right: 30%
    }

    .head__C1 {
        left: -60px
    }

    .head__C2 {
        left: -10px
    }

    .C_RM {
        padding-left: 70px
    }
}

@media (max-width:1500px) {
    .header-content::before {
        height: 420px;
        width: 420px;
        border: 14px solid #a80000;
        top: 80%;
        right: -13%
    }

    .heading-left-text {
        top: 300px;
        left: -140px
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        padding-top: 0;
        font-size: 50px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 40px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 500px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 550px;
        top: 70px
    }

    .cont2 .PD-2:HOVER .PD-btn-1 {
        -webkit-transform: translate(250px, 0);
        -moz-transform: translate(250px, 0);
        -o-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0)
    }

    .cont2 .PD-1:hover .PD-btn-1 {
        -webkit-transform: translate(235px, 0);
        -moz-transform: translate(235px, 0);
        -o-transform: translate(235px, 0);
        -ms-transform: translate(235px, 0);
        transform: translate(235px, 0)
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 220px;
        left: -40px;
        bottom: 0
    }

    .SD-text {
        padding-left: 200px;
        padding-top: 380px
    }

    .SD-Bigtext01 {
        font-size: 250px
    }

    .AB-head2 {
        left: -170px
    }

    .AB-head1 {
        left: -120px
    }

    .services-page .Head-1,
    .services-page .Head-2 {
        left: -160px
    }

    .career-page .CA_head1 {
        left: -150px
    }

    .career-page .CA_head2 {
        left: -155px
    }

    .sub-header-content .omni-head {
        padding-right: 120px;
        font-size: 58px
    }

    .head__C1 {
        left: -60px;
        font-size: 90px
    }

    .head__C2 {
        left: -15px;
        font-size: 200px
    }

    .SAL__dis {
        bottom: 20px
    }

    .SD-head1 {
        font-size: 55px
    }

    .SD-head2 {
        font-size: 48px;
        margin-left: 40px
    }
}

@media (max-width:1400px) {
    .heading-left-text {
        display: none
    }

    .AB-head2 {
        left: -170px;
        font-size: 270px
    }

    .AB-head1 {
        left: -110px;
        font-size: 120px
    }

    .services-page .Head-1 {
        left: -120px;
        font-size: 120px
    }

    .services-page .Head-2 {
        left: -140px;
        font-size: 270px
    }

    .career-page .CA_head1 {
        left: -142px;
        font-size: 120px
    }

    .career-page .CA_head2 {
        left: -155px;
        font-size: 270px
    }

    .sub-header-content .sub-head,
    .sub-header-content h3 {
        padding-left: 300px
    }

    .sub-header-content .omni-head,
    .sub-header-content .omni-text {
        padding-left: 160px;
        padding-right: 90px
    }

    .sub-header-content .omni-head {
        font-size: 50px;
        line-height: 60px;
        padding-right: 240px
    }

    .C_RM {
        padding-left: 120px
    }

    .head__C1 {
        left: -60px;
        font-size: 90px
    }

    .head__C2 {
        left: -15px;
        font-size: 200px
    }
}

@media (max-width:1280px) {
    .header-content::before {
        height: 350px;
        width: 350px;
        border: 14px solid #a80000;
        top: 90%;
        right: -12%
    }

    .SET_wid,
    .philiosphe {
        width: 100%
    }

    .SET_wid {
        float: none
    }

    .help-section {
        font-size: 16px
    }

    .title_large {
        font-size: 60px
    }

    .logos-sec img {
        margin-right: 25px;
        width: 70px
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        padding-top: 0;
        font-size: 45px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 35px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 450px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 500px;
        top: 70px
    }

    .cont2 .PD-2:HOVER .PD-btn-1 {
        -webkit-transform: translate(200px, 0);
        -moz-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        transform: translate(200px, 0)
    }

    .cont2 .PD-1:hover .PD-btn-1 {
        -webkit-transform: translate(185px, 0);
        -moz-transform: translate(185px, 0);
        -o-transform: translate(185px, 0);
        -ms-transform: translate(185px, 0);
        transform: translate(185px, 0)
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 190px;
        bottom: 0
    }

    .cont2 .PD-1 .PD-btn-1,
    .cont2 .PD-2 .PD-btn-1 {
        padding: 5px 15px
    }

    .SAL__dis {
        left: 50px;
        bottom: 70px
    }

    .SD-head1 {
        font-size: 50px
    }

    .SD-head2 {
        font-size: 42px;
        margin-left: 50px
    }

    .SD-text {
        padding-left: 200px;
        padding-top: 400px
    }

    .PP__01 h1 {
        font-size: 37px;
        line-height: 45px
    }

    .PP__01 h2 {
        font-size: 30px;
        line-height: 40px
    }

    .LS_P {
        padding-left: 30px
    }

    .RS_P {
        padding-right: 30px
    }

    .sub-header-content .omni-head,
    .sub-header-content .omni-text {
        padding-left: 170px;
        padding-right: 110px
    }

    .sub-header-content .omni-head {
        font-size: 45px;
        line-height: 55px;
        padding-right: 300px
    }

    .header-content h2 {
        font-size: 60px;
        line-height: 60px
    }

    .header-content h1 {
        font-size: 100px;
        line-height: 100px
    }

    .header-content h3 {
        font-size: 20px;
        padding-top: 15px;
        width: 645px
    }

    .AB-head2 {
        left: -160px;
        font-size: 260px
    }

    .AB-head1 {
        left: -93px;
        font-size: 110px
    }

    .services-page .Head-1 {
        left: -110px;
        font-size: 110px
    }

    .services-page .Head-2 {
        left: -140px;
        font-size: 260px
    }

    .career-page .CA_head1 {
        left: -110px;
        font-size: 110px
    }

    .career-page .CA_head2 {
        left: -140px;
        font-size: 260px
    }

    .PBG-ebob .PP__01 .col-lg-12 {
        padding-right: 38%
    }

    .C_RM {
        padding-left: 140px
    }

    .head__C1 {
        left: -70px;
        font-size: 90px
    }

    .head__C2 {
        left: -25px;
        font-size: 200px
    }

    .offc-info {
        margin-left: 40px
    }
}

@media (max-width:992px) {
    .W__omni p {
        width: 55%
    }

    .header-content::before {
        height: 250px;
        width: 250px;
        border: 10px solid #a80000;
        right: -15%
    }

    .help-section .heading2 {
        font-weight: 400;
        padding: 0;
        margin: auto;
        line-height: normal;
        color: #1e1e1e;
        letter-spacing: 1px;
        font-size: 24px
    }

    .help-section h2 {
        font-size: 42px
    }

    .help-section h5 {
        font-size: 24px
    }

    .help-section h1 {
        font-size: 60px
    }

    .services-bottom h3 {
        font-size: 26px
    }

    .we-built h1 {
        font-size: 55px
    }

    .we-built h2 {
        font-size: 40px
    }

    .Co_logos h1,
    .job-page h1,
    .our-story h1,
    .philiosphe .headingPH,
    .skills h1,
    .vid_sec h1 {
        font-size: 60px
    }

    .product-img {
        left: -70px
    }

    .footer::before {
        right: -10%;
        border: 8px solid #a80000
    }

    .left-content {
        padding-right: 50px
    }

    .right-content {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .job-page h1 {
        line-height: 70px
    }

    .sub-header-content .sub-head {
        font-size: 35px;
        line-height: 45px;
        padding-top: 520px
    }

    .services-page .Head-3 {
        padding-left: 300px;
        padding-top: 450px
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        padding-top: 0;
        font-size: 35px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 25px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 360px;
        margin-bottom: 150px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 375px;
        top: 50px
    }

    .cont2 .PD-1:HOVER .PD-btn-1,
    .cont2 .PD-2:HOVER .PD-btn-1 {
        -webkit-transform: translate(250px, 0);
        -moz-transform: translate(250px, 0);
        -o-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(200px, 0)
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 170px;
        bottom: 0
    }

    .cont2 .PD-1 .PD-btn-1,
    .cont2 .PD-2 .PD-btn-1 {
        padding: 5px 10px;
        font-size: 16px
    }

    .HP-top h5 {
        font-size: 24px
    }

    .HP-top h1 {
        font-size: 60px
    }

    .HP-top .TC-text {
        font-size: 16px
    }

    .SD-text {
        padding-left: 190px;
        padding-top: 500px
    }

    #subLinks .menu2-item-size .menu2-link {
        font-size: 38px !important
    }

    .career-page,
    .omni-page {
        background-position: calc(100% - -30px) 49%;
        background-size: 250px
    }

    .H_img {
        background-size: 300px
    }

    .AB-head2 {
        left: -100px;
        font-size: 190px
    }

    .AB-head1 {
        left: -85px;
        font-size: 100px
    }

    .services-page .Head-1 {
        left: -105px;
        font-size: 100px
    }

    .services-page .Head-2 {
        left: -100px;
        font-size: 200px
    }

    .career-page .CA_head1 {
        left: -116px;
        font-size: 100px
    }

    .career-page .CA_head2 {
        left: -100px;
        font-size: 200px
    }

    .PBG-ebob .PP__01 .col-lg-12 {
        padding-right: 50%
    }

    .K_facts .F_list .F_info {
        width: 623px
    }

    .K_facts .K_head02 {
        font-size: 205px;
        left: -38px
    }

    .K_facts .K_head01 {
        left: 15px;
        font-size: 100px
    }

    .OD__section {
        background-position: 40% 0
    }

    .header-content h1::before {
        width: 103px
    }

    .C_RM {
        padding-left: 140px
    }

    .head__C1 {
        left: -80px;
        font-size: 90px
    }

    .head__C2 {
        left: -30px;
        font-size: 200px
    }

    .offc-info {
        margin-left: 40px
    }
}

@media (max-width:991px) {
    .map-bg .APP_head01,
    .map-bg .APP_head02,
    .map-bg .APP_head03,
    .map-bg .APP_head04,
    .map-bg p {
        text-align: center !important
    }

    .map-bg .APP_head01:before,
    .map-bg .APP_head02:before,
    .map-bg .APP_head03:before,
    .map-bg .APP_head04:before {
        left: 50%;
        margin-left: -25px
    }

    .map-bg img,
    .product-img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block
    }

    .map-bg img {
        max-width: 400px
    }

    .PP__MG3 {
        margin-top: 30px
    }

    .career-page .CA_head2 {
        top: 45%
    }

    .services-page .Head-1,
    .services-page .Head-2 {
        top: 40%
    }

    .services-page .Head-3 {
        padding-top: 540px;
        padding-left: 220px
    }

    .header-content h2 {
        font-size: 52px;
        line-height: 52px
    }

    .header-content h3 {
        line-height: normal;
        width: 600px;
        padding-top: 20px
    }

    .header-content::before {
        height: 250px;
        width: 250px;
        top: auto;
        bottom: -330px;
        right: -100px
    }

    .MB-set {
        margin-bottom: 20px !important
    }

    .MT-set {
        margin-top: 0 !important
    }

    .RS-m {
        margin-top: 50px
    }

    .footer::before {
        right: -15%;
        top: -47%
    }

    .padding-set {
        padding: 100px 0 !important
    }

    .product-img {
        left: auto;
        top: auto;
        width: 500px;
        height: auto;
        margin-top: 100px
    }

    .built {
        float: none;
        text-align: center
    }

    .we-built .textinfo {
        color: #1e1e1e;
        background-color: transparent !important;
        text-align: center;
        padding: 0 !important
    }

    .we-built h1,
    .we-built h2 {
        color: #1e1e1e
    }

    .full-w-bg {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
        background-image: none !important
    }

    .we-built .btn-white {
        color: #1e1e1e;
        border-color: #1e1e1e
    }

    .we-built .btn-white:HOVER {
        color: #fff;
        border-color: #a80000
    }

    .btn-open {
        padding: 4px 10px
    }

    .btn-close {
        height: 26px;
        position: fixed;
        right: 21px;
        top: 23px
    }

    .menu-b-icon {
        right: 0;
        top: 10px;
        padding: 0 !important;
        margin: 0 !important
    }

    .visible-down-991 {
        display: block;
        margin-top: 50px
    }

    .sub-header-content h3 {
        font-size: 20px
    }

    .job-page h1,
    .our-story h1,
    .vid_sec h1 {
        font-size: 55px;
        margin-bottom: 40px
    }

    .job-page h1 {
        line-height: 65px
    }

    .left-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-box-align: none;
        -ms-flex-align: none;
        align-items: none;
        text-align: none;
        display: block;
        width: 100%;
        padding: 0
    }

    .philiosphe .headingPH {
        font-size: 55px;
        text-align: center
    }

    .philiosphe .headingPHsm {
        text-align: center;
        margin-bottom: 100px
    }

    .right-content {
        margin-left: 35px
    }

    .right-content .circle {
        top: 28px
    }

    .offc-info {
        text-align: left;
        position: relative;
        font-size: 15px;
        letter-spacing: 1px;
        color: #fff
    }

    .services01 .services1_title h1,
    .services02 .services2_title h1,
    .services04 .services4_title h1 {
        font-size: 110px
    }

    .services01 .services1_title h2,
    .services02 .services2_title h2,
    .services03 .services3_title h2,
    .services04 .services4_title h2 {
        font-size: 60px
    }

    .services01 .services1_title .Bigtext01,
    .services02 .services2_title .Bigtext02,
    .services03 .services3_title .Bigtext03,
    .services04 .services4_title .Bigtext04 {
        font-size: 290px;
        left: -40px;
        top: -69px
    }

    .services01 .SR__content1 h3,
    .services02 .SR__content2 h3,
    .services03 .SR__content3 h3,
    .services04 .SR__content4 h3 {
        font-size: 30px;
        line-height: 40px
    }

    .services2_title {
        bottom: 240px
    }

    .services3_title {
        left: 0;
        bottom: 50px
    }

    .services4_title {
        bottom: 0
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        padding-top: 0;
        font-size: 45px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 35px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 450px;
        margin-bottom: 120px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 470px;
        top: 30px
    }

    .cont2 .PD-2:HOVER .PD-btn-1 {
        -webkit-transform: translate(220px, 0);
        -moz-transform: translate(220px, 0);
        -o-transform: translate(220px, 0);
        -ms-transform: translate(220px, 0);
        transform: translate(220px, 0)
    }

    .cont2 .PD-1:hover .PD-btn-1 {
        -webkit-transform: translate(200px, 0);
        -moz-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        transform: translate(200px, 0)
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 190px;
        bottom: 0
    }

    .cont2 .PD-1 .PD-btn-1,
    .cont2 .PD-2 .PD-btn-1 {
        padding: 5px 15px
    }

    .cont2 .PD-1:HOVER img,
    .cont2 .PD-2:HOVER img {
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }

    .PP__MG {
        margin-top: 0
    }

    .PP__01 h1 {
        font-size: 30px;
        line-height: 40px
    }

    .PP__01 h2 {
        font-size: 25px;
        line-height: 35px
    }

    .LS_P {
        padding-left: 15px
    }

    .RS_P {
        padding-right: 15px
    }

    .sub-header-content .sub-head,
    .sub-header-content h3 {
        padding-left: 230px
    }

    .sub-header-content .omni-head,
    .sub-header-content .omni-text {
        padding-left: 160px;
        padding-right: 80px
    }

    #subLinks .menu2-item-size .menu2-link {
        font-size: 34px !important
    }

    .menu2 {
        margin-left: 53%
    }

    .career-page,
    .omni-page {
        background-position: calc(100% - -30px) 50%;
        background-size: 200px
    }

    .sub-header-content .omni-text {
        width: 100%
    }

    .H_img {
        background-size: 250px
    }

    .PP_02-img .T_01 {
        top: 87px
    }

    .PP_02-img .T_02 {
        left: 104px;
        top: 0
    }

    .PP_02-img .T_03 {
        left: 298px
    }

    .PP_02-img .T_04 {
        right: 43px;
        top: 209px
    }

    .header-content h1 {
        font-size: 85px;
        line-height: 85px
    }

    .header-content h3 {
        font-size: 18px
    }

    .services-page .Head-1 {
        left: -82px;
        font-size: 90px
    }

    .services-page .Head-2 {
        left: -95px;
        font-size: 190px
    }

    .career-page .CA_head1 {
        left: -97px;
        font-size: 90px
    }

    .career-page .CA_head2 {
        left: -95px;
        font-size: 190px
    }

    .W__omni p {
        font-size: 18px;
        width: 55%
    }

    .PBG-ebob .PP__01 .col-lg-12 {
        padding-right: 0
    }

    .PBG-ebob {
        background-image: none
    }

    .SD_sc {
        display: block;
        float: right;
        margin-right: -15px
    }

    .K_facts .F_list .F_info {
        width: 434px;
        padding: 20px 25px
    }

    .K_facts .K_head02 {
        font-size: 190px;
        left: -46px
    }

    .K_facts .K_head01 {
        left: 12px;
        font-size: 80px
    }

    .OD__section {
        background-position: 40% 0
    }

    .OD__bottom {
        width: 662px
    }

    .omni_process .OP_sec img {
        max-width: 90px
    }

    .OD__demo h1,
    .omni_process h1 {
        font-size: 30px;
        line-height: 40px
    }

    .header-content h1::before {
        width: 87px
    }

    .C_RM {
        padding-left: 140px
    }

    .head__C1 {
        left: -80px;
        font-size: 90px;
        top: 24%
    }

    .head__C2 {
        left: -30px;
        font-size: 200px;
        top: 28%
    }

    .offc-info {
        margin-left: 40px
    }
}

@media (max-width:640px) {
    .W__omni p {
        width: 65%
    }

    .footer h3 {
        padding-bottom: 10px;
        padding-top: 20px
    }

    .copyright {
        text-align: left
    }

    .footer .bottom-menu {
        padding-left: 30px;
        margin-bottom: 0
    }

    .menu2 {
        margin-left: 30px;
        margin-top: 50px
    }

    .help-section h1,
    .we-built h1 {
        font-size: 50px
    }

    .we-built h2 {
        font-size: 37px
    }

    .title_large {
        font-size: 50px
    }

    .services01 .services1_title h1 {
        font-size: 80px;
        margin-left: 160px
    }

    .services01 .services1_title h2 {
        margin-left: 66px;
        min-width: 416px;
        font-size: 50px
    }

    .services1_title {
        bottom: 42%
    }

    .services01 .services1_title .Bigtext01,
    .services02 .services2_title .Bigtext02,
    .services03 .services3_title .Bigtext03,
    .services04 .services4_title .Bigtext04 {
        font-size: 230px;
        left: 0;
        top: -69px
    }

    .services02 .services2_title h1 {
        font-size: 80px;
        min-width: 450px;
        margin-left: 150px
    }

    .services04 .services4_title h1 {
        font-size: 80px
    }

    .services02 .services2_title h2 {
        font-size: 50px;
        min-width: 450px !important;
        margin-left: 112px
    }

    .services03 .services3_title h1 {
        font-size: 80px;
        padding-top: 0;
        margin-left: 100px;
        min-width: 535px
    }

    .services03 .services3_title h2 {
        font-size: 50px;
        margin-left: 140px;
        min-width: 350px
    }

    .services04 .services4_title h1 {
        padding-top: 0;
        margin-left: 100px;
        min-width: 535px
    }

    .services04 .services4_title h2 {
        font-size: 45px;
        margin-left: 126px;
        min-width: 500px
    }

    .services01 .SR__content1 h3,
    .services02 .SR__content2 h3,
    .services03 .SR__content3 h3,
    .services04 .SR__content4 h3 {
        font-size: 30px;
        line-height: 40px
    }

    .services4_title {
        bottom: 130px
    }

    .services-page .Head-1 {
        font-size: 100px;
        top: 60%;
        left: -102px
    }

    .services-page .Head-2 {
        font-size: 200px;
        top: 60%
    }

    .services-page .Head-3 {
        padding-top: 540px;
        padding-left: 150px
    }

    .career-page .CA_head1 {
        font-size: 100px;
        top: 60%;
        left: -108px
    }

    .career-page .CA_head2 {
        font-size: 200px;
        top: 60%
    }

    .HP-top h1 {
        font-size: 50px
    }

    .RS_P {
        padding-top: 25px
    }

    .AB-head1 {
        font-size: 100px;
        top: 60%;
        left: -77px
    }

    .AB-head2 {
        top: 60%;
        font-size: 200px
    }

    .sub-header-content .sub-head {
        padding-left: 160px;
        font-size: 30px;
        line-height: 40px;
        padding-top: 360px
    }

    .sub-header-content h3 {
        padding-left: 160px
    }

    #subLinks .menu2-item-size .menu2-link {
        font-size: 26px !important
    }

    .Co_logos img {
        margin-bottom: 30px;
        max-width: 100px
    }

    .allo-logo img {
        width: 350px
    }

    .sub-header-content .omni-head {
        padding-left: 160px;
        padding-right: 0;
        font-size: 35px;
        line-height: 45px
    }

    .sub-header-content .omni-text {
        padding-left: 160px;
        padding-right: 0
    }

    .PP_02-img .T_02 {
        left: 53px;
        top: -14px
    }

    .PP_02-img .T_01 {
        left: -22px;
        top: 52px
    }

    .PP_02-img .T_03 {
        left: 217px;
        top: -32px;
        width: 133px
    }

    .PP_02-img .T_04 {
        right: 3px;
        top: 149px
    }

    .header-content h1 {
        font-size: 75px;
        line-height: 75px
    }

    .header-content h2 {
        font-size: 48px;
        line-height: 48px
    }

    .header-content h3 {
        font-size: 18px;
        width: 395px;
        padding-top: 20px
    }

    .SD_sc {
        margin-right: -35px
    }

    .K_facts .F_list .F_info {
        width: 295px;
        padding: 10px;
        font-size: 14px
    }

    .K_facts .K_head02 {
        font-size: 159px;
        left: -58px
    }

    .K_facts .K_head01 {
        left: -17px;
        font-size: 80px
    }

    .OD__section {
        background-position: 80% 0
    }

    .OD__bottom {
        width: 100%
    }

    .OD__section .blue_box {
        background-color: #1E1E1E;
        min-height: auto
    }

    .OD__section .OD__text {
        width: 80%
    }

    .OD__demo p {
        font-size: 18px
    }

    .header-content h1::before {
        width: 76px;
        bottom: -25px
    }
}

@media (max-width:480px) {

    .head__C1,
    .head__C2,
    .logos-sec {
        display: none
    }

    .OD__section,
    .career-page,
    .omni-page {
        background-image: none
    }

    .logo,
    .overlay .menu-logo {
        padding-top: 15px;
        margin-left: 15px
    }

    .header-content h1 {
        font-size: 80px;
        line-height: 88px
    }

    .header-content h3 {
        font-size: 16px;
        width: 90%;
        padding-left: 0;
        padding-right: 20px;
        padding-top: 5px
    }

    .W__omni {
        background-position: center center;
        padding: 80px 0;
        margin-bottom: 80px
    }

    .W__omni p {
        width: 100%
    }

    .W__omni .line-bar {
        margin: 30px 0
    }

    .help-section .heading2 {
        font-size: 24px;
        letter-spacing: 0
    }

    .help-section h2.red {
        line-height: 45px !important;
        margin: 20px 0
    }

    .BG-heading {
        line-height: 60px !important;
        margin-top: 50px !important
    }

    .product-img {
        width: 400px;
        margin-top: 100px
    }

    .services-bottom h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 25px
    }

    .footer::before {
        right: -10%;
        top: -13%;
        height: 150px;
        width: 150px
    }

    .set-width {
        width: 90%
    }

    sub-header-content h3 {
        margin-top: 70px
    }

    .Co_logos h1,
    .our-story h1,
    .philiosphe .headingPH,
    .skills h1 {
        font-size: 50px
    }

    .job-page h1,
    .vid_sec h1 {
        font-size: 50px;
        line-height: 60px
    }

    .job-page h1 {
        line-height: 60px
    }

    .our-story p {
        padding: 0 10px;
        font-weight: 400px
    }

    .sub-header-content h3 {
        font-size: 16px;
        padding-top: 20px
    }

    .title_large {
        font-size: 45px
    }

    .services01 .SR__content1,
    .services02 .SR__content2,
    .services03 .SR__content3,
    .services04 .SR__content4 {
        min-height: auto
    }

    .services01 .services1_title h1,
    .services02 .services2_title h1,
    .services04 .services4_title h1 {
        font-size: 65px;
        margin-left: 125px;
        padding-top: 10px;
        min-width: 405px
    }

    .services03 .services3_title h1 {
        font-size: 60px;
        margin-left: 100px;
        padding-top: 10px;
        min-width: 405px
    }

    .services01 .services1_title h2,
    .services02 .services2_title h2,
    .services03 .services3_title h2,
    .services04 .services4_title h2 {
        margin-left: 66px;
        min-width: 338px;
        font-size: 40px
    }

    .services1_title {
        bottom: 42%
    }

    .services2_title {
        bottom: 28%
    }

    .services3_title {
        bottom: 18%
    }

    .services4_title {
        bottom: 23%
    }

    .services01 .services1_title .Bigtext01,
    .services02 .services2_title .Bigtext02,
    .services03 .services3_title .Bigtext03,
    .services04 .services4_title .Bigtext04 {
        font-size: 170px;
        left: 0;
        top: -20px
    }

    .services01 .SR__content1 h3,
    .services02 .SR__content2 h3,
    .services03 .SR__content3 h3,
    .services04 .SR__content4 h3 {
        font-size: 26px;
        line-height: 30px
    }

    .SR_head,
    .services01 .SR__content1 li,
    .services02 .SR__content2 li,
    .services03 .SR__content3 li,
    .services04 .SR__content4 li {
        font-size: 16px
    }

    .services01 .SR__content1 ul,
    .services02 .SR__content2 ul,
    .services03 .SR__content3 ul,
    .services04 .SR__content4 ul {
        padding-left: 25px
    }

    .services01 .SR__content1 li::before,
    .services02 .SR__content2 li::before,
    .services03 .SR__content3 li::before,
    .services04 .SR__content4 li::before {
        left: -24px;
        width: 12px
    }

    .services-page .Head-1 {
        font-size: 80px;
        top: 50%;
        left: -88px
    }

    .services-page .Head-2 {
        font-size: 160px;
        top: 50%;
        left: -80px
    }

    .services-page .Head-3 {
        padding-top: 200px;
        padding-left: 150px;
        font-size: 16px;
        font-weight: 400
    }

    .sub-header-content .omni-head {
        padding-left: 145px;
        font-size: 30px;
        line-height: 40px
    }

    .sub-header-content .omni-text {
        padding-left: 145px;
        font-size: 16px
    }

    .career-page .CA_head1 {
        font-size: 80px;
        top: 50%;
        left: -95px
    }

    .career-page .CA_head2 {
        font-size: 160px;
        top: 50%;
        left: -80px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 400px;
        top: 100px;
        right: -15px
    }

    .PD-btn-1 {
        opacity: 1;
        position: absolute;
        right: 0
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        font-size: 40px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 30px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 420px;
        margin-bottom: 150px
    }

    .cont2 .PD-1:HOVER img,
    .cont2 .PD-1:hover .PD-btn-1,
    .cont2 .PD-2:HOVER img,
    .cont2 .PD-2:hover .PD-btn-1 {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 180px
    }

    .SAL__dis {
        left: 30px;
        bottom: 15%
    }

    .SD-head1 {
        font-size: 45px
    }

    .SD-head2 {
        font-size: 35px;
        margin-left: 45px
    }

    .SD-Bigtext01 {
        font-size: 210px
    }

    .PP__01text,
    .SD-text {
        font-size: 16px
    }

    .SD-text {
        padding-left: 145px;
        padding-top: 255px
    }

    .AB-head1 {
        font-size: 80px;
        top: 50%;
        left: -60px
    }

    .AB-head2 {
        font-size: 160px;
        top: 50%;
        left: -80px
    }

    .sub-header-content .sub-head {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin-top: 0;
        padding-top: 190px;
        padding-left: 150px
    }

    .map-bg img {
        max-width: 330px
    }

    .allo-logo img {
        width: 300px
    }

    .PP_02-img span {
        background-color: rgba(255, 255, 255, .5);
        line-height: 20px;
        font-size: 14px
    }

    .PP_02-img .T_01 {
        left: 8px;
        top: 30px;
        width: 100px
    }

    .PP_02-img .T_02 {
        left: 61px;
        top: -34px;
        width: 120px
    }

    .PP_02-img .T_03 {
        left: 199px;
        top: -28px;
        width: 103px
    }

    .PP_02-img .T_04 {
        right: 3px;
        top: 128px
    }

    .SD_sc {
        margin-right: -20px;
        width: 345px
    }

    .K_facts .F_list {
        width: 100%;
        margin-left: 10px
    }

    .K_facts .F_list .F_info {
        width: 335px;
        padding: 15px
    }

    .K_facts .K_head01 {
        position: relative;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
        font-size: 60px;
        font-weight: 500;
        line-height: 1;
        color: #1e1e1e;
        left: auto;
        top: auto;
        z-index: 3;
        padding-bottom: 80px;
        text-align: center
    }

    .K_facts .K_head02 {
        position: absolute;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
        font-size: 125px;
        font-weight: 800;
        line-height: 1;
        color: #f2f2f2;
        font-family: Oswald, sans-serif;
        left: 31%;
        top: -36px
    }

    .PBG-ebob .PP__01 .col-lg-12 {
        padding-right: 30px;
        padding-left: 30px
    }

    .OD__section .OD__text {
        width: 100%;
        text-align: center
    }

    .OD__section h1,
    .OD__section h2 {
        text-align: center
    }

    .OD__section .line-bar {
        margin-right: auto
    }

    .OD__section .blue_box h3 {
        font-size: 22px
    }

    .omni_process .OP_sec {
        margin-bottom: 25px
    }

    .offc-info {
        margin-left: 0
    }

    .C_RM {
        padding-left: 15px
    }
}

@media (max-width:420px) {
    .header-content h1 {
        font-size: 75px;
        line-height: 75px
    }

    .header-content h2 {
        font-size: 45px;
        line-height: 45px
    }

    .header-content h3 {
        font-size: 16px;
        width: 100%;
        padding-left: 0;
        padding-right: 25px;
        padding-top: 8px
    }

    .product-img {
        width: 380px;
        margin-top: 100px
    }

    .title_large {
        font-size: 40px
    }

    .services-page .Head-1 {
        font-size: 70px;
        top: 40%;
        left: -70px
    }

    .services-page .Head-2 {
        font-size: 150px;
        top: 40%;
        left: -80px
    }

    .services-page .Head-3 {
        padding-top: 200px;
        padding-left: 130px;
        font-size: 16px;
        font-weight: 400
    }

    .career-page .CA_head1 {
        font-size: 70px;
        top: 40%;
        left: -83px
    }

    .career-page .CA_head2 {
        font-size: 150px;
        top: 40%;
        left: -80px
    }

    .cont2 .PD-1 img,
    .cont2 .PD-2 img {
        width: 350px;
        top: 120px;
        right: -10px
    }

    .PD-1_title,
    .PD-2_title {
        left: 10px
    }

    .PD-1_title h1,
    .PD-2_title h1 {
        font-size: 35px
    }

    .PD-1_title h2,
    .PD-2_title h2 {
        font-size: 25px
    }

    .cont2 .PD-1,
    .cont2 .PD-2 {
        height: 370px;
        margin-bottom: 150px
    }

    .cont2 .PD-1 .BigPD-1,
    .cont2 .PD-2 .BigPD-2 {
        font-size: 150px
    }

    .SAL__dis {
        left: 20px;
        bottom: 15%
    }

    .SD-head1 {
        font-size: 35px
    }

    .SD-head2 {
        font-size: 25px;
        margin-left: 45px
    }

    .SD-Bigtext01 {
        font-size: 190px
    }

    .SD-text {
        padding-left: 110px;
        padding-top: 200px
    }

    .AB-head1 {
        font-size: 70px;
        top: 40%;
        left: -60px
    }

    .AB-head2 {
        font-size: 140px;
        top: 40%;
        left: -80px
    }

    .sub-header-content .sub-head {
        font-size: 32px;
        line-height: 42px;
        padding-left: 130px
    }

    .sub-header-content h3 {
        padding-left: 130px
    }

    .Co_logos img {
        margin-bottom: 30px;
        max-width: 90px
    }

    .map-bg img {
        max-width: 300px
    }

    .sub-header-content .omni-head,
    .sub-header-content .omni-text {
        padding-left: 120px
    }

    .omni-page .SAL__dis {
        left: 20px;
        bottom: 25%
    }

    .PP_02-img span {
        background-color: rgba(255, 255, 255, 1);
        line-height: 17px;
        letter-spacing: normal;
        font-size: 13px
    }

    .PP_02-img img {
        margin-top: 50px
    }

    .PP_02-img .T_01 {
        left: -3px;
        top: 62px;
        width: 87px
    }

    .PP_02-img .T_02 {
        left: 52px;
        top: 1px;
        width: 102px
    }

    .PP_02-img .T_03 {
        left: 167px;
        top: 16px;
        width: 103px
    }

    .PP_02-img .T_04 {
        right: 35px;
        top: 135px;
        width: 51px
    }

    .K_facts .F_list .F_info {
        width: 269px;
        padding: 20px
    }

    .K_facts .F_list {
        height: 160px
    }

    .K_facts .K_head02 {
        left: 28%
    }

    .SD_sc {
        margin-right: -20px;
        width: 310px
    }

    .header-content h1::before {
        width: 76px;
        bottom: -30px
    }
}

@media (max-width:375px) {
    .product-img {
        width: 320px;
        margin-top: 100px
    }

    .sub-header-content .sub-head {
        font-size: 30px
    }

    .philiosphe .headingPH {
        line-height: 60px
    }

    .K_facts .F_list .F_info {
        width: 230px;
        padding: 10px
    }
}

.header .arrow {
    position: absolute;
    left: 50%;
    bottom: 95px;
    margin-left: -4px
}

.header .arrow span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -12px;
    border-left: 1px solid #a80000;
    border-bottom: 1px solid #a80000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0
}

.header .arrow span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.header .arrow span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.header .arrow span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes sdb07 {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes sdb07 {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@media (max-width:640px) {
    .header .arrow span {
        width: 25px;
        height: 25px
    }
}