@charset "UTF-8";

html {
    line-height: 1.15;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&amp;display=swap');

body {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #101010
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px;
    font-weight: 700
}

h5 {
    font-size: 20px;
    font-weight: 700
}

h6 {
    font-size: 18px;
    font-weight: 700
}

p {
    margin: 0 0 20px;
    font-family: Poppins, sans-serif;
    color: #101010;
    font-weight: 400;
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 0 30px 0 50px;
    position: relative;
    color: #1b1d21
}

blockquote:before {
    content: "";
    font-family: Flaticon;
    font-size: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #7141b1
}

blockquote cite {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b5b5b5
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.7142857143;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

.bg-alt {
    background: #f8f8f8
}

.bg-primary {
    background: #43baff
}

.bg-second {
    background: #7141b1
}

.text-primary {
    color: #43baff
}

.text-second {
    color: #7141b1
}

.text-dark {
    color: #1b1d21
}

.section-padd {
    padding: 110px 0
}

.section-padd-bot {
    padding-bottom: 110px
}

.section-padd-top {
    padding-top: 110px
}

.section-padd-top70 {
    padding-top: 70px
}

.lead {
    font-size: 18px
}

.clear-both {
    clear: both
}

.unstyle {
    list-style: none;
    padding-left: 0
}

.font14 {
    font-size: 14px
}

.text-light {
    color: #fff
}

.text-light * {
    color: #fff
}

.bolder {
    font-weight: 900
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.normal {
    font-weight: 400
}

.lighter {
    font-weight: 300
}

.underline {
    text-decoration: underline
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.dtable {
    display: table
}

.dcell {
    display: table-cell;
    vertical-align: middle
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center
}

.b-shadow {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1)
}

.overflow {
    overflow: hidden
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.gaps {
    clear: both;
    height: 20px;
    display: block
}

.gaps.size-2x {
    height: 40px
}

.slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -57px;
    margin-top: -17px;
    background: 0 0;
    color: #1b1d21;
    border: none;
    outline: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.slick-arrow:not(.slick-disabled):hover {
    color: #43baff
}

.slick-arrow.next-nav {
    left: auto;
    right: -57px
}

.slick-arrow i:before {
    font-size: 18px
}

.slick-dots li button {
    width: 12px;
    height: 12px
}

.slick-dots li button:before {
    font-size: 32px;
    line-height: 10px;
    width: auto;
    height: auto;
    color: #d0d0d0
}

.slick-dots li.slick-active button:before {
    color: #7141b1;
    font-size: 45px;
    left: -2px
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fff;
    overflow-x: hidden
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 20px;
    padding-left: 18px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.none-style {
    list-style: none;
    padding-left: 0
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px
}

caption,
td,
th {
    padding: 0;
    font-weight: 400;
    text-align: left
}

table,
td,
th {
    border: 1px solid #eee
}

th {
    font-weight: 700
}

td,
th {
    padding: .4375em
}

.octf-btn {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0 solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    float: left;
    background-color: #bc962e;
    margin: 0 auto;
    outline: 0;
    overflow: visible;
    padding: .9em .9em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    width: 29%;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
    letter-spacing: 1px;
    align-items: center;
    font-size: 1.05em;
    line-height: 1.33333em;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: Lato, sans-serif
}

.octf-btn-third {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    font-size: 16px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    color: #015194;
    outline: 0;
    width: 100%
}

.recruitment-procedure .octf-btn {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    font-size: 16px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    background: #015194;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff !important;
    outline: 0;
    width: 100%
}

.octf-btn:visited {
    color: #fff
}

.recruitment-procedure .octf-btn:focus,
.recruitment-procedure .octf-btn:hover {
    background-position: 100%;
    background-color: #bf971e;
    color: #fff !important
}

.octf-btn:focus,
.octf-btn:hover {
    background-position: 100%;
    background-color: #bf971e;
    color: #fff !important
}

.octf-btn.octf-btn-second {
    background: #7141b1;
    color: #fff
}

.octf-btn.octf-btn-second:visited {
    background: #7141b1;
    color: #fff
}

.octf-btn.octf-btn-second:focus,
.octf-btn.octf-btn-second:hover {
    background: #43baff
}

.octf-btn.octf-btn-light {
    color: #ffff;
    background-color: #b57b28;
    background-image: -webkit-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -moz-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -ms-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -o-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-size: 300%, 1px
}

.octf-btn.octf-btn-light:visited {
    background: #fff;
    color: #1b1d21
}

.octf-btn.octf-btn-light:focus,
.octf-btn.octf-btn-light:hover {
    color: #ffff;
    background-color: #b57b28;
    background-image: -webkit-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -moz-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -ms-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: -o-linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-image: linear-gradient(90deg, #bb931b 0, #bb931b 50%, #bb931b);
    background-size: 300%, 1px
}

.octf-btn-dark {
    color: #fff;
    background: #1b1d21
}

.octf-btn-dark:visited {
    color: #fff;
    background: #1b1d21
}

.octf-btn-dark:focus,
.octf-btn-dark:hover {
    background: #fff;
    color: #1b1d21
}

.btn-details {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.btn-details i {
    margin-right: 8px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear
}

.btn-details i:before {
    font-size: 15px
}

.btn-details:hover i {
    margin-right: 3px
}

.btn-details:visited {
    color: #43baff
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #101001;
    border: none;
    background: #f6f6f600;
    font-family: Poppins, sans-serif;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    width: 100%
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #6d6d6d
}

select {
    border: none;
    background: #f6f6f6;
    outline: 0
}

textarea {
    width: 100%;
    height: 150px;
    vertical-align: top
}

::-webkit-input-placeholder {
    color: #6d6d6d
}

::-moz-placeholder {
    color: #6d6d6d
}

:-ms-input-placeholder {
    color: #6d6d6d
}

:-moz-placeholder {
    color: #6d6d6d
}

a {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    text-decoration: none
}

a:visited {
    color: #7141b1
}

a:active,
a:focus,
a:hover {
    color: #fff;
    text-decoration: none
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

.extra-text a {
    color: #43baff
}

.extra-text a:hover {
    color: #fff
}

.style-2 {
    padding: 0;
    line-height: 40px
}

.style-2 .social-list {
    float: left;
    margin-left: 0
}

.style-2 .social-list li {
    margin: 0
}

.style-2 .social-list li a {
    display: block;
    padding: 0 14px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.style-2 .social-list li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.style-2 .topbar-info {
    float: right;
    margin-left: 20px
}

.style-2 .topbar-info li {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.style-2 .topbar-info li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

@media only screen and (max-width:1199px) {
    .extra-text {
        display: none
    }

    .social-list {
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .style-2 .social-list li {
        margin: 0 8px
    }

    .style-2 .social-list li:first-child a {
        margin-left: 0
    }
}

@media only screen and (max-width:600px) {
    .topbar-info li {
        float: none;
        padding-left: 0
    }
}

#site-logo {
    min-width: 145px;
    padding: 0 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    line-height: 1
}

#site-logo img {
    width: 120px
}

.is-stuck-1 #site-logo-1 .sticky-reveal {
    display: block
}

.is-stuck-1 #site-logo-1 .normal-show {
    display: none
}

#site-logo-1 .sticky-reveal {
    display: none
}

#site-logo img.logo-static {
    display: block
}

#site-logo img.logo-scroll {
    display: none
}

.is-stuck #site-logo img.logo-static {
    display: none
}

.is-stuck #site-logo img.logo-scroll {
    display: block
}

#site-logo-1 {
    min-width: 160px;
    padding: 0 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    line-height: 1
}

#site-logo-1 img {
    width: 80px
}

#site-logo-1 img.logo-static {
    display: block
}

#site-logo-1 img.logo-scroll {
    display: none
}

.is-stuck #site-logo-1 img.logo-static {
    display: none
}

.is-stuck #site-logo-1 img.logo-scroll {
    display: block
}

.main-navigation ul {
    list-style: none;
    padding-left: 0
}

.site-header {
    background: #fff;
    position: relative;
    z-index: 10
}

.octf-mainbar-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch
}

.octf-mainbar {
    display: flex;
    flex-flow: column wrap;
    flex: 1 auto
}

.octf-main-header .octf-mainbar-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
    height: 80px
}

.is-stuck-1 .octf-mainbar-row .octf-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
    height: 80px
}

.octf-mainbar-row>[class^=octf-col] {
    display: flex;
    align-items: stretch;
    position: static
}

.octf-mainbar-row .octf-col {
    flex-basis: 0;
    flex-grow: .65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    padding-left: 0
}

.octf-mainbar-row>[class^=octf-col] {
    flex-flow: row nowrap
}

.octf-mainbar-row>[class^=octf-col].text-left {
    justify-content: flex-start
}

.octf-mainbar-row>[class^=octf-col].text-center {
    justify-content: center
}

.octf-mainbar-row>[class^=octf-col].text-right {
    justify-content: flex-end
}

.octf-main-header .octf-row>div:empty {
    display: none
}

.octf-row {
    margin-right: -15px;
    margin-left: -15px
}

.octf-col:before {
    display: inline-flex
}

.octf-main-header .octf-row .octf-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.octf-header-module {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto
}

.main-navigation>ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%
}

.main-navigation ul {
    font-weight: 700;
    list-style: none;
    margin: 0 0;
    padding: 0 0
}

.main-navigation>ul>li {
    margin: 0 18px;
    padding: 0 0;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.main-navigation>ul>li.bg-blue {
    background-color: #bc962e;
    padding-left: 17px;
    padding-right: 17px;
    height: 70px;
    margin-top: 4px
}

.is-stuck-1 .main-navigation>ul>li.bg-blue {
    background-color: #bc962e;
    padding-left: 17px;
    padding-right: 17px;
    height: 80px;
    margin-top: 0
}

.header-fullwidth .is-stuck-1 .octf-area-wrap {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0
}

.main-navigation.recruitment-procedure-navbar>ul>li.bg-blue {
    background-color: #015194;
    padding-left: 17px;
    padding-right: 17px
}

.main-navigation.recruitment-procedure-navbar>ul>li.bg-blue a {
    background-color: #015194;
    padding-left: 0;
    color: #fff
}

.recruitment-procedure-navbar.main-navigation>ul>li:before {
    position: absolute;
    height: 3px;
    width: 0;
    bottom: -1px;
    right: 0;
    background: #015194;
    content: "";
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.main-navigation>ul>li.current-menu-ancestor:before,
.main-navigation>ul>li.current-menu-item:before,
.main-navigation>ul>li:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.main-navigation ul ul {
    float: none;
    margin: 0 0;
    padding: 0 0;
    background-color: #fff;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1)
}

.main-navigation ul>li>a {
    display: inline-block;
    padding: 28px 0;
    line-height: 0;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    outline: 0;
    font-family: 'Libre Baskerville', serif;
    color: #1a1b1e;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

.main-navigation ul>li>a:hover {
    color: #fff
}

.main-navigation>ul>li.menu-item-has-children:last-child>a:after {
    right: 0
}

.main-navigation ul li li {
    display: block;
    position: relative;
    padding: 0 40px
}

.main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #1a1b1e;
    text-align: left;
    display: block;
    padding: 5px 0 5px 0;
    position: relative;
    text-decoration: none;
    outline: 0;
    text-transform: capitalize;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-ancestor>a:before,
.main-navigation ul ul li.current-menu-item>a:before {
    left: 0;
    visibility: visible;
    opacity: 1
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-ancestor>a,
.main-navigation ul ul li.current-menu-item>a {
    color: #1b4b6c;
    padding-left: 12px
}

.main-navigation ul>li.menu-item-has-children>a:hover:after {
    color: #fff
}

.main-navigation ul>li li.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    font-family: Flaticon;
    top: 50%;
    right: 0;
    margin-top: -5px;
    font-size: 9px;
    color: #c3c7c9;
    transform: rotate(0)
}

.main-navigation ul li ul {
    width: 217px;
    white-space: nowrap;
    padding: 11px 0;
    position: absolute;
    top: calc(93% + 0px);
    left: -16px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -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;
    box-sizing: border-box
}

.main-navigation ul li ul ul {
    left: 100%;
    top: -25px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out
}

.main-navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1
}

.main-navigation ul>li:hover>ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.octf-btn-cta {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.octf-btn-cta .toggle_search {
    cursor: pointer;
    margin-left: 30px
}

.octf-btn-cta .h-search-form-field {
    position: absolute;
    z-index: 99;
    top: -webkit-calc(100% + 1px);
    top: expression(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -o-calc(100% + 1px);
    top: calc(100% + 1px);
    right: -30px;
    width: 330px
}

.octf-btn-cta .h-search-form-field .h-search-form-inner {
    padding: 30px;
    background-color: #fff;
    box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1)
}

.octf-btn-cta .h-search-form-field.show {
    -webkit-animation: stickySlideUp .5s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideUp .5s cubic-bezier(.23, 1, .32, 1) both
}

.h-search-form-inner label {
    margin-bottom: 0
}

.octf-btn-cta .octf-cta-icons i {
    color: #1b1d21;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-width: 22px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.octf-btn-cta .octf-cta-icons i:after,
.octf-btn-cta .octf-cta-icons i:before {
    font-size: 22px
}

.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
    font-size: 18px
}

.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
    font-size: 24px
}

.octf-btn-cta .btn-cta-group {
    margin-left: 40px
}

.octf-btn-cta .contact-header {
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1;
    border-left: 1px solid #dcdde1;
    padding: 5px 0 5px 40px
}

.octf-btn-cta .contact-header i {
    font-size: 22px;
    color: #43baff;
    margin-right: 12px
}

.octf-btn-cta .contact-header span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6d
}

.octf-btn-cta .contact-header span a,
.octf-btn-cta .contact-header span.main-text {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #1b1d21;
    margin-top: 7px
}

.page-header {
    background-image: url(../images/our--recruitment/recruitment-banners.jpg) !important
}

.page-header {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-1 {
    background-image: url(../images/our--recruitment/dominos.jpg) !important
}

.page-header-1 {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-2 {
    background-image: url(../images/our--recruitment/mc.jpg) !important
}

.page-header-2 {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-3 {
    background-image: url(../images/our--recruitment/about-ban.jpg) !important
}

.page-header-3 {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-4 {
    background-image: url(../images/our--recruitment/contact-ban.jpg) !important
}

.page-header-4 {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-5 {
    background-image: url(../images/our--recruitment/faq-ban.jpg) !important
}

.page-header-5 {
    width: 100%;
    min-height: 510px;
    font-weight: 500;
    background: #025193 center center no-repeat;
    background-size: cover
}

.page-header-content {
    color: #fff;
    width: 50%;
    font-size: 18px;
}

.page-header .breadcrumbs li {
    display: inline-block;
    color: #fff
}

.page-header .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800
}

.page-header .breadcrumbs li a {
    color: #aeaacb
}

.page-header .breadcrumbs li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle
}

.page-header .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 60px;
    font-weight: 500
}

.page-header-1 .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 84px;
    font-weight: 500
}

.page-header-2 .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 84px;
    font-weight: 500
}

.page-header-3 .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 84px;
    font-weight: 500
}

.page-header-4 .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 84px;
    font-weight: 500
}

.page-header-5 .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Libre Baskerville', serif;
    padding: 95px 20px 10px 0;
    font-size: 84px;
    font-weight: 900
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center
}

@-webkit-keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-stuck {
    -webkit-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    -moz-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both
}

.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

.is-stuck-1 {
    -webkit-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    -moz-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both
}

.is-stuck-1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

.admin-bar .header-overlay,
.admin-bar .is-stuck {
    top: 32px
}

@media screen and (min-width:1024px) {
    .header-static .is-stuck {
        background-color: #fff
    }

    .is-stuck {
        background-color: #015194;
        -webkit-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        -moz-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%)
    }

    .is-stuck .main-navigation ul.menu>li>a {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .header-static .is-stuck-1 {
        background-color: #fff
    }

    .is-stuck-1 {
        background-color: #fff;
        -webkit-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        -moz-box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        box-shadow: 4px 4px 30px 0 rgba(42, 67, 113, .15);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%)
    }

    .is-stuck-1 .main-navigation ul.menu>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
        color: #025193
    }

    .is-stuck-1 .main-navigation ul.menu>.bg-blue>a {
        padding-top: 18px;
        padding-bottom: 18px;
        color: #fff
    }
}

.main-navigation>ul>li.current-menu-ancestor,
.main-navigation>ul>li.current-menu-item,
.main-navigation>ul>li:hover {
    left: 0;
    right: auto;
    width: 100%;
    color: beige
}

.is-stuck #site-logo {
    padding: 15px 0 15px 0
}

.is-stuck-1 #site-logo {
    padding: 15px 0 15px 0
}

.is-stuck-1 #site-logo-1 {
    padding: 15px 0 15px 0
}

@media (max-width:1199px) {
    .main-navigation>ul>li {
        margin: 0 14px
    }
}

@media (max-width:1440px) {
    .octf-btn-cta .btn-cta-header {
        display: none
    }
}

@media (max-width:1265px) {
    .octf-btn-cta .contact-header {
        display: none
    }
}

.header_mobile {
    display: none
}

@media only screen and (max-width:1024px) {
    .octf-main-header {
        display: none
    }

    .header-topbar {
        display: none
    }

    .site-header {
        background: #fff;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15);
        -moz-box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15);
        box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15)
    }

    .header_mobile {
        display: block;
        width: 100%;
        background: #fff
    }

    .header_mobile.is-stuck {
        box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15)
    }

    .header_mobile .mlogo_wrapper {
        position: relative;
        padding: 10px 0
    }

    .header_mobile .mlogo_wrapper img {
        height: 75px
    }

    .header_mobile .mlogo_wrapper .mobile_logo {
        float: left
    }

    #mmenu_toggle {
        position: absolute;
        cursor: pointer;
        width: 26px;
        height: 20px;
        right: 0;
        margin-top: -10px;
        top: 50%
    }

    #mmenu_toggle button {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -2px 0 0;
        background: #1b1d21;
        height: 3px;
        padding: 0;
        border: none;
        width: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        outline: 0;
        border-radius: 2px
    }

    #mmenu_toggle button:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 26px;
        height: 3px;
        background: #1b1d21;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        border-radius: 2px
    }

    #mmenu_toggle button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 26px;
        height: 3px;
        background: #1b1d21;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        border-radius: 2px
    }

    #mmenu_toggle.active button {
        background: 0 0
    }

    #mmenu_toggle.active button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    #mmenu_toggle.active button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    .header_mobile .mobile_nav {
        display: none;
        background: #fff
    }

    .header_mobile .mobile_nav .mobile_mainmenu {
        margin: 0;
        padding: 0
    }

    .header_mobile .mobile_nav .mobile_mainmenu ul {
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 15px
    }

    .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
        display: none
    }

    .header_mobile .mobile_nav .mobile_mainmenu li {
        position: relative;
        list-style: none
    }

    .header_mobile .mobile_nav .mobile_mainmenu li a {
        padding: 9px 0;
        display: block;
        color: #1b1d21;
        font-weight: 600;
        border-bottom: 1px solid #e5e5e5;
        font-family: Poppins, sans-serif;
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li:last-child>a {
        border: none
    }

    .header_mobile .mobile_nav .mobile_mainmenu li li a {
        font-size: 15px
    }

    .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
    .header_mobile .mobile_nav .mobile_mainmenu ul>li>ul>li.current-menu-ancestor>a,
    .header_mobile .mobile_nav ul li.current-menu-item>a {
        color: #43baff
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow {
        color: #fff;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 50px;
        height: auto;
        padding: 9px 12px 9px 0;
        line-height: inherit;
        text-align: right;
        box-sizing: border-box
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
        color: #9397a7;
        display: inline-block;
        line-height: 1;
        -webkit-transition: transform .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:before {
        font-size: 8px
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-ancestor>a,
    .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-item>a,
    .header_mobile .mobile_nav .mobile_mainmenu>li>a:hover {
        color: #02559b
    }
}

@media only screen and (max-width:767px) {
    .header_mobile .mlogo_wrapper {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    .mobile_logo img {
        max-width: 230px;
        max-height: 47px
    }
}

@media (max-width:600px) {
    .page-header {
        min-height: 200px;
        padding: 110px 0
    }

    .page-header .page-title {
        font-size: 36px
    }

    .page-header-1 .page-title {
        font-size: 36px
    }

    .page-header-2 .page-title {
        font-size: 36px
    }

    .page-header-3 .page-title {
        font-size: 36px
    }

    .page-header-4 .page-title {
        font-size: 36px
    }

    .page-header-5 .page-title {
        font-size: 36px
    }
}

.header-fullwidth .container-fluid .cta-col {
    flex: 2
}

@media (max-width:1024px) {
    .header-fullwidth .octf-area-wrap {
        width: 100%;
        padding: 0 !important
    }

    .header-fullwidth .header-topbar .container-fluid {
        width: 970px;
        margin: 0 auto;
        padding: 0 15px
    }
}

@media (max-width:991px) {
    .header-fullwidth .header-topbar .container-fluid {
        width: 750px
    }
}

@media (max-width:991.98px) {
    .mbScroll {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden;
        padding-bottom: 12px
    }
}

@media (max-width:767px) {
    .header-fullwidth .header-topbar .container-fluid {
        width: 100%
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.entry-content {
    padding: 90px 0 110px
}

.post-box {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    box-shadow: rgb(0 0 0 / 22%) 2px 3px 14px 0
}

.post-box .post-inner {
    background: #fff;
    margin-bottom: 60px
}

.post-box p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    font-family: Poppins, sans-serif;
}

.post-box .entry-media {
    position: relative
}

.post-box .entry-media img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.post-box .entry-media .post-cat {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0
}

.post-box .inner-post {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    padding: 40px 40px 36px
}

.post-box .post-cat a {
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    display: flex;
    color: #fff;
    background: linear-gradient(150deg, #025193 0, #025193 100%);
    padding: 10px 15px;
    width: 290px;
    height: auto;
    align-items: center
}

.post-box .entry-meta {
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px
}

.post-box .entry-meta>span {
    margin-right: 5px;
    display: inline-block
}

.post-box .entry-meta a {
    color: #7141b1
}

.post-box .entry-meta a:hover {
    color: #43baff
}

.post-box .entry-title {
    margin-bottom: 20px;
    line-height: 36px
}

.post-box .entry-title a {
    color: #025193;
    display: inline-block
}

.post-box .entry-title a:hover {
    text-decoration: none
}

.post-box .padding-box {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    padding: 40px 40px 0 40px;
    border: 1px solid #e7e7e7;
    border-bottom: none
}

.post-box .padding-box+.inner-post {
    border-top: none;
    padding-top: 20px
}

.post-box .img-slider .slick-arrow {
    height: 65px;
    width: 50px;
    background: #262051;
    color: #fff;
    left: 0
}

.post-box .img-slider .slick-arrow:hover {
    background: #fff;
    color: #262051
}

.post-box .img-slider .next-nav {
    left: auto;
    right: 0
}

.post-box .audio-box iframe {
    width: 100%
}

.post-box .link-box a {
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #1b1d21
}

.post-box .link-box a:hover {
    color: #43baff
}

.post-box .link-box i {
    color: #7141b1;
    margin-right: 15px
}

@media (max-width:991px) {
    .content-area.col-md-9 {
        margin-bottom: 60px
    }

    .post-box.post-item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:768px) {
    .post-nav {
        display: none
    }
}

@media only screen and (max-width:600px) {
    blockquote {
        font-size: 20px
    }

    .single-post .entry-content {
        padding: 50px 0 70px
    }

    .blog-list .post-box .inner-post {
        padding: 30px
    }

    .post-box .entry-title {
        font-size: 22px;
        line-height: 30px
    }
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.ot-heading {
    margin-bottom: 15px
}

.ot-heading>span {
    font-size: 14px;
    font-weight: 800;
    color: #7141b1;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.rs-process {
    padding-top: 80px;
}

.client-heading {
    color: #6ebe46;
    margin-bottom: 6px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 50px
}

.bg-white {
    padding-top: 40px;
    padding-bottom: 0px
}

.ot-heading h2 {
    margin-bottom: 40px;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif
}

.ot-heading h2.form-heading {
    margin-bottom: 0;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: 'Libre Baskerville', serif
}

section.logos {
    padding-top: 0px;
    padding-bottom: 0
}

.ot-heading h2.contact-heading {
    margin-bottom: 0;
    line-height: 50px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700
}

.medical-box h4 {
    color: #6ebe46;
    margin-bottom: 6px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-top: 50px;
    text-align: center
}

@media (max-width:767px) {
    .ot-heading>span {
        font-size: 12px
    }

    h2.main-heading {
        font-size: 23px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .ot-heading h2 br {
        display: none
    }
}

.icon-box-s1 .icon-main {
    color: #7141b1
}

.icon-box-s1 .icon-main i,
.icon-box-s1 .icon-main span:before {
    font-size: 40px
}

.icon-box-s1 .icon-main img {
    width: 40px
}

.icon-box-s1 h5 {
    font-size: 18px;
    font-weight: 600
}

.icon-box-s1 h5 a {
    color: #1b1d21
}

.line-box {
    height: 3px;
    width: 100%;
    margin-bottom: 15px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0
}

.serv-box .line-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: #bb931c;
    height: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box:hover .line-box:after {
    left: 0;
    right: auto;
    width: 100%
}

.bg-pattern {
    position: absolute;
    top: -20px;
    right: -33px;
}

.icon-box-s2 {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    padding: 30px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.icon-box-s2:hover {
    border: 2px solid #015194;
}

.google-review h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.google-review .google-icon img {
    width: 35px;
    margin-right: 10px;
}

.google-review-data img {
    width: 100px;
}

.google-review-data p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 22px;
}

.icon-box-s2.s1 .icon-main,
.icon-box-s2.s3 .icon-main {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    text-align: center;
    line-height: 3.8;
    color: #7141b1;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    -webkit-box-shadow: 4px 4px 0px 0 rgb(0 0 0 / 6%);
    box-shadow: 4px 4px 0px 0 rgb(0 0 0 / 6%);
}

.icon-box-s2.s1 .icon-main i,
.icon-box-s2.s1 .icon-main span:before,
.icon-box-s2.s3 .icon-main i,
.icon-box-s2.s3 .icon-main span:before {
    font-size: 45px
}

.icon-box-s2.s1 .icon-main span,
.icon-box-s2.s3 .icon-main span {
    display: block
}

.icon-box-s2.s1 .icon-main img,
.icon-box-s2.s3 .icon-main img {
    width: 40px
}

.icon-box-s2.s1 .content-box,
.icon-box-s2.s3 .content-box {
    padding-top: 18px;
}

.icon-box-s2 .content-box h5 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #025193;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 1px
}

.icon-box-s2 .content-box h5 a {
    color: #1b1d21
}

.icon-box-s2 .content-box h5 a:hover {
    color: #43baff
}

.icon-box-s2 .content-box p:last-child {
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #5a5a5a;
    text-align: left
}

.icon-box-s2 p {
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    text-align: left;
    line-height: 26px
}

.line::before {
    content: "";
    width: 100%;
    height: 2px;
    background-image: url(../../demo.casethemes.net/consultio-law/wp-content/themes/csuti/assets/images/line-process.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 250px;
    left: 67.3%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1
}

.dot-banner {
    content: "";
    width: 280px;
    height: 135px;
    background-image: url(../../demo.casethemes.net/consultio/wp-content/themes/csuti/assets/images/dots.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: -1
}

.icon-box-s2.s2 * {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear
}

.icon-box-s2.s2 .icon-main {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1;
    height: 111px;
    width: 111px;
    background-color: #5a3919;
    background-image: -webkit-linear-gradient(left, #015194, #015194);
    background-image: -moz-linear-gradient(left, #015194, #015194);
    background-image: -ms-linear-gradient(left, #015194, #015194);
    background-image: -o-linear-gradient(left, #015194, #015194);
    background-image: -webkit-linear-gradient(left, #015194, #015194);
    -webkit-border-radius: 111px;
    -khtml-border-radius: 111px;
    -moz-border-radius: 111px;
    -ms-border-radius: 111px;
    -o-border-radius: 111px;
    border-radius: 111px;
    position: relative;
    -webkit-box-shadow: 0 8px 18px rgb(12 12 12 / 19%);
    -khtml-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
    -moz-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
    -ms-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
    -o-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
    box-shadow: 0 8px 18px rgb(12 12 12 / 19%);
    margin: 0 26px 26px 0;
    line-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.icon-box-s2.s2 .icon-main i,
.icon-box-s2.s2 .icon-main span:before {
    font-size: 40px;
    line-height: 1
}

.icon-box-s2.s2 .icon-main img {
    max-width: 40px;
    margin-top: -5px
}

.icon-box-s2.s2:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.icon-box-s2.s2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -15px;
    right: -15px;
    z-index: 1;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #43baff
}

.icon-box-s2.s2 .content-box h5 {
    margin-bottom: 14px;
    text-align: left
}

.icon-box-s2.s3 .icon-main {
    float: right
}

.icon-box-s2.s3 .content-box {
    text-align: right;
    padding-left: 0;
    padding-right: 75px
}

@media (min-width:768px) and (max-width:991px) {
    .icon-box-s2.s2 {
        padding-left: 34px;
        padding-right: 34px
    }
}

@media (max-width:1024px) {
    .icon-box-s2.s2:before {
        width: 100%
    }
}

.service-box {
    overflow: hidden;
    position: relative;
    padding: 33px 35px 28px;
    background: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    border: 1px solid #e7e7e7
}

.service-box * {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.service-box .icon-main {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    background: #43baff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.service-box .icon-main i,
.service-box .icon-main span:before {
    font-size: 17px
}

.service-box .icon-main img {
    width: 17px
}

.service-box .content-box {
    padding-left: 73px;
    position: relative
}

.service-box .content-box h5 {
    font-size: 18px;
    margin-bottom: 5px
}

.service-box .content-box p:last-child {
    margin-bottom: 0
}

.service-box .big-number {
    position: absolute;
    right: -7px;
    bottom: 0;
    font-size: 72px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 52px;
    color: #f2f2f2
}

.service-box:hover {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    border-color: transparent
}

@media (max-width:600px) {
    .service-box .number-box {
        float: none;
        margin-bottom: 30px
    }
}

.serv-box {
    overflow: hidden;
    position: relative;
    padding: 160px 30px 30px 50px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    border: 2px solid #eaeaea;
    height: 375px
}

.serv-box:hover {
    background: #fff
}

.serv-box p {
    color: #101010;
    margin-bottom: 0;
    font-size: 17px;
    font-family: Lato, sans-serif;
    line-height: 26px
}

.serv-box * {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box .icon-main {
    position: absolute;
    top: 25px;
    left: 42px;
    width: 100px;
    height: 100px;
    color: #fff;
    background-image: url(../images/fluid.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.serv-box .icon-main--1 {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 100px;
    height: 100px;
    color: #fff;
    background-image: url(../images/fluid.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.serv-box .icon-main i,
.serv-box .icon-main img,
.serv-box .icon-main span {
    position: absolute;
    bottom: 16px;
    left: 17px;
    font-size: 35px;
    line-height: 1;
    right: 0
}

.serv-box .icon-main--1 i,
.serv-box .icon-main--1 img,
.serv-box .icon-main--1 span {
    position: absolute;
    bottom: 16px;
    left: 17px;
    font-size: 35px;
    line-height: 1;
    right: 0
}

.serv-box .icon-main i:before,
.serv-box .icon-main img:before,
.serv-box .icon-main span:before {
    font-size: 35px
}

.serv-box .icon-main--1 img {
    width: 70px
}

.serv-box .icon-main img {
    width: 70px
}

.serv-box .content-box h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    padding-right: 24px;
    margin-bottom: 6px;
    font-family: 'Libre Baskerville', serif
}

.serv-box .content-box ul {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.serv-box .content-box ul li {
    padding: 0 20px
}

.serv-box .content-box ul li a {
    color: #1b1d21;
    display: inline-block;
    line-height: 40px;
    position: relative
}

.serv-box .content-box ul li a:before {
    content: "//";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    color: #7141b1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box .content-box ul li.active,
.serv-box .content-box ul li:hover {
    background: #f8f8f8
}

.serv-box .content-box ul li.active a,
.serv-box .content-box ul li:hover a {
    color: #7141b1;
    padding-left: 15px
}

.serv-box .content-box ul li.active a:before,
.serv-box .content-box ul li:hover a:before {
    opacity: 1;
    visibility: visible
}

.serv-box .content-box ul:last-child {
    margin-bottom: 0
}

.serv-box .overlay {
    z-index: 2;
    background: 0 0
}

.serv-box-2 {
    overflow: hidden;
    position: relative;
    padding: 43px 30px 65px;
    background: #262051;
    color: #aeaacb;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box-2 .big-number {
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 100px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    line-height: 72px;
    color: #332d5f;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box-2 .icon-main {
    position: absolute;
    bottom: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background: #332d5f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box-2 .icon-main i,
.serv-box-2 .icon-main img,
.serv-box-2 .icon-main span {
    position: absolute;
    top: 42px;
    left: 40px;
    font-size: 35px;
    line-height: 1
}

.serv-box-2 .icon-main i:before,
.serv-box-2 .icon-main img:before,
.serv-box-2 .icon-main span:before {
    font-size: 35px
}

.serv-box-2 .icon-main img {
    width: 35px
}

.serv-box-2 .content-box {
    position: relative;
    z-index: 1
}

.serv-box-2 .content-box h5 {
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.serv-box-2 .content-box .btn-details {
    display: inline-block;
    margin-top: 30px
}

.serv-box-2:hover {
    background: #fff;
    color: #6d6d6d;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1)
}

.serv-box-2:hover .big-number {
    color: #f4f6f6
}

.serv-box-2:hover .icon-main {
    background: #43baff
}

.serv-box-2:hover .content-box h5 {
    color: #1b1d21
}

.project-slider,
.projects-grid {
    position: relative;
    margin: -15px
}

.projects-grid:after {
    content: "";
    display: block;
    clear: both
}

.project-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.projects-grid.pf_5_cols .project-item {
    width: 20%
}

.projects-grid.pf_4_cols .project-item {
    width: 25%
}

.projects-grid.pf_2_cols .project-item {
    width: 50%
}

.projects-style-1 .projects-box {
    position: relative;
    overflow: hidden
}

.projects-style-1 .projects-box .portfolio-info {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(12, 41, 53, .5);
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.projects-style-1 .projects-box .portfolio-info .overlay {
    opacity: 1;
    background: 0 0;
    z-index: 0
}

.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding: 30px 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.projects-style-1 .projects-box .portfolio-info h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 7px
}

.projects-style-1 .projects-box .portfolio-info h5 a {
    color: #fff
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
    color: #101010;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-bottom: 0
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
    color: #e7e7e7
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
    display: none
}

.projects-style-1 .projects-box:hover .portfolio-info {
    opacity: 1
}

.projects-style-1 .projects-box .projects-thumbnail {
    overflow: hidden
}

.projects-style-1 .projects-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.projects-style-1 .projects-box:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -khtml-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.projects-style-2 .projects-box {
    position: relative;
    display: block;
    overflow: hidden
}

.projects-style-2 .projects-box .portfolio-info {
    min-width: 310px;
    width: calc(100% - 60px);
    margin: auto;
    position: absolute;
    bottom: -50px;
    left: 0;
    text-align: center;
    background: #015194;
    padding: 26px 30px 18px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.projects-style-2 .projects-box .portfolio-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px
}

.projects-style-2 .projects-box .portfolio-info h5 a {
    color: #fff
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
    color: #e7e7e7;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
    color: #e7e7e7;
    transition: all .3s ease-in-out 0s
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates a:hover {
    color: #bf971e
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
    display: none
}

.projects-style-2 .projects-box .portfolio-info.full-width {
    width: 100%;
    transform: none;
    left: 0
}

.projects-style-2 .projects-box:hover .portfolio-info {
    bottom: 0;
    opacity: 1
}

.projects-style-2 .projects-box .projects-thumbnail {
    overflow: hidden
}

.projects-style-2 .projects-box .projects-thumbnail .overlay {
    background: rgba(12, 41, 53, .5);
    opacity: 0;
    z-index: 0
}

.projects-style-2 .projects-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.projects-style-2 .projects-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.project-slider .projects-box {
    overflow: visible;
    margin-bottom: 50px
}

.project-slider .projects-box .portfolio-info {
    opacity: 1;
    z-index: 1;
    text-align: left;
    width: calc(100% - 220px);
    padding-top: 28px;
    padding-bottom: 20px;
    overflow: hidden;
    transform: translateX(0)
}

.project-slider .projects-box .portfolio-info h5 {
    font-size: 22px;
    font-family: 'Libre Baskerville', serif
}

.project-slider .projects-box .portfolio-info.full-width {
    width: 100%;
    transform: none;
    left: 0
}

.project-slider .projects-box .portfolio-info .btn-link {
    position: absolute;
    right: -94px;
    top: -100px;
    width: 188px;
    height: 188px;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.project-slider .projects-box .portfolio-info .btn-link i {
    position: absolute;
    bottom: 45px;
    left: 50px;
    line-height: 1;
    color: #43baff
}

.project-slider .projects-box .portfolio-info .btn-link i:before {
    font-size: 18px
}

.project-slider .projects-box .projects-thumbnail {
    overflow: hidden
}

.project-slider .projects-box .projects-thumbnail .overlay {
    background: rgba(12, 41, 53, .5);
    opacity: 0;
    z-index: 0
}

.project-slider .projects-box:hover .portfolio-info {
    bottom: -50px
}

.project-slider .projects-box:hover .portfolio-info .btn-link {
    background: #bf971e
}

.project-slider .projects-box:hover .portfolio-info .btn-link i {
    color: #fff
}

.project-slider .projects-box:hover .projects-thumbnail img {
    filter: grayscale(90%)
}

.project-slider .projects-box:hover .projects-thumbnail .overlay {
    opacity: 1
}

.project-slider .slick-arrow {
    left: 15px;
    height: 65px;
    width: 50px;
    background: #fff
}

.project-slider .slick-arrow.next-nav {
    left: auto;
    right: 15px
}

.project-slider .slick-arrow:hover {
    background: #43baff;
    color: #fff
}

.project-bottom {
    padding-top: 42px
}

.single-portfolio-navigation {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5
}

.single-portfolio-navigation .post-nav .post-prev {
    margin: 0
}

.single-portfolio-navigation .post-nav .post-prev:hover a {
    padding-left: 50px
}

.single-portfolio-navigation .post-nav .post-next {
    margin: 0
}

.single-portfolio-navigation .post-nav .post-next:hover a {
    padding-right: 50px
}

.single-portfolio-navigation .post-nav a {
    min-height: 48px
}

.single-portfolio-navigation .post-nav a:before {
    line-height: 48px;
    height: 48px
}

.portfolio-related-posts-wrap {
    padding-top: 70px
}

.portfolio-related-title-wrap h2 {
    margin-bottom: 30px
}

@media screen and (max-width:1399px) and (min-width:1200px) {
    .project-slider .projects-box .portfolio-info h5 {
        font-size: 18px
    }

    .projects-style-2 .projects-box .portfolio-info .portfolio-cates {
        font-size: 12px
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .project-slider .projects-box .portfolio-info h5 {
        font-size: 18px
    }

    .projects-style-2 .projects-box .portfolio-info .portfolio-cates {
        font-size: 12px
    }
}

@media only screen and (max-width:993px) {

    .projects-col3 .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_5_cols .project-item {
        width: 50%
    }

    .project-slider .project-item {
        width: auto
    }
}

@media only screen and (max-width:768px) {
    .projects-box .portfolio-info {
        right: 0;
        opacity: 1
    }

    .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
        padding: 30px
    }

    .projects-style-1 .projects-box .portfolio-info h5 {
        font-size: 20px
    }

    .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
        font-size: 12px
    }
}

@media only screen and (max-width:600px) {
    .portfolio-related-title-wrap h2 {
        font-size: 30px
    }
}

.post-carousel {
    margin: 0 -15px
}

.post-carousel .post-box:hover {
    box-shadow: none
}

.post-carousel .post-box:hover .inner-post {
    border-color: #e7e7e7
}

.post-carousel .post-inner {
    margin: 0 15px
}

.pgrid .post-inner {
    margin-bottom: 0
}

.pgrid .inner-post {
    padding: 30px 30px 30px 30px;
    border: 2px solid #f8f8f8;
    border-top: 0
}

.pgrid .inner-post .entry-meta {
    margin-bottom: 10px
}

.pgrid .inner-post .comment-num {
    display: none
}

@media only screen and (max-width: 1600px) {
    .xxl-visible {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: none !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .big-script {
        padding: 2rem !important;
        font-size: 2.5em !important;
    }
}

@media only screen and (max-width: 575px) {
    .card--2x {
        grid-row: auto / span 1 !important;
        grid-column: auto / span 2 !important;
    }
}

@media only screen and (max-width: 575px) {
    .big-script p {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        line-height: 46px !important;
        font-size: 35px !important;
    }
}

.pgrid .inner-post h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.pgrid .inner-post .btn-readmore {
    margin-top: 0
}

.siteInputWrapper {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #3f575f
}

section.top-v5 .ot-heading h1.main-heading {
    font-size: 60px;
    font-weight: 700;
}

.siteBtn {
    -webkit-appearance: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    letter-spacing: .025em;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 8px
}

.siteBtn.siteBtnPrimary {
    color: #fff;
    background-color: #025193
}

@media only screen and (max-width:991px) {
    .pgrid .post-box {
        margin-bottom: 30px
    }

    .mobile-client.bg-white {
        padding-top: 40px;
        padding-bottom: 0
    }

    .siteBtn {
        font-size: 14px;
        padding: 19px 15px
    }

    .contact-page .contactFormWrapper .contactForm {
        padding: 0 15px
    }

    .contact-page .contactFormWrapper:before {
        left: -30px;
        top: -35px;
        display: none
    }

    .contact-page .contactFormWrapper {
        width: calc(100% - 0px);
        overflow: hidden;
        z-index: 2;
        padding: 20px 0 35px
    }

    .contact-page .sectionTitle {
        font-size: 24px;
        margin-bottom: 13px;
        margin-top: 9px
    }

    .contact-page .contactFormWrapper:after {
        content: "";
        width: 0 !important;
        height: 530px;
        display: block;
        position: absolute;
        right: -15px;
        top: -106px;
        background-image: url(../images/form-bottom.png);
        background-repeat: no-repeat;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        width: 20px;
        height: 20px;
        margin-left: -11px;
        background: #bc962e;
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 1px 1px 7px 0 #0006;
        text-align: center;
        line-height: 50px -10;
        color: #df8625;
        font-size: 2em;
        font-style: normal;
        position: absolute;
        top: 6px;
        left: 50%;
        align-items: center;
        justify-content: center;
        display: flex
    }
}

@media only screen and (max-width:480px) {
    section.top-v5 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    #tfeature_next {
        position: absolute;
        left: -8px;
        top: -7px;
        right: 0
    }

    #tfeature_prev {
        position: absolute;
        left: -19px;
        top: -7px;
        right: 0
    }

    section.contact-page {
        padding-top: 60px;
        padding-bottom: 0;
        position: relative
    }

    section.section-case-study .md-pt-80 {
        padding-top: 40px
    }

    section.section-case-study .ot-counter span {
        font-size: 35px;
        line-height: 1
    }

    section.service-v5 .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section .line::before {
        display: none
    }

    .icon-box-s2.s2 {
        margin-bottom: 35px
    }

    section.service-v5 {
        padding-bottom: 32px !important
    }

    .bl-0 {
        border-left: 1px solid #e7e7e7 !important
    }

    .br-0 {
        border-right: 1px solid #e7e7e7 !important
    }

    section.section-case-study .ot-heading h2.main-heading {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 30px
    }

    section.app-projects .ot-heading h2.main-heading {
        margin-bottom: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 23px
    }

    section.testimonial .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section.testimonial #tfeature .columns {
        padding: 1rem 0
    }
}

@media only screen and (max-width:425px) {
    section.section-timeline-bar .timeline-ico img {
        position: relative;
        left: 0.5rem;
        top: 7px;
    }

    section.top-v5 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    section.about-team.mobile-about-team {
        padding-top: 60px;
        padding-bottom: 0
    }

    .mobile-image-setting {
        width: 100%
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust p {
        color: #fff;
        font-size: 16px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust p {
        color: #fff;
        font-size: 16px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 25px;
        font-weight: 900;
        line-height: 40px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        margin-bottom: 0
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 25px;
        font-weight: 900;
        line-height: 40px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        margin-bottom: 0
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading {
        margin: 0;
        padding: 0
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading {
        margin: 0;
        padding: 0
    }

    section.top-v5 .ot-heading h1.main-heading {
        font-size: 28px;
        line-height: 37px
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 28px;
        line-height: 37px
    }

    section.top-v5 .top-left-v5 p.projects-completed {
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 19px 0 0 0;
    }

    section.top-v5-1 .top-left-v5 p.projects-completed {
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 19px 0 0 0;
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter {
        font-family: Poppins, sans-serif;
        font-weight: 800;
        color: #1b1d21;
        display: inline-block;
        text-align: center
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter span.num {
        padding-left: 0;
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter h6 {
        font-family: Poppins, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #101010;
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

    section.contact-page.mobile-contact-padding {
        padding-top: 30px;
        padding-bottom: 80px;
        position: relative
    }

    footer.site-footer .container-fluid--cp-100 {
        padding: 0 15px
    }

    footer.site-footer .bg-black {
        background-color: #025193;
        width: 100%;
        height: 377px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    section.contact-page.mobile-contact-padding .bg-map-dots-1 {
        padding-top: 60px
    }

    section.testimonial.mobile-testimonial-padding {
        padding-top: 65px;
        padding-bottom: 30px
    }

    .section-case-study-1.mobile-casestudy-padding .ot-counter span {
        font-size: 24px;
        line-height: 1
    }

    .section-case-study-1.mobile-casestudy-padding .pt-110 {
        padding-top: 40px
    }

    section.services-v3 {
        padding: 60px 0 60px 0;
        background-color: #f8f8f8
    }

    .section-case-study-1.mobile-casestudy-padding {
        padding: 50px 0 60px 0;
        margin-bottom: 0
    }

    .post-grid.pgrid .prl5 {
        padding: 0 15px
    }

    section.services-v3 .bb-0 {
        border-bottom: 2px;
        border-bottom: 2px solid #e7e7e7
    }

    section.services-v3 .bt-0 {
        border-top: 1px;
        border-top: 2px solid #e7e7e7
    }

    .bg-light-1 .client-heading {
        margin-bottom: 6px
    }

    .about-v4 .pl-130 {
        padding-left: 15px;
        margin-top: 30px
    }

    .banner-btn .center button.fancy-1 {
        -webkit-appearance: button;
        background-color: transparent;
        border: 0 solid #000;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        float: left;
        background-color: #bc962e;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0 auto;
        outline: 0;
        overflow: visible;
        padding: .9em 1em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        transition: all .3s ease-in-out;
        user-select: none;
        width: 13.8125rem;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .banner-btn button.fancy {
        -webkit-appearance: button;
        background-color: transparent;
        border: 0 solid #000;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        float: none;
        background-color: #bc962e;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        outline: 0;
        overflow: visible;
        padding: .9em 1em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        transition: all .3s ease-in-out;
        user-select: none;
        width: 13.8125rem;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    section.top-v5.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 110%), url(../images/bgworld.jpg);
        background-repeat: no-repeat;
        padding: 147px 0 147px 0;
        background-size: cover;
        background-position: 50% center;
        height: 75vh
    }

    section.top-v5-1.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 110%), url(../images/banner.jpg);
        background-repeat: no-repeat;
        padding: 147px 0 147px 0;
        background-size: cover;
        background-position: 50% center;
        height: 75vh
    }

    section.about-offer.mobile-offer-padding {
        padding-top: 44px;
        padding-bottom: 44px
    }

    section.about-team.mobile-about-team .container .card-1 {
        position: relative;
        height: auto;
        margin: 20px 0;
        overflow: hidden;
        box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.about-offer .mobile-ct-banner-title {
        position: absolute;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 22px 55px;
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -moz-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -ms-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -o-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        color: #fff;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        -webkit-transform: translateX(45px) rotate(-90deg);
        -khtml-transform: translateX(45px) rotate(-90deg);
        -moz-transform: translateX(45px) rotate(-90deg);
        -ms-transform: translateX(45px) rotate(-90deg);
        -o-transform: translateX(45px) rotate(-90deg);
        transform: translateX(45px) rotate(-90deg);
        bottom: 0;
        left: 9px;
        font-family: Poppins, sans-serif
    }

    section.faq.mobile-faq-section {
        padding-top: 40px;
        padding-bottom: 0
    }

    #tfeature_next {
        position: absolute;
        left: -8px;
        top: -7px;
        right: 0
    }

    #tfeature_prev {
        position: absolute;
        left: -19px;
        top: -7px;
        right: 0
    }

    section.section-case-study .md-pt-80 {
        padding-top: 40px
    }

    section.section-case-study .ot-counter span {
        font-size: 35px;
        line-height: 1
    }

    section.service-v5 .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section .line::before {
        display: none
    }

    .icon-box-s2.s2 {
        margin-bottom: 35px
    }

    section.service-v5 {
        padding-bottom: 32px !important
    }

    .bl-0 {
        border-left: 1px solid #e7e7e7 !important
    }

    .br-0 {
        border-right: 1px solid #e7e7e7 !important
    }

    section.section-case-study .ot-heading h2.main-heading {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 30px
    }

    section.app-projects .ot-heading h2.main-heading {
        margin-bottom: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 23px
    }

    section.testimonial .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section.testimonial #tfeature .columns {
        padding: 1rem 0
    }
}

@media only screen and (max-width:411px) {
    section.section-timeline-bar .timeline-ico img {
        position: relative;
        left: 0.5rem;
        top: 7px;
    }

    section.top-v5 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 35px;
        line-height: 49px
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter {
        font-family: Poppins, sans-serif;
        font-weight: 800;
        color: #1b1d21;
        display: inline-block;
        text-align: center
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter span.num {
        padding-left: 0;
        font-family: Poppins, sans-serif
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter h6 {
        font-family: Poppins, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #101010;
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

    section.faq.mobile-faq-section {
        padding-top: 40px;
        padding-bottom: 0
    }

    .contact-info h6.contact-mobile-header {
        font-size: 21px;
        margin-bottom: 5px
    }

    .contact-info1 h6.contact-mobile-header {
        font-size: 21px;
        margin-bottom: 5px
    }

    .mobile-image-setting {
        width: 100%
    }

    section.contact-page.mobile-contact-page {
        padding-top: 40px
    }

    section.about-offer .mobile-ct-banner-title {
        position: absolute;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 22px 55px;
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -moz-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -ms-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -o-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        color: #fff;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        -webkit-transform: translateX(45px) rotate(-90deg);
        -khtml-transform: translateX(45px) rotate(-90deg);
        -moz-transform: translateX(45px) rotate(-90deg);
        -ms-transform: translateX(45px) rotate(-90deg);
        -o-transform: translateX(45px) rotate(-90deg);
        transform: translateX(45px) rotate(-90deg);
        bottom: 0;
        left: 9px;
        font-family: Poppins, sans-serif
    }

    section.about-team.mobile-about-team {
        padding-top: 60px;
        padding-bottom: 0
    }

    section.about-team.mobile-about-team .container .card-1 {
        position: relative;
        height: auto;
        margin: 20px 0;
        overflow: hidden;
        box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.section-clent-h2 {
        padding: 260px 0 40px 0
    }

    .timeline .row.timeline-left .mobile-timeline-date.mobile-timeline-date--1::after,
    .timeline .row.timeline-right .mobile-timeline-date.mobile-timeline-date--1::after {
        left: -9px;
        top: 199px;
        width: 80px;
        height: 80px
    }

    section.about-offer.mobile-offer-padding {
        padding-top: 100px;
        padding-bottom: 44px
    }

    section.about-offer.mobile-offer-padding .about-call {
        color: #101010;
        font-family: Poppins, sans-serif;
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 29px
    }

    #tfeature_next {
        position: absolute;
        left: -8px;
        top: -7px;
        right: 0
    }

    #tfeature_prev {
        position: absolute;
        left: -19px;
        top: -7px;
        right: 0
    }

    section.section-case-study .md-pt-80 {
        padding-top: 40px
    }

    section.section-case-study .ot-counter span {
        font-size: 35px;
        line-height: 1
    }

    section.service-v5 .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section .line::before {
        display: none
    }

    .icon-box-s2.s2 {
        margin-bottom: 35px
    }

    section.service-v5 {
        padding-bottom: 32px !important
    }

    .bl-0 {
        border-left: 1px solid #e7e7e7 !important
    }

    .br-0 {
        border-right: 1px solid #e7e7e7 !important
    }

    section.section-case-study .ot-heading h2.main-heading {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 30px
    }

    section.app-projects .ot-heading h2.main-heading {
        margin-bottom: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 23px
    }

    section.testimonial .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section.testimonial #tfeature .columns {
        padding: 1rem 0
    }
}

@media only screen and (max-width:375px) {
    section.section-timeline-bar .timeline-ico img {
        position: relative;
        left: 0.5rem;
        top: 7px;
    }

    section.top-v5 .ot-heading h1.main-heading {
        font-size: 28px;
        line-height: 37px;
        text-align: left;
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 28px;
        line-height: 37px;
        text-align: left;
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter {
        font-family: 'Libre Baskerville', serif;
        font-weight: 800;
        color: #1b1d21;
        display: inline-block;
        text-align: center
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter span.num {
        padding-left: 0;
        font-family: 'Libre Baskerville', serif
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter h6 {
        font-family: 'Libre Baskerville', serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #101010;
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

    section.mobile-serv-box .serv-box {
        overflow: hidden;
        position: relative;
        padding: 151px 30px 30px 30px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        border: 2px solid #eaeaea;
        height: 380px
    }

    section.mobile-serv-box .serv-box .icon-main {
        position: absolute;
        top: 33px;
        left: 26px;
        width: 100px;
        height: 100px;
        color: #fff;
        background-image: url(../images/fluid.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 22px;
        font-weight: 900;
        line-height: 30px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-align: left;
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 22px;
        font-weight: 900;
        line-height: 30px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-align: left;
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading {
        margin: 0;
        padding: 0
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust .top-left-v5 .ot-heading {
        margin: 0;
        padding: 0
    }

    .top-v5.gradient-bg-blue.mobile-banner-adjust p {
        color: #fff;
        font-size: 16px;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
    }

    .top-v5-1.gradient-bg-blue.mobile-banner-adjust p {
        color: #fff;
        font-size: 16px;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
    }

    section.top-v5 .top-left-v5 p.projects-completed {
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 19px 0 0 0;
    }

    section.top-v5-1 .top-left-v5 p.projects-completed {
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 19px 0 0 0;
    }

    .section-case-study-1.mobile-casestudy-padding .pt-110 {
        padding-top: 40px
    }

    footer.site-footer .footer-text {
        color: #fff;
        margin-top: 20px;
        width: 100%
    }

    .post-grid.pgrid .prl5 {
        padding: 0 15px
    }

    footer.site-footer .widget-footer h5 {
        margin-bottom: 18px
    }

    footer.site-footer .bg-black {
        background-color: #025193;
        width: 100%;
        height: 376px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    footer.site-footer .map-height-mobile {
        height: 242px
    }

    footer.site-footer.footer-v1 {
        padding: 0px 0 12px 0;
        color: #101010;
        background-color: #013765
    }

    .banner-btn button.fancy-3 {
        -webkit-appearance: button;
        background-color: transparent;
        border: 0 solid #000;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        float: left;
        background-color: #bc962e;
        font-weight: 700;
        letter-spacing: .2em;
        margin: 0;
        outline: 0;
        overflow: visible;
        padding: 1.1em 1.5em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        transition: all .3s ease-in-out;
        user-select: none;
        width: 100%;
        font-size: 12px
    }

    footer.site-footer .container-fluid--cp-100 {
        padding: 0 15px
    }

    section.contact-page.dk-contact-page.mobile-contact-padding {
        padding-top: 0px;
        padding-bottom: 50px;
        position: relative
    }

    .banner-btn .center button.fancy-1 {
        -webkit-appearance: button;
        background-color: transparent;
        border: 0 solid #000;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        float: left;
        background-color: #bc962e;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0 auto;
        outline: 0;
        overflow: visible;
        padding: .9em 1em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        transition: all .3s ease-in-out;
        user-select: none;
        width: 13.8125rem;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    section.services-v3 {
        padding: 50px 0 50px 0;
        background-color: #f8f8f8
    }

    section.services-v3 .bt-0 {
        border-top: 1px;
        border-top: 2px solid #e7e7e7
    }

    section.services-v3 .bb-0 {
        border-bottom: 2px;
        border-bottom: 2px solid #e7e7e7
    }

    .about-v4 .pl-130 {
        padding-left: 15px;
        margin-top: 30px
    }

    .banner-btn button.fancy {
        -webkit-appearance: button;
        background-color: transparent;
        border: 0 solid #000;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        float: none;
        background-color: #bc962e;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        outline: 0;
        overflow: visible;
        padding: .9em 1em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        transition: all .3s ease-in-out;
        user-select: none;
        width: 13.8125rem;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .bg-light-1 .client-heading {
        margin-bottom: 6px
    }

    section.faq.mobile-faq-section {
        padding-top: 100px;
        padding-bottom: 0
    }

    .contact-info h6.contact-mobile-header {
        font-size: 19px;
        margin-bottom: 5px
    }

    .contact-info1 h6.contact-mobile-header {
        font-size: 21px;
        margin-bottom: 5px
    }

    section.contact-page.mobile-contact-page {
        padding-top: 40px
    }

    .timeline .row.timeline-left .mobile-timeline-date.mobile-timeline-date--1::after,
    .timeline .row.timeline-right .mobile-timeline-date.mobile-timeline-date--1::after {
        left: -9px;
        top: 187px;
        width: 80px;
        height: 80px
    }

    section.about-team.mobile-about-team {
        padding-top: 60px;
        padding-bottom: 0
    }

    section.about-team.mobile-about-team .container .card {
        position: relative;
        height: auto;
        margin: 20px 0;
        overflow: hidden;
        box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.about-offer .mobile-ct-banner-title {
        position: absolute;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 22px 55px;
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -moz-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -ms-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -o-linear-gradient(bottom, #bf971d, #bf971d);
        background-image: -webkit-linear-gradient(bottom, #bf971d, #bf971d);
        color: #fff;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        -webkit-transform: translateX(45px) rotate(-90deg);
        -khtml-transform: translateX(45px) rotate(-90deg);
        -moz-transform: translateX(45px) rotate(-90deg);
        -ms-transform: translateX(45px) rotate(-90deg);
        -o-transform: translateX(45px) rotate(-90deg);
        transform: translateX(45px) rotate(-90deg);
        bottom: -31px;
        left: -1px;
        font-family: Poppins, sans-serif
    }

    section.about-offer .mobile-dot-banner {
        content: "";
        width: 280px;
        height: 135px;
        background-image: url(../../demo.casethemes.net/consultio/wp-content/themes/csuti/assets/images/dots.png);
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 55px;
        left: 14px;
        z-index: -1
    }

    .mobile-image-setting {
        width: 100%
    }

    section.section-business {
        padding-top: 50px
    }

    section.section-clent-h2 {
        padding: 260px 0 40px 0
    }

    section.section-timeline {
        padding-top: 0;
        padding-bottom: 0
    }

    section.about-offer.mobile-offer-padding {
        padding-top: 48px;
        padding-bottom: 44px
    }

    .about-call .phone-number {
        color: #101010;
        font-weight: 600;
        font-size: 17px
    }

    section.about-offer.mobile-offer-padding .about-call {
        color: #101010;
        font-family: Poppins, sans-serif;
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 29px
    }

    section.top-v5.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/bgworld.jpg);
        background-repeat: no-repeat;
        padding: 135px 0 75px 0;
        background-size: cover;
        background-position: 50% center;
        height: 75vh
    }

    section.top-v5-1.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/banner.jpg);
        background-repeat: no-repeat;
        padding: 135px 0 75px 0;
        background-size: cover;
        background-position: 50% center;
        height: 75vh
    }

    section.contact-page.bg-map-dots-1 .main-form h2.form-heading {
        color: #101010;
        margin-bottom: 30px;
        font-size: 23px
    }

    .section-case-study-1.mobile-casestudy-padding .ot-counter span {
        font-size: 23px;
        line-height: 1
    }

    section.testimonial.mobile-testimonial-padding {
        padding-top: 65px;
        padding-bottom: 30px
    }

    .section-case-study-1.mobile-casestudy-padding {
        padding: 50px 0 60px 0;
        margin-bottom: 0
    }

    section.contact-page.mobile-contact-padding .bg-map-dots-1 {
        padding-top: 60px
    }

    .mobile-margin-bottom16 {
        margin-bottom: 16px
    }

    #tfeature_next {
        position: absolute;
        left: -8px;
        top: -7px;
        right: 0
    }

    #tfeature_prev {
        position: absolute;
        left: -19px;
        top: -7px;
        right: 0
    }

    section.section-case-study .md-pt-80 {
        padding-top: 40px
    }

    section.section-case-study .ot-counter span {
        font-size: 35px;
        line-height: 1
    }

    section.service-v5 .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section .line::before {
        display: none
    }

    .icon-box-s2.s2 {
        margin-bottom: 35px
    }

    section.service-v5 {
        padding-bottom: 32px !important
    }

    .bl-0 {
        border-left: 1px solid #e7e7e7 !important
    }

    .br-0 {
        border-right: 1px solid #e7e7e7 !important
    }

    section.section-case-study .ot-heading h2.main-heading {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 30px
    }

    section.app-projects .ot-heading h2.main-heading {
        margin-bottom: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 23px
    }

    section.testimonial .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section.testimonial #tfeature .columns {
        padding: 1rem 0
    }
}

@media only screen and (max-width:360px) {
    section.top-v5 .ot-heading h1.main-heading {
        font-size: 31px;
        line-height: 39px
    }

    section.top-v5-1 .ot-heading h1.main-heading {
        font-size: 31px;
        line-height: 39px
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter {
        font-family: Poppins, sans-serif;
        font-weight: 800;
        color: #1b1d21;
        display: inline-block;
        text-align: center
    }

    .timeline .row.timeline-left .mobile-timeline-date.mobile-timeline-date--1::after,
    .timeline .row.timeline-right .mobile-timeline-date.mobile-timeline-date--1::after {
        left: -9px;
        top: 213px;
        width: 80px;
        height: 80px
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter span.num {
        padding-left: 0;
        font-family: 'Libre Baskerville', serif
    }

    section.section-case-study-1.mobile-casestudy-padding .ot-counter h6 {
        font-family: Lato, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #101010;
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

    section.top-v5.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/bgworld.jpg);
        background-repeat: no-repeat;
        padding: 197px 0 265px 0;
        background-size: cover;
        background-position: 50% center;
        height: 86vh
    }

    section.top-v5-1.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/banner.jpg);
        background-repeat: no-repeat;
        padding: 197px 0 265px 0;
        background-size: cover;
        background-position: 50% center;
        height: 86vh
    }

    section.mobile-serv-box .serv-box {
        overflow: hidden;
        position: relative;
        padding: 151px 30px 30px 30px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        border: 2px solid #eaeaea;
        height: 501px
    }

    footer.site-footer .footer-text {
        color: #fff;
        margin-top: 20px;
        width: 100%
    }

    .section-case-study-1.mobile-casestudy-padding .ot-counter span {
        font-size: 20px;
        line-height: 1
    }

    .section-case-study-1.mobile-casestudy-padding .pt-110 {
        padding-top: 40px
    }

    .post-grid.pgrid .prl5 {
        padding: 0 15px
    }

    .contact-info h6.contact-mobile-header {
        font-size: 19px;
        margin-bottom: 5px
    }

    .contact-info1 h6.contact-mobile-header {
        font-size: 19px;
        margin-bottom: 5px
    }

    .mobile-image-setting {
        width: 80%
    }

    section.top-v5.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/bgworld.jpg);
        background-repeat: no-repeat;
        padding: 265px 0 265px 0;
        background-size: cover
    }

    section.top-v5-1.gradient-bg-blue {
        background-color: #0e0a31;
        background-image: linear-gradient(to left, #00ff0000 35%, #ff000000 36% 1%, #00ffff00 23% 25%, #015194ab 92%), url(../images/banner.jpg);
        background-repeat: no-repeat;
        padding: 265px 0 265px 0;
        background-size: cover
    }

    #tfeature_next {
        position: absolute;
        left: -8px;
        top: -7px;
        right: 0
    }

    #tfeature_prev {
        position: absolute;
        left: -19px;
        top: -7px;
        right: 0
    }

    section.top-v5.gradient-bg-blue {
        padding: 127px 0 67px 0
    }

    section.top-v5-1.gradient-bg-blue {
        padding: 127px 0 67px 0
    }

    section.section-case-study .md-pt-80 {
        padding-top: 40px
    }

    section.section-case-study .ot-counter span {
        font-size: 35px;
        line-height: 1
    }

    section.service-v5 .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section .line::before {
        display: none
    }

    .icon-box-s2.s2 {
        margin-bottom: 35px
    }

    section.service-v5 {
        padding-bottom: 32px !important
    }

    .bl-0 {
        border-left: 1px solid #e7e7e7 !important
    }

    .br-0 {
        border-right: 1px solid #e7e7e7 !important
    }

    section.section-case-study .ot-heading h2.main-heading {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 30px
    }

    section.app-projects .ot-heading h2.main-heading {
        margin-bottom: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 23px
    }

    section.testimonial .ot-heading h2.main-heading {
        line-height: 30px;
        font-size: 23px
    }

    section.testimonial #tfeature .columns {
        padding: 1rem 0
    }
}

@media only screen and (max-width:767px) {
    .pgrid .entry-media img {
        width: 100%
    }

}

.contact-info {
    font-size: 16px;
    overflow: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.contact-info h6 {
    font-size: 24px;
    margin-bottom: 5px
}

.contact-info img {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #43baff
}

.contact-info i:before {
    font-size: 30px
}

.contact-info img {
    width: 30px;
    margin-top: 0;
    float: left
}

.contact-info img.fb {
    width: 25px;
    margin-top: 0;
    float: left
}

.contact-info img.insta {
    width: 25px;
    margin-top: 0;
    float: left
}

.contact-info img.link {
    width: 25px;
    margin-top: 0;
    float: left
}

.contact-info p {
    margin-bottom: 0
}

.contact-info .info-text {
    padding-left: 73px;
    font-weight: 500
}

.contact-info.box-style1 {
    padding: 14px 30px 14px 0
}

.contact-info1 {
    font-size: 16px;
    overflow: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.contact-info1 h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-info1 img {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #43baff
}

.about-offer p {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    font-family: Poppins, sans-serif;
}

.contact-info1 i:before {
    font-size: 30px
}

.contact-info1 img {
    width: 30px;
    margin-top: 0;
    float: left
}

.contact-info1 p {
    margin-bottom: 0;
    font-size: 16px;
    color: #101010
}

.contact-info1 .info-text {
    text-align: center;
    font-weight: 500
}

.contact-info1.box-style1 {
    padding: 14px
}

.border-left .box-style2,
.border-right .box-style2 {
    position: relative
}

.border-left .box-style2:before {
    position: absolute;
    height: 70%;
    width: 1px;
    left: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block
}

.border-right .box-style2:after {
    position: absolute;
    height: 70%;
    width: 1px;
    right: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block
}

@media only screen and (max-width:1024px) {
    .contact-info.box-style1:hover {
        box-shadow: none
    }

    .contact-info1.box-style1:hover {
        box-shadow: none
    }
}

@media only screen and (max-width:992px) {

    .border-right .box-style2:after,
    .border-right .box-style2:before {
        display: none
    }
}

.ot-accordions .acc-item {
    margin-bottom: 20px;
    background: #fff
}

.ot-accordions .acc-item .acc-toggle {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #1b1d21;
    background: #f6f6f6;
    padding: 12px 20px 12px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-accordions .acc-item .acc-toggle i {
    float: right;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    color: #b6b6b6
}

.ot-accordions .acc-item .acc-toggle i.up {
    display: none
}

.ot-accordions .acc-item .acc-toggle i:before {
    font-size: 14px
}

.ot-accordions .acc-item .acc-toggle:hover {
    color: #43baff
}

.ot-accordions .acc-item .acc-content {
    display: none;
    padding: 20px 20px 0
}

.ot-accordions .acc-item .acc-content p:last-child,
.ot-accordions .acc-item .acc-content ul:last-child {
    margin-bottom: 0
}

.ot-accordions .acc-item.current {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px
}

.ot-accordions .acc-item.current .acc-toggle {
    color: #43baff
}

.ot-accordions .acc-item.current .acc-toggle i {
    color: #43baff
}

.ot-accordions .acc-item.current .acc-toggle i.down {
    display: none
}

.ot-accordions .acc-item.current .acc-toggle i.up {
    display: inherit
}

.ot-accordions .acc-item:last-child {
    margin-bottom: 0
}

.support-box {
    position: relative
}

.support-box .inner-box {
    position: relative;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transform-style: preserve-3d;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2)
}

.support-box .inner-box>div {
    backface-visibility: hidden;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear
}

.support-box h3 {
    font-weight: 700;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 45px;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px
}

.support-box .number-box {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    position: absolute;
    bottom: 28px;
    right: 15px;
    color: rgba(255, 255, 255, .2)
}

.support-box .overlay {
    z-index: 1;
    opacity: 1;
    text-align: center;
    padding: 20px 30px;
    background: #015194;
    color: #fff;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    line-height: 29px;
    font-size: 18px
}

.support-box .overlay span {
    z-index: -1
}

.support-box:hover .inner-box {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.support-box:hover .inner-box .content-box {
    opacity: 0
}

.ot-counter {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: #1b1d21;
    display: inline-block;
    text-align: left
}

.ot-counter span {
    font-size: 40px;
    line-height: 1
}

.ot-counter span.num {
    padding-left: 0;
    font-family: 'Libre Baskerville', serif
}

.ot-counter h6 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    margin-top: 13px;
    margin-bottom: 0;
    font-weight: 600;
    padding-left: 0;
    letter-spacing: 1px;
    display: inline-block;
    position: relative
}

.ot-counter.s2 h6 {
    margin-bottom: 13px;
    margin-top: 0
}

.ot-counter2 {
    padding: 110px 60px 120px;
    position: relative;
    background: #f8f8f8
}

.ot-counter2 .s-num {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    color: #43baff;
    margin-bottom: 18px
}

.ot-counter2 h6 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px
}

.ot-counter2 p {
    font-size: 18px
}

.ot-counter2 .b-num {
    font-size: 150px;
    line-height: 106px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff
}

.team-wrap {
    text-align: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #f8f8f8
}

.team-wrap .team-info {
    padding: 25px 10px
}

.team-wrap h4 {
    font-size: 22px;
    margin-bottom: 0
}

.team-wrap h4 a {
    color: #1b1d21
}

.team-wrap span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #797979
}

.team-wrap .team-thumb {
    position: relative
}

.team-wrap .team-social {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden
}

.team-wrap .team-social>div {
    padding: 3px 17px;
    background: #262051;
    transform: translateX(100%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.team-wrap .team-social a {
    display: block;
    color: #9390a8;
    font-size: 14px;
    line-height: 1;
    margin: 20px 0
}

.team-wrap .team-social a:hover {
    color: #43baff
}

.team-wrap:hover {
    background: #fff;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1)
}

.team-wrap:hover .team-social>div {
    transform: translateX(0)
}

.member-info {
    list-style: none;
    font-size: 18px;
    padding-left: 0
}

.member-info li {
    padding-bottom: 10px
}

.member-form {
    padding: 40px 50px
}

.member-form h2 {
    margin-bottom: 5px
}

.member-form input[type=email],
.member-form input[type=text] {
    width: 100%
}

.ot-pricing-table {
    position: relative;
    overflow: hidden;
    padding: 45px 48px 48px;
    border: 1px solid #e7e7e7;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-pricing-table * {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear
}

.ot-pricing-table .icon-main {
    position: absolute;
    top: -80px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background-color: #00deff;
    background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
    background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
    background-image: linear-gradient(125deg, #00deff, #502a71);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.ot-pricing-table .icon-main i,
.ot-pricing-table .icon-main img,
.ot-pricing-table .icon-main span {
    position: absolute;
    bottom: 45px;
    left: 40px;
    font-size: 35px;
    line-height: 1
}

.ot-pricing-table .icon-main i:before,
.ot-pricing-table .icon-main img:before,
.ot-pricing-table .icon-main span:before {
    font-size: 35px
}

.ot-pricing-table .icon-main img {
    width: 35px
}

.ot-pricing-table .inner-table .title-table {
    font-size: 24px;
    font-weight: 800
}

.ot-pricing-table .inner-table h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #43baff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding-left: 27px
}

.ot-pricing-table .inner-table h2 sup {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 50%;
    font-weight: 600
}

.ot-pricing-table .inner-table>span {
    color: #ababab;
    font-weight: 600;
    margin-bottom: 30px;
    display: block
}

.ot-pricing-table .inner-table .details {
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
    color: #ababab
}

.ot-pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    line-height: 42px
}

.ot-pricing-table .inner-table .details ul li:before {
    content: "";
    font-family: Flaticon;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px
}

.ot-pricing-table .inner-table .details ul li.active {
    color: #1b1d21
}

.ot-pricing-table .inner-table .details ul li.active:before {
    color: #43baff
}

.ot-pricing-table .inner-table .details.no-icon ul li:before {
    display: none
}

.ot-pricing-table .octf-btn:hover {
    background: #fff;
    color: #7141b1
}

.ot-pricing-table:hover {
    background: #262051;
    color: #fff
}

.ot-pricing-table:hover .details {
    border-color: rgba(255, 255, 255, .15);
    color: #8e88b8
}

.ot-pricing-table:hover .details ul li.active,
.ot-pricing-table:hover h4 {
    color: #fff
}

.ot-pricing-table:hover .inner-table>span {
    color: #8e88b8
}

@media (min-width:1025px) and (max-width:1199px) {
    .ot-pricing-table {
        padding: 35px 20px
    }

    .ot-pricing-table .inner-table .title-table {
        font-size: 20px
    }

    .ot-pricing-table .inner-table h2 {
        font-size: 40px
    }
}

@media (max-width:1024px) {
    .ot-pricing-table {
        padding: 45px;
        max-width: 330px;
        margin: auto
    }
}

@media (max-width:767px) {
    .ot-pricing-table {
        max-width: 470px
    }
}

@media (max-width:479px) {
    .ot-pricing-table {
        padding: 33px
    }

    .ot-pricing-table .inner-table .details {
        font-size: 14px
    }
}

.ot-testimonials {
    margin: 0 -15px
}

.ot-testimonials .testi-item {
    padding: 0 15px;
    position: relative
}

.ot-testimonials .layer1 {
    background: #f8f8f8;
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: calc(100% - 55px);
    height: 100%;
    z-index: -1;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1)
}

.ot-testimonials .layer2 {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1)
}

.ot-testimonials .t-head {
    overflow: hidden;
    justify-content: normal
}

.ot-testimonials .t-head img {
    margin-right: 30px
}

.ot-testimonials .t-head h6 {
    font-size: 20px;
    margin-bottom: 2px
}

.ot-testimonials .t-head span {
    color: #9f9f9f
}

.ot-testimonials .ttext {
    margin-top: 23px
}

@media (max-width:480px) {
    .ot-testimonials .layer2 {
        padding: 25px
    }

    .ot-testimonials .t-head img {
        margin-right: 20px;
        width: 80px
    }
}

.ot-progress {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #1b1d21
}

.ot-progress .pname {
    margin-bottom: 10px
}

.ot-progress .iprogress {
    height: 8px;
    margin-bottom: 6px;
    position: relative
}

.ot-progress .iprogress:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dadada
}

.ot-progress .progress-bar {
    height: 100%;
    width: 0;
    background: #43baff;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    -ms-transition: all .6s linear
}

.circle-progress {
    justify-content: left
}

.circle-progress .inner-bar {
    position: relative;
    display: inline-block;
    line-height: 1
}

.circle-progress .inner-bar>span {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 50%;
    left: 0;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-top: -15px;
    color: #1b1d21
}

.circle-progress .inner-bar canvas {
    display: block
}

.circle-progress .inner-bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 1px solid #dadada
}

.circle-progress h4 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
    margin-bottom: 0
}

.circle-progress.tbottom h4 {
    margin: 10px 0 0
}

.easyPieChart {
    position: relative;
    text-align: center
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.message-box {
    padding: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.message-box .icon-main {
    float: left;
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #0160e7
}

.message-box .icon-main span:before {
    font-size: 20px
}

.message-box .content-box {
    padding-left: 66px
}

.message-box .content-box h6 {
    margin-bottom: 8px
}

.message-box .content-box p {
    margin-bottom: 0;
    line-height: 1
}

.message-box>i {
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 1;
    margin-top: -7px;
    color: #a5b7d2;
    cursor: pointer
}

.message-box>i:before {
    font-size: 13px
}

@media (max-width:600px) {
    .message-box>i {
        top: 15px;
        right: 10px
    }

    .message-box .content-box p {
        line-height: 1.4
    }
}

.ot-countdown {
    text-align: center;
    font-size: 24px;
    display: flex;
    margin-bottom: 0;
    color: #fff
}

.ot-countdown li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    flex-grow: 1;
    flex-basis: 0
}

.ot-countdown li span {
    font-size: 100px;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    display: block;
    margin-bottom: 23px
}

.ot-countdown li p {
    margin-bottom: 0
}

.ot-countdown li.seperator {
    font-size: 100px;
    font-weight: 500;
    margin-top: -8px;
    color: #43baff
}

.cs-form {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    max-width: 515px
}

.cs-form>span.wpcf7-form-control-wrap {
    float: left
}

.cs-form>span.wpcf7-form-control-wrap .wpcf7-text {
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.cs-form>span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
    color: #fff
}

.cs-form .octf-btn {
    float: right
}

.cs-form+div {
    max-width: 515px;
    margin-left: auto !important;
    margin-right: auto !important
}

@media (max-width:767px) {
    .ot-countdown {
        font-size: 16px
    }

    .ot-countdown li span,
    .ot-countdown li.seperator {
        font-size: 42px
    }

    .ot-countdown li span {
        margin-bottom: 15px
    }

    .ot-countdown li.seperator {
        line-height: 55px
    }

    .google-review h6 {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 500;
        margin-bottom: 2px;
    }
}

@media (max-width:600px) {
    .cs-form>span.wpcf7-form-control-wrap {
        float: none;
        display: block
    }

    .cs-form .octf-btn {
        float: none;
        margin-top: 15px
    }
}

.video-popup a {
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #1b4b6c
}

.team-button {
    background-color: #bf971e;
    padding: 16px 50px;
    border-radius: 5px;
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin-top: 20px
}

.team-button span {
    color: #fff
}

.video-popup a i {
    margin-left: 8%
}

.video-popup a i:before {
    font-size: 21px
}

.video-popup a:hover {
    background: #1b4b6c;
    color: #fff
}

.video-popup a:hover span {
    border-color: #fff
}

.video-popup a span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .8);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.video-popup a .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out
}

.video-popup>span {
    margin-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1b1d21;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    letter-spacing: .5px
}

.video-popup .btn-inner {
    display: inline-block;
    border-radius: 50%
}

@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

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

ul.tabs li {
    background: 0 0;
    display: inline-block;
    padding: 10px 54px;
    cursor: pointer;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #101010;
    text-transform: capitalize;
    font-size: 20px;
    width: 309px;
    text-align: center
}

h3.title {
    color: #013764
}

p.text {
    color: #101010;
    font-family: Poppins, sans-serif;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
}

ul.tabs li.current {
    background: #ededed;
    color: #013764;
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    font-weight: 700;
    background: #e8f4ff;
    font-size: 20px
}

.tab-content {
    display: none;
    background: linear-gradient(180deg, #e8f4ff 0, #fff 86%, #fff 100%);
    padding: 27px 15px
}

.tab-content.current {
    display: inherit
}

.otf-social-share a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1;
    margin-right: 5px;
    background-color: #222;
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.otf-social-share a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.otf-social-share a:hover {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.otf-social-share a:last-child {
    margin-right: 0
}

.otf-social-share a.share-facebook {
    background-color: #4661c5
}

.otf-social-share a.share-twitter {
    background-color: #44b1e4
}

.otf-social-share a.share-google {
    background-color: #dd4b39
}

.otf-social-share a.share-pinterest {
    background-color: #ff2e2e
}

.otf-social-share a.share-linkedin {
    background-color: #0073b0
}

.otf-social-share a.share-buffer {
    background-color: #000
}

.otf-social-share a.share-digg {
    background-color: #005be2
}

.otf-social-share a.share-reddit {
    background-color: #ff4500
}

.otf-social-share a.share-tumbleupon {
    background-color: #eb4924
}

.otf-social-share a.share-tumblr {
    background-color: #35465c
}

.otf-social-share a.share-vk {
    background-color: #45668e
}

.otf-social-share a.share-yummly {
    background-color: #e16120
}

.otf-social-share a.share-email {
    background-color: #e84231
}

.otf-social-share a.share-print {
    background-color: #4982c3
}

.otf-social-share.shape-rounded a {
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%
}

.otf-social-share.shape-circle a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.ot-industries .indus-item {
    padding: 15px 50px 50px
}

.ot-industries .indus-item .item-inner {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    padding: 45px 70px 45px 110px;
    position: relative
}

.ot-industries .indus-item .item-inner .i-image {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ot-industries .indus-item .item-inner h6 {
    font-weight: 800;
    margin-bottom: 15px
}

.ot-industries .indus-item .item-inner .overlay {
    opacity: 1;
    overflow: hidden;
    background: 0 0
}

.ot-industries .indus-item .item-inner .overlay:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #43baff
}

@media only screen and (max-width:1440px) {
    .contact-info1 p {
        margin-bottom: 0;
        font-size: 17px;
    }

    section.about-offer.mobile-offer-padding img.mobile-image-setting.building-size {
        width: 514px !important;
    }

    p.text {
        font-size: 17px;
    }

    .page-header-content {
        color: #fff;
        width: 50%;
        font-size: 17px;
    }

    .ot-industries .indus-item .item-inner .i-image {
        left: -50px
    }

    section.portfolio-single.mobile-portfolio-single p {
        font-size: 17px;
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline li p.para-year {
        text-align: left;
        width: 100%;
        margin: 0 100px 50px;
        font-size: 16px;
        line-height: 24px;
        color: #101010;
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
        color: #101010;
    }

    section.portfolio-single.mobile-portfolio-single {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .contactFormWrapper .contact-building {
        width: 75%;
        position: absolute;
        left: 105px;
        top: -45px
    }

    section.about-offer.about-offer p {
        font-size: 17px
    }

    .section-timeline-bar .timeline-content p {
        font-size: 17px;
    }

    .testimonial-wrapper .subheader {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        color: #035294;
        font-size: 16px;
        line-height: 31px;
        font-weight: 400;
        letter-spacing: -.5px
    }

    .contact-page.mobile-contact-page .ot-heading h2.contact-heading {
        margin-bottom: 0;
        line-height: 40px;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        font-size: 36px
    }

    section.contact-page.dk-contact-page {
        padding-top: 0;
        padding-bottom: 60px;
        position: relative;
        overflow: hidden
    }

    section.contact-page.dk-contact-page .sectionTitle {
        font-size: 36px;
        font-weight: 600;
        color: #0e0e0e;
        margin-bottom: 25px;
        font-family: 'Libre Baskerville', serif
    }

    .site-header .bg-black {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, #025193 44%, #025193 100%);
        width: 100%;
        height: 70px;
        top: 14px;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    section.about-offer.mobile-offer-padding .hilite-title strong {
        display: inline-block;
        font-size: 73px;
        line-height: 73px;
        color: rgba(0, 0, 0, .1);
        font-weight: 700;
        letter-spacing: 1px;
        transform: rotate(270deg);
        position: absolute;
        right: -66px;
        top: 383px;
        white-space: nowrap;
        color: transparent;
        -webkit-text-stroke: 2px #dfdfdf;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .top-v5.gradient-bg-blue p {
        color: #fff;
        font-size: 16px;
        margin: 0 70px 15px 0;
        padding: 0;
    }

    .top-v5-1.gradient-bg-blue p {
        color: #fff;
        font-size: 16px;
        margin: 0 70px 15px 0;
        padding: 0;
    }

    .post-box.blog-item p {
        font-size: 17px
    }

    .services-v3.bg-white .serv-box p {
        color: #101010;
        margin-bottom: 0;
        font-size: 16px;
        font-family: Lato, sans-serif;
        line-height: 26px
    }

    .services-v3.bg-white .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 48px;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif
    }

    .services-v3 .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 48px;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif
    }

    .news-v4 .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 48px;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif
    }

    .section-case-study-1 .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 48px;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif
    }

    .services-v3 .icon-box-s2 p {
        margin-bottom: 0;
        /* font-family: Lato, sans-serif; */
        font-size: 17px;
        color: #1e1e1e;
        text-align: left;
        line-height: 26px
    }

    .site-footer .container-fluid--cp-100 {
        padding: 0 50px
    }

    .testimonial-block .testimonial-wrapper {
        height: 260px
    }

    .testimonial-block .testimonial-wrap {
        /* height: 260px */
    }

    .about-v4 .hilite-title strong {
        display: inline-block;
        font-size: 80px;
        font-family: Poppins, sans-serif;
        line-height: 73px;
        color: rgba(0, 0, 0, .1);
        font-weight: 700;
        letter-spacing: 1px;
        transform: rotate(270deg);
        position: absolute;
        left: -110px;
        top: 272px;
        white-space: nowrap;
        color: transparent;
        -webkit-text-stroke: 2px #dfdfdf;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .pl-130 {
        padding-left: 130px
    }

    section.testimonial {
        padding-top: 65px;
        padding-bottom: 30px;
        position: relative;
        background-position: center center;
        background-size: cover
    }

    footer.footer-v1 {
        padding: 0px 0 51px 0;
        color: #101010;
        background-color: #013765
    }

    .app-projects .projects-style-2 .projects-box .portfolio-info {
        left: -1%
    }

    .app-projects .owl-theme .owl-nav .owl-next {
        left: auto;
        right: -34px
    }

    section .line::before {
        top: 250px;
        left: 57%
    }

    div.padding-half {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .app-projects .owl-theme .owl-nav .owl-prev {
        left: -34px
    }

    section.app-projects {
        padding: 65px 0 65px 0;
        background-color: #015194
    }

    section.section-case-study {
        padding: 65px 0 65px 0
    }

    section.top-v5 .ot-heading h2 {
        margin-bottom: 15px;
        line-height: 70px;
        font-weight: 700;
        font-size: 60px
    }

    section.top-v5-1 .ot-heading h2 {
        margin-bottom: 15px;
        line-height: 70px;
        font-weight: 700;
        font-size: 60px
    }

    section.service-v5 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    section.top-v5 {
        padding: 185px 0 185px 0;
        height: auto;
    }

    section.top-v5-1 {
        padding: 185px 0 185px 0;
        height: auto;
    }

    section.service-v5 .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 30px
    }

    section.section-case-study .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 30px
    }

    section.app-projects .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 40px;
        font-weight: 700;
        font-size: 36px
    }

    section.testimonial .ot-heading h2 {
        margin-bottom: 40px;
        line-height: 40px;
        font-weight: 700;
        font-size: 36px
    }

    section.contact-page .wpcf7 .main-form h2 {
        color: #101010;
        margin-bottom: 40px;
        font-size: 30px
    }
}

@media only screen and (max-width:1400px) {
    section.top-v5 {
        height: auto;
    }

    section.top-v5-1 {
        height: auto;
    }

    .ot-industries .indus-item .item-inner .i-image {
        left: -50px
    }

    section.portfolio-single.mobile-portfolio-single {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    section.portfolio-single.mobile-portfolio-single p {
        font-size: 16px;
    }

    .site-header .bg-black {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, #025193 44%, #025193 100%);
        width: 100%;
        height: 70px;
        top: 14px;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    .contactFormWrapper .contact-building {
        width: 75%;
        position: absolute;
        left: 105px;
        top: -41px
    }

    section.about-offer.mobile-offer-padding .hilite-title strong {
        display: inline-block;
        font-size: 64px;
        font-family: 'Libre Baskerville', serif;
        line-height: 73px;
        color: rgba(0, 0, 0, .1);
        font-weight: 700;
        letter-spacing: 1px;
        transform: rotate(270deg);
        position: absolute;
        right: -107px;
        top: 314px;
        white-space: nowrap;
        color: transparent;
        -webkit-text-stroke: 2px #dfdfdf;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .top-v5.gradient-bg-blue .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 30px;
        font-weight: 700;
        line-height: 60px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 0
    }

    .top-v5-1.gradient-bg-blue .top-left-v5 .ot-heading h3 {
        color: #bc962e;
        font-size: 30px;
        font-weight: 700;
        line-height: 60px;
        overflow-wrap: normal;
        letter-spacing: 1px;
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 0
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: 18%;
        padding-top: 30px;
        position: relative
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 160px 0 160px;
        padding: 0;
        border-top: 2px solid #bc962e;
        list-style: none;
        width: 100%
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: 18%;
        padding-top: 30px;
        position: relative
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 160px 0 160px;
        padding: 0;
        border-top: 2px solid #bc962e;
        list-style: none;
        width: 100%
    }

    .ps-timeline-sec {
        position: relative;
        background: #f5f5f5;
        padding: 60px 0 60px
    }

    .site-footer .container-fluid--cp-100 {
        padding: 0 50px
    }

    .testimonial-block .testimonial-wrapper {
        height: 260px
    }

    .testimonial-block .testimonial-wrap {
        /* height: 260px */
    }

    .about-v4 .hilite-title strong {
        display: inline-block;
        font-size: 80px;
        font-family: Poppins, sans-serif;
        line-height: 73px;
        color: rgba(0, 0, 0, .1);
        font-weight: 700;
        letter-spacing: 1px;
        transform: rotate(270deg);
        position: absolute;
        left: -152px;
        top: 272px;
        white-space: nowrap;
        color: transparent;
        -webkit-text-stroke: 2px #dfdfdf;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .pl-130 {
        padding-left: 130px
    }

    section.testimonial {
        padding-top: 65px;
        padding-bottom: 65px;
        position: relative;
        background-position: center center;
        background-size: cover
    }

    footer.footer-v1 {
        padding: 0px 0 39px 0;
        color: #101010;
        background-color: #013765
    }

    .app-projects .projects-style-2 .projects-box .portfolio-info {
        left: -1%
    }

    .app-projects .owl-theme .owl-nav .owl-next {
        left: auto;
        right: -34px
    }

    section .line::before {
        top: 250px;
        left: 54%
    }

    div.padding-half {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .app-projects .owl-theme .owl-nav .owl-prev {
        left: -34px
    }

    section.app-projects {
        padding: 65px 0 65px 0;
        background-color: #015194
    }

    section.section-case-study {
        padding: 65px 0 65px 0
    }

    section.top-v5 .ot-heading h1 {
        margin-bottom: 15px;
        line-height: 56px;
        font-weight: 700;
        font-size: 40px
    }

    section.service-v5 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    section.top-v5 {
        padding: 140px 0 140px 0
    }

    section.top-v5-1 {
        padding: 140px 0 140px 0
    }

    .top-v5.gradient-bg-blue .top-left-v5 .ot-heading {
        margin: 0 -60px 0 0;
        padding: 0
    }

    .top-v5-1.gradient-bg-blue .top-left-v5 .ot-heading {
        margin: 0 -60px 0 0;
        padding: 0
    }

    section.service-v5 .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 30px
    }

    section.section-case-study .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 30px
    }

    section.app-projects .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 30px
    }

    section.testimonial .ot-heading h2 {
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 700;
        font-size: 36px
    }

    section.contact-page .wpcf7 .main-form h2 {
        color: #101010;
        margin-bottom: 30px;
        font-size: 30px
    }
}

@media only screen and (max-width:479px) {
    .ot-industries .indus-item {
        padding: 15px 30px 50px
    }

    .ot-industries .indus-item .item-inner {
        padding: 30px
    }

    .ot-industries .indus-item .item-inner .i-image {
        display: none
    }
}

.wpcf7 .main-form {
    padding: 0 48px 60px 48px;
    color: #fff
}

.wpcf7 .main-form-1 {
    padding: 60px 48px;
    background-color: #10101071;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.wpcf7 .main-form h2 {
    color: #101010;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif
}

.wpcf7 .main-form p {
    color: #101010
}

.wpcf7 .main-form-1 h2 {
    color: #101010;
    margin-bottom: 29px
}

.wpcf7 .main-form-1 p {
    color: #101010
}

.wpcf7 .main-form .font14 {
    margin-bottom: 20px
}

.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
    width: 100%;
    background: rgb(255 255 255);
    color: #101010;
    border-bottom: 2px solid #101010
}

.wpcf7 .main-form-1 .font14 {
    margin-bottom: 20px
}

.wpcf7 .main-form-1 input,
.wpcf7 .main-form-1 textarea {
    width: 100%;
    background: rgb(255 255 255);
    color: #101010;
    border: 1px solid #d8d8d8
}

.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
    color: #101010
}

.wpcf7 .main-form button {
    font-weight: 600
}

.wpcf7 .main-form-1 input::placeholder,
.wpcf7 .main-form-1 textarea::placeholder {
    color: #101010
}

.wpcf7 .main-form-1 button {
    font-weight: 600
}

.wpcf7 .main-form p:last-child {
    margin-bottom: 0
}

.wpcf7 .main-form-1 p:last-child {
    margin-bottom: 0
}

.wpcf7 div.wpcf7-response-output {
    margin: 20px 0 0
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none
}

.wpcf7 .wpcf7-not-valid {
    border: 1px solid red
}

.wpcf7 div.wpcf7-acceptance-missing,
.wpcf7 div.wpcf7-validation-errors {
    background: #f7e700;
    color: #000
}

.wpcf7 div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff
}

.partners .swiper-slide-image {
    -webkit-filter: contrast(0);
    filter: contrast(0);
    opacity: .7;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.partners .swiper-slide-image:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.swiper-pagination-fraction,
div.swiper-container-horizontal>.swiper-pagination-bullets,
div.swiper-pagination-custom {
    bottom: 30px
}

@media (min-width:1025px) and (max-width:1199px) {
    .ot-tabs .tab-link {
        min-width: 116px;
        padding: 14px 25px
    }
}

@media only screen and (max-width:480px) {
    .wpcf7 .main-form {
        padding: 40px 0
    }

    .ot-tabs .tab-link {
        float: none;
        display: block;
        margin-bottom: 10px
    }
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: none;
    padding: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7141b1
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.text-white h2,
.text-white span {
    color: #fff
}

.bg-light-1 {
    background-color: #fff;
    padding-top: 0
}

.bg-light-2 {
    background-color: #f2f2f2
}

.bg-dark-primary {
    background-color: #221f3c
}

.text-primary-light {
    color: #8e88b8 !important
}

.header-fullwidth .octf-area-wrap {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px
}

.topbar-right ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: 21px
}

.topbar-right .extra-text {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400
}

.btn-slider {
    line-height: 18px;
    border: none
}

.bullet-home-1 {
    width: 1200px !important
}

.tp-bullets.bullet-home-1 {
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.bullet-home-1:after {
    content: "/0"counter(item);
    position: absolute;
    left: 23px;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

.bullet-home-1 .tp-bullet {
    counter-increment: item;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: 0 0;
    visibility: hidden;
    width: auto;
    height: auto;
    left: 0 !important
}

.bullet-home-1 .tp-bullet.selected {
    visibility: visible
}

.bullet-home-1 .tp-bullet:before {
    content: "0"counter(item)
}

div.tp-bullet.selected,
div.tp-bullet:hover {
    background: 0 0
}

@media (max-width:1200px) {
    .tparrows.nav-home-1 {
        transform: none !important;
        top: auto !important;
        bottom: 46px !important
    }

    .tp-leftarrow.nav-home-1 {
        left: 15px !important
    }

    .tp-rightarrow.nav-home-1 {
        left: 115px !important
    }
}

@media (max-width:1200px) {
    .tparrows.nav-home-1 {
        bottom: 48px !important
    }
}

@media (max-width:767px) {

    .bullet-home-1 .tp-bullet,
    .bullet-home-1:after {
        font-size: 14px
    }

    .tp-leftarrow.nav-home-1 {
        left: 15px !important
    }

    .tp-rightarrow.nav-home-1 {
        left: 60px !important
    }
}

.nav-home-1.tparrows {
    cursor: pointer;
    background: 0 0;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: .3s
}

.nav-home-1.tparrows:hover:before {
    color: #43baff
}

.nav-home-1.tparrows:before {
    font-family: Flaticon;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center
}

.nav-home-1.tparrows.tp-leftarrow:before {
    content: "\f107"
}

.nav-home-1.tparrows.tp-rightarrow:before {
    content: "\f10a"
}

.tparrows.nav-home-1 {
    width: auto;
    z-index: 1111
}

.tparrows.nav-home-1:hover {
    background-color: transparent
}

.partners-slide figure {
    margin: 0
}

.partners-slide img {
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.owl-carousel .owl-item img {
    width: auto
}

.home-about-btn {
    margin-left: 100px
}

.home-about-video {
    background-image: url(images/home-about.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 400px;
    margin-bottom: 45px;
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, .3)
}

.btn-play {
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #43baff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 68px;
    font-size: 19px;
    color: #fff
}

.btn-play i {
    margin-left: 7%
}

.btn-play:hover {
    background: #fff;
    color: #43baff
}

.video-btn a span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .8);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-color: #43baff
}

.video-btn a .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out
}

.video-btn a:hover span {
    border-color: #fff
}

.img-small {
    position: absolute;
    right: -25%;
    bottom: 0;
    z-index: -1
}

.img-small .img-small-1 {
    position: absolute;
    top: -150px;
    left: 70%
}

.serv-box-2 {
    margin-bottom: 30px;
    border: 1px solid #46416b
}

.misc-box {
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.misc-box-bg1 {
    background-image: url(images/bg-counter-1.html)
}

.misc-box-bg2 {
    background-image: url(images/bg-counter-2.html)
}

.misc-box h5 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px
}

.misc-box .ot-counter {
    margin: 0 0 0 -20px;
    padding: 45px 0 14px 0;
    color: #fff
}

.misc-box p {
    margin-bottom: 0;
    padding-bottom: 45px
}

.cta {
    padding: 55px 65px 200px 65px;
    background-image: url(images/background/bg-cta1-home1.html);
    background-size: cover;
    background-repeat: no-repeat
}

.cta .ot-heading {
    margin-bottom: 0
}

.cta .ot-heading span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff
}

.cta h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px
}

.cta .btn-border {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 21px 35px 21px 35px;
    line-height: 1;
    margin-bottom: 8px
}

.technology-v1 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(images/background/bg-tech-home1.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.owl-theme .owl-nav [class*=owl-] {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -57px;
    margin-top: -17px;
    background: 0 0;
    color: #1b1d21;
    border: none;
    outline: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

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

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -57px
}

.btn-large {
    padding: 20px 35px
}

.home2-top {
    background-image: url(images/background/bg-banner-home2.html);
    background-position: 0 60px;
    background-repeat: no-repeat;
    padding: 85px 0 88px 0
}

.home2-top-right {
    margin-left: 60px
}

.home2-top-right .small-text {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 13px;
    color: #1b1d21
}

.home2-top-right h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 18px;
    color: #1b1d21;
    font-family: Montserrat, sans-serif;
    overflow-wrap: normal
}

.home2-top-right .sub-text {
    margin-bottom: 24px;
    line-height: 1.86
}

.video-popup.style-2 a {
    background-color: #7141b1;
    color: #fff
}

.video-popup.style-2 a:hover {
    background-color: #43baff
}

.style-2 .circle-1,
.style-2 .circle-2 {
    border-color: #7141b1
}

.section-business {
    padding-top: 60px
}

.section-timeline {
    padding-top: 0;
    padding-bottom: 0
}

.section-clent-h2 {
    padding: 200px 0 110px 0
}

.section-timeline-bar {
    padding: 0px 0 0 0;
    /* background: linear-gradient(180deg, #fff, #0000000a) */
}

.section-inner-about {
    padding-top: 100px
}

.section-inner-about .right-content {
    margin-left: 60px
}

.section-inner-about .left-img {
    margin: 0 -30px 0 -350px
}

.section-technology {
    background-color: #211e3b;
    background-image: url(images/background/bg-particle1.html);
    background-position: 0 70px;
    background-repeat: no-repeat;
    padding: 120px 0 200px 0
}

.technology-left .ot-heading {
    margin-bottom: 18px
}

.technology-left p {
    color: #aeaacb;
    margin-bottom: 15px
}

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

.technology-left ul li {
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito Sans", Sans-serif
}

.technology-left ul li:last-child {
    padding-bottom: 0
}

.technology-left ul i {
    color: #43baff;
    font-size: 17px;
    padding-right: 10px
}

.tech-box {
    margin-bottom: 30px
}

.tech-box i,
.tech-box span {
    color: #43baff
}

.tech-box:hover {
    background: #43baff;
    border-color: #43baff;
    color: #fff
}

.tech-box:hover span {
    color: #fff
}

.section-case-study {
    padding: 110px 0 20px 0
}

.section-case-study-1 {
    padding: 65px 0 0 0;
    margin-bottom: 80px
}

.section-case-study-2 {
    padding: 203px 0 87px 0
}

.cta-h2 {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    background: linear-gradient(150deg, #015194 15%, #015194 70%, #1678ca 94%);
    padding: 30px
}

.cta-h2 .ot-heading {
    margin-bottom: 0
}

.cta-h2 .ot-heading span.item--title {
    color: #fff;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

.cta-h2 .ot-heading span.item--desc {
    color: #fff;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-transform: capitalize
}

.cta-h2 h2 {
    color: #fff;
    font-size: 48px
}

.cta-h2 .octf-btn {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #bf971e;
    border-radius: 0;
    padding: 18px 32px 18px 32px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px
}

.cta-h2 .octf-btn:hover {
    color: #43baff;
    background-color: #bf971e
}

.pt-50 {
    padding-top: 50px
}

.projects-grid.projects-no-gaps {
    margin: 0
}

.projects-col2 .project-item {
    float: left
}

.projects-no-gaps .project-item {
    padding: 0
}

.projects-no-gaps [class*=col-] {
    padding: 0
}

.project-slider .project-item {
    padding: 15px
}

.section-industris {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f8f8f8
}

.section-industris .ot-heading {
    padding-bottom: 25px
}

.section-consultation {
    background-image: url(images/background/bg-cta-home2.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-consultation p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px
}

.section-consultation h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 38px
}

.top-v3 {
    background-image: url(images/background/banner-home3.html);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 205px 0
}

.top-heading {
    text-align: center
}

.top-heading .ot-heading {
    margin-bottom: 30px
}

.top-heading .ot-heading span {
    color: #fff;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1px
}

.top-heading .ot-heading h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 0
}

.tech-box.v3 {
    padding: 23px 30px 23px 30px;
    margin-bottom: 0
}

.tech-box.v3:hover {
    background-color: #141d38
}

.tech-box.sides-small {
    padding-left: 10px;
    padding-right: 10px
}

.about-v3 {
    background-image: url(images/background/bg-s1-home3.html);
    background-position: 50% 165px;
    background-repeat: no-repeat;
    padding: 140px 0 125px 0
}

.icon-main.color-s1 {
    background: #7141b1
}

.icon-main.color-s3 {
    background: #221d48
}

.technology-v3 {
    background-color: #201c3d;
    background-image: url(../images/background/bg-s2-home3.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.ot-counter.v3 span {
    color: #43baff;
    font-size: 36px;
    padding-left: 0
}

.ot-counter.v3 h6 {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1em;
    padding-left: 0
}

.ot-counter.v3 h6:before {
    display: none
}

.ot-image-box.v3 {
    margin-bottom: 30px
}

.ot-image-box.st1,
.ot-image-box.st3 {
    margin-top: -30px
}

.services-v3 {
    padding: 80px 0 80px 0;
    background-color: #f8f8f8
}

.team-v3 {
    padding-top: 0;
    padding-bottom: 125px
}

.team-wrap.v3 {
    background-color: #fff
}

.technology-v3-left {
    margin-right: 60px
}

.ot-heading.v3 {
    line-height: 1.86
}

.industris-v4 {
    padding: 55px 0 0 0
}

.hilite-title strong {
    display: inline-block;
    font-size: 90px;
    font-family: Poppins, sans-serif;
    line-height: 73px;
    color: rgba(0, 0, 0, .1);
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(270deg);
    position: absolute;
    right: 109px;
    top: 328px;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 2px #dfdfdf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-v4 {
    padding: 0 0 90px 0;
    font-size: 18px;
    color: #101010
}

.overlay-image {
    background-image: url(images/background/bg-art-2.html);
    background-position: center right;
    background-repeat: no-repeat
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.left-about-v4 {
    margin: 0 -95px 0 0
}

.right-about-v4 {
    margin-left: 70px
}

.service-v4 {
    padding-top: 120px;
    background-color: #262051
}

.overlay-bg {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(34, 35, 40, .63) 0, rgba(34, 35, 40, 0) 100%);
    z-index: 0
}

.serv-box.v4 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #46416b;
    background-color: #262051
}

.serv-box.v4:active,
.serv-box.v4:focus,
.serv-box.v4:hover {
    transform: translateY(-8px)
}

.serv-box.v4 {
    color: #aeaacb
}

.serv-box.v4 h5 {
    color: #fff;
    font-weight: 800
}

.serv-box.v4 .content-box li.active,
.serv-box.v4 .content-box li:hover {
    background: #201b3e
}

.serv-box.v4 .content-box li a {
    color: #fff
}

.serv-box.v4 .content-box li.active a,
.serv-box.v4 .content-box li:hover a {
    color: #43baff
}

.serv-box.v4 .content-box ul li a:before {
    color: #43baff
}

.service2-v4 {
    background-image: url(images/background/bg-art2-home4.html);
    background-repeat: no-repeat;
    padding: 110px 0 205px 0
}

.overlay-image-2 {
    background-image: url(images/background/bg-art3-home4.html);
    background-position: bottom right;
    background-repeat: no-repeat
}

.project-v4 {
    padding: 0 0 115px 0;
    background-color: #f8f8f8
}

.s-counter4 {
    background-image: linear-gradient(90deg, #00deff 0, #7141b1 100%);
    padding: 82px 60px 82px 60px
}

.ot-counter .text-white:before {
    background-color: #fff
}

.s-counter4 {
    margin-top: -125px
}

.technology-v4 {
    background-image: url(images/background/bg-s1-home4.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 123px 0 123px 0
}

.technology-left {
    margin-right: 70px
}

.news-v4 {
    padding-top: 80px;
    padding-bottom: 80px
}

.nav-home-4.tparrows {
    cursor: pointer;
    background: 0 0;
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, .3);
    z-index: 1000;
    transition: .3s
}

.nav-home-4.tparrows:hover {
    background: #43baff;
    border-color: #43baff
}

.nav-home-4.tparrows:before {
    font-family: Flaticon;
    font-size: 23px;
    line-height: 100px;
    color: #fff;
    display: block;
    text-align: center
}

.nav-home-4.tparrows.tp-leftarrow:before {
    content: "\f107"
}

.nav-home-4.tparrows.tp-rightarrow:before {
    content: "\f10a"
}

@media (min-width:768px) {
    .hesperiden.tp-bullets {
        display: none
    }
}

@media (max-width:767px) {
    .nav-home-4.tparrows {
        display: none
    }

    .btn-slider {
        padding: 11px 19px;
        font-size: 11px
    }

    .tp-bullets.bullet-home-1 {
        display: none
    }
}

.site-header.header-overlay {
    background: 0 0;
    border-color: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 0 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 0 0 0 0 rgba(42, 67, 113, .15);
    box-shadow: 0 0 0 0 rgba(42, 67, 113, .15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.site-header.header-overlay .header-topbar {
    background: rgba(255, 255, 255, .1)
}

.main-navigation .nav-style-2>li>a {
    color: #fff
}

.recruitment-procedure-navbar.main-navigation .nav-style-2>li>a {
    color: #015194
}

.main-navigation>.nav-style-2>li.menu-item-has-children>a:after {
    color: #fff
}

.octf-btn-cta.hstyle-2 .octf-cta-icons i {
    color: #fff
}

.octf-btn-cta.hstyle-2 .contact-header span a,
.octf-btn-cta.hstyle-2 .contact-header span.main-text {
    color: #fff
}

.octf-btn-cta.hstyle-2 .contact-header span {
    color: #ccc
}

.is-stuck #site-logo {
    padding: 13px 0 13px 0
}

.top-v5 {
    background-color: #0e0a31;
    background-image: linear-gradient(to left, #00ff0000 7%, #ff000000 30% 45%, #00ffff00 55% 48%, #01519470 80%), url(../images/bgworld.jpg);
    background-repeat: no-repeat;
    padding: 251px 0 182px 0;
    background-size: cover;
    height: 95vh
}

.top-v5-1 {
    background-color: #0e0a31;
    background-image: linear-gradient(to left, #00ff0000 7%, #ff000000 30% 45%, #00ffff00 55% 48%, #01519470 80%), url(../images/banner.jpg);
    background-repeat: no-repeat;
    padding: 290px 0 182px 0;
    background-size: cover;
    height: 95vh
}

.top-left-v5 .ot-heading {
    margin: 0 -60px 0 0;
    padding: 0 0 20px 0
}

.top-left-v5 .ot-heading>span {
    color: #fff;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1px
}

.top-left-v5 .ot-heading h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    line-height: 80px;
    overflow-wrap: normal;
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-family: 'Libre Baskerville', serif
}

.top-left-v5 .ot-heading h3 {
    color: #bc962e;
    font-size: 28px;
    font-weight: 700;
    line-height: 76px;
    overflow-wrap: normal;
    letter-spacing: 1px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0
}

.top-left-v5 .ot-heading h2 .green {
    color: #1ec881
}

.right-about-v4 p {
    font-size: 18px
}

.top-left-v5 p {
    color: #fff;
    font-size: 16px;
    margin: 0 70px 15px 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}

.top-left-v5 p.projects-completed {
    color: #fff;
    font-size: 16px;
    margin: 0 70px 15px 204px;
    padding: 13px 0 0 0;
    font-family: Poppins, sans-serif;
}

.top-left-v5 .video-popup>span {
    color: #fff
}

.top-right-v5 {
    margin-right: -308px;
    text-align: center
}

.service-v5 {
    padding-top: 110px;
    padding-bottom: 110px
}

.our-process {
    padding-top: 100px;
    padding-bottom: 100px
}

.serv-box.v5 {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0;
    background-color: transparent;
    background-image: linear-gradient(110deg, #2b236e 0, #7141b1 100%);
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2)
}

.serv-box.v5 h5 {
    color: #fff;
    margin-bottom: 0
}

.serv-box.v5:active,
.serv-box.v5:focus,
.serv-box.v5:hover {
    transform: translateY(-8px)
}

.serv-box.bg-s1 {
    background-image: linear-gradient(110deg, #2b236e 0, #7141b1 100%)
}

.serv-box.v5 .icon-main {
    background: rgba(255, 255, 255, .2)
}

.serv-box.bg-s2 {
    background-image: linear-gradient(110deg, #5f3a8f 0, #00deff 100%)
}

.serv-box.bg-s3 {
    background-image: linear-gradient(110deg, #00deff 0, #43baff 100%)
}

.mt--70 {
    margin-top: -70px
}

.icon-box-s2.bg:hover {
    color: #fff
}

.icon-box-s2.bg:hover .content-box h5 a {
    color: #fff
}

.icon-box-s2.s2.bg * {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none
}

.icon-box-s2.s2.bg a {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear
}

.icon-box-s2.bg1:before {
    background-image: url(images/bg-icon-box1.html);
    background-repeat: no-repeat;
    background-size: cover
}

.icon-box-s2.bg2:before {
    background-image: url(images/bg-icon-box2.html);
    background-repeat: no-repeat;
    background-size: cover
}

.icon-box-s2.bg3:before {
    background-image: url(images/bg-icon-box3.html);
    background-repeat: no-repeat;
    background-size: cover
}

.icon-box-s2.bg4:before {
    background-image: url(images/bg-icon-box4.html);
    background-repeat: no-repeat;
    background-size: cover
}

.icon-box-s2.bg5:before {
    background-image: url(images/bg-icon-box5.html);
    background-repeat: no-repeat;
    background-size: cover
}

.icon-box-s2.bg6:before {
    background-image: url(images/bg-icon-box6.html);
    background-repeat: no-repeat;
    background-size: cover
}

.about-v5 {
    background-color: #211f3b;
    background-image: url(images/background/bg-art-5.html);
    background-repeat: no-repeat;
    padding: 130px 0 120px 0
}

.overlay-image-about5 {
    background-image: url(images/background/bg-art-6.html);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 0
}

.left-v5 {
    margin-right: 70px
}

.left-v5 .ot-heading {
    margin-top: 20px;
    margin-bottom: 30px
}

.left-v5 .ot-heading span {
    color: #8e88b8
}

.left-v5 h2 {
    color: #fff
}

.left-v5 h5 {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px
}

.left-v5 p {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.86
}

.right-v5 {
    margin: 0 -50px 0 -23px
}

.tech-wrap {
    display: flex
}

.tech-wrap .tech-box {
    padding: 17px 17px 17px 17px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, .3);
    margin-right: 20px
}

.tech-wrap .tech-box:last-child {
    margin-right: 0
}

.tech-wrap .tech-box .icon-main {
    margin-bottom: 0
}

.tech-wrap .tech-box span:before {
    font-size: 35px
}

.team-v5 {
    padding: 120px 0 120px 0
}

.news-v5 {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f8f8f8
}

.counter-v5 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f8f8f8
}

.clients-v5 {
    background-color: #211f3b;
    background-image: url(images/background/bg-map-dark.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px
}

.testimonials-style-2 .layer1 {
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1);
    background: #262051
}

.testimonials-style-2 .layer2 {
    background: #322b5d;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1)
}

.testimonials-style-2 h6 {
    color: #fff
}

.testimonials-style-2 .t-head span {
    color: #fff
}

.testimonials-style-2 .ttext {
    color: #fff
}

.testimonials-style-2 .owl-theme .owl-nav [class*=owl-] {
    color: #43baff
}

.testimonials-style-2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff
}

.technology-v5 {
    padding: 120px 0 115px 0
}

.img-full {
    width: 100%;
    height: 100%
}

.et-progress .ot-progress {
    margin-bottom: 30px
}

.et-progress .ot-progress:last-child {
    margin-bottom: 0
}

.mt-35 {
    margin-top: 35px
}

.post-box .btn-play i {
    margin-left: 0
}

.post-box .owl-theme .owl-nav [class*=owl-] {
    height: 65px;
    width: 50px;
    background: #262051;
    color: #fff;
    margin: 0;
    left: 0
}

.post-box .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #262051
}

.post-box .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0
}

.blog-post>.inner-post {
    padding-left: 0;
    padding-right: 0;
    border: none
}

.audio-box iframe {
    border: none
}

.sl-wrapper {
    float: right
}

.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
    color: #d5d5d5
}

.sl-wrapper a:hover {
    color: #ff2f2f
}

.sl-icon {
    font-family: "Arial Unicode MS", Arial, sans-serif;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

.sl-icon svg {
    fill: currentColor;
    width: 14px;
    height: 14px
}

.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sl-wrapper a .sl-count {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    margin-left: 7px;
    color: #929292
}

.post-relate h2 {
    margin-bottom: 40px
}

.relate-box .inner-post {
    padding-left: 30px;
    padding-right: 30px
}

.comments-title span {
    color: #d5d5d5
}

.post-prev .thumb {
    float: left;
    margin-right: 20px
}

.post-next .thumb {
    float: right;
    margin-left: 20px
}

.blog-grid {
    margin-bottom: 30px
}

.blog-grid .post-box {
    margin-bottom: 30px
}

.blog-grid .inner-post {
    padding: 30px
}

.blog-grid .post-box .owl-theme .owl-nav [class*=owl-] {
    top: calc(50% - 30px)
}

.map {
    height: 500px;
    filter: brightness(100%) contrast(100%) saturate(0) blur(0) hue-rotate(0)
}

.map iframe {
    width: 100%;
    border: none
}

.about-offer {
    padding-top: 100px;
    padding-bottom: 100px
}

.pabout-left {
    margin: 0 -50px 0 -55px
}

.pabout-right {
    margin-left: 70px
}

.pabout-right .ot-heading {
    margin-top: 20px;
    margin-bottom: 30px
}

.pabout-right .ot-heading span {
    color: #8e88b8
}

.pabout-right h2 {
    color: #fff
}

.pabout-right h5 {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px
}

.pabout-right p {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.86
}

.about-team {
    padding-top: 0;
    padding-bottom: 25px
}

.about-counter {
    z-index: 0;
    padding-top: 0;
    padding-bottom: 110px;
    background-color: #f8f8f8
}

.app-projects {
    padding: 80px 0 80px 0;
    background-color: #015194
}

.app-industris {
    padding-top: 0;
    padding-bottom: 80px
}

.why-choose-us {
    padding-bottom: 0;
    padding-top: 85px
}

.why-right {
    margin-left: 70px
}

.why-right .ot-heading {
    margin-top: 30px;
    margin-bottom: 20px
}

.border-s1 {
    border: 1px solid #e7e7e7;
    padding: 30px;
    transition: .2s ease-in;
    background-color: #fafafa
}

.border-s1:hover {
    background-color: #fff
}

.why-project {
    background-color: #211e3b;
    background-image: url(images/background/bg-particle1.html);
    background-position: 0 65px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 150px 0
}

.news-why {
    padding-top: 110px;
    padding-bottom: 110px
}

.team-top {
    padding-top: 110px;
    padding-bottom: 0
}

.team-top-title {
    font-size: 48px;
    color: #1b1d21;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    text-align: center
}

.img-Engitech {
    position: absolute;
    top: -190px;
    width: 100%;
    text-align: center
}

.team-our {
    padding-top: 0;
    padding-bottom: 215px;
    background-color: #f8f8f8
}

.team-testi {
    padding-top: 0;
    padding-bottom: 110px;
    background-image: url(images/background/bg-maps-dots.html);
    background-position: bottom center;
    background-repeat: no-repeat
}

.steam-info {
    border: 1px solid #e7e7e7;
    background-image: url(images/background/bg-art-3.html);
    background-position: left bottom;
    background-repeat: no-repeat
}

.team-about {
    padding-top: 100px;
    padding-bottom: 125px
}

.team-info-left .team-img {
    margin: 70px 0 -70px 100px
}

.team-detail {
    background-image: url(images/background/bg-art-4.html);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-left: 50px
}

.team-detail h2 {
    margin: 70px 0 10px 0;
    font-size: 38px;
    color: #1b1d21;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 1
}

.team-detail .location {
    color: #43baff;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.team-slills {
    padding: 0
}

.team-profile {
    margin-bottom: 25px
}

.team-profile h6 {
    color: #1b1d21;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px
}

.team-profile p {
    margin-bottom: 0
}

.team-contact {
    padding-top: 45px;
    padding-bottom: 110px
}

.typography {
    padding-top: 100px;
    padding-bottom: 80px
}

.color-s2 .icon-main i,
.color-s2 .icon-main span {
    color: #43baff
}

.line-box:after {
    background: #43baff
}

.elements-accordion-tabs,
.elements-clients,
.elements-counter,
.elements-pricing,
.elements-progress,
.elements-service,
.elements-testimonial,
.elemnts-flip-boxed {
    padding-top: 0;
    padding-bottom: 80px
}

.elements-message {
    padding-top: 0;
    padding-bottom: 110px
}

.icon-main.info {
    background: #43baff
}

.icon-main.success {
    background: #4bd48b
}

.icon-main.warning {
    background: #f9af3b
}

.icon-main.danger {
    background: #f5592f
}

.faq {
    padding-top: 100px;
    padding-bottom: 20px
}

.cta-faq {
    background-image: linear-gradient(80deg, #00deff 0, #7141b1 100%);
    margin-top: -120px;
    padding: 70px 70px 70px 70px
}

.cta-faq .ot-heading {
    margin-bottom: 0
}

.cta-faq h2 {
    color: #fff
}

.cta-faq .ot-heading>span {
    color: #fff
}

.faq-support {
    background-color: #f8f8f8;
    background-image: url(images/background/bg-maps.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 110px 0
}

.coming-soon {
    background-image: url(images/background/bg-cs.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0
}

.cs-content img {
    padding-top: 60px;
    padding-bottom: 100px
}

.cs-content h2 {
    color: #fff;
    font-size: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 110px
}

.ot-countdown {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 90px
}

.cs-content>p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif
}

.cs-content form {
    padding-top: 40px
}

.cs-content .ft-list-icon {
    padding-top: 120px
}

.service-page {
    padding-top: 110px;
    padding-bottom: 45px
}

.service-pricing {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f8f8f8
}

.service-web-clients {
    background-color: #f8f8f8;
    background-image: url(images/background/bg-maps-dots-alt.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 110px
}

.skilled-box {
    padding: 30px;
    background-color: #fdfbf7
}

.unskilled-box {
    padding: 30px;
    background-color: #f4faff
}

.skilled-box p {
    color: #222;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    margin-bottom: 0
}

.unskilled-box p {
    color: #101010;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    margin-bottom: 0
}

.process-box .step {
    color: #7141b1;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    padding-bottom: 10px
}

.about-call {
    color: #5a5a5a;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    margin-top: 30px
}

.phone-number {
    color: #5a5a5a;
    font-weight: 600;
    font-size: 22px;
    font-family: Poppins, sans-serif;
}

.about-call a {
    color: #101010;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #015194
}

.process-box h6 {
    color: #101010;
    font-size: 17px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1;
    padding-bottom: 15px;
    margin-top: 14px
}

.section-timeline p {
    font-size: 18px
}

.service-web {
    padding-top: 120px;
    padding-bottom: 120px
}

.service {
    padding-top: 0;
    padding-bottom: 120px
}

.service-web-pricing {
    padding-top: 120px;
    padding-bottom: 100px
}

.service-partner {
    padding-top: 0;
    padding-bottom: 120px
}

.service-web-video {
    padding: 0 15px 100px 15px
}

.bg-gardient-blue {
    position: absolute;
    background: linear-gradient(180deg, #e8f4ff 0, #fff 86%, #fff 100%);
    top: 57px;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0
}

.service-web-video .col-lg-6 {
    padding: 0
}

@media only screen and (max-width:1024px) {
    .service-web-video .col-lg-6 {
        flex: 100%;
        max-width: 100%
    }

    .split-right-img {
        min-height: 500px
    }
}

.projects-masonry {
    padding-top: 80px;
    padding-bottom: 110px
}

.projects-slider {
    padding: 110px 0
}

.portfolio-grid {
    padding-top: 65px;
    padding-bottom: 0
}

.projects-col4 .project-item {
    width: 25%
}

@media only screen and (max-width:993px) {
    .projects-col4 .project-item {
        width: 50%
    }
}

.portfolio-single {
    padding-top: 90px;
    padding-bottom: 30px;
}

.project-detail span {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    display: block
}

.project-detail strong {
    font-weight: 700;
    line-height: 30px;
    color: #1b1d21
}

.single-project-img {
    margin-bottom: 50px
}

.text-decoration-line {
    text-decoration-line: underline
}

.simple-slider {
    margin-bottom: 40px
}

.projects-meta {
    margin-bottom: 90px
}

.project-comtmnents {
    margin-bottom: 80px
}

.project-ralate {
    margin-top: 70px
}

.single-portfolio-navigation .post-next,
.single-portfolio-navigation .post-prev {
    min-width: 300px
}

.footer-v1 {
    padding: 55px 0 0px 0;
    color: #fff;
    background-color: #013764;
    z-index: 1
}

.widget-footer h5 {
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
    color: #fff
}

.list-items {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.list-items li {
    padding-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.86
}

.list-items li:last-child {
    padding-bottom: 0
}

.list-items a {
    color: #fff
}

.widget-footer .list-items li a img {
    width: 19px;
    margin-right: 11px;
    margin-top: -4px
}

.list-items a:hover {
    color: #fff
}

.copyright-text {
    margin-bottom: -20px;
    font-size: 15px;
    color: #ffff
}

.footer-v2 {
    background-color: #211e3b;
    background-image: url(images/background/bg-footer1.html);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px 0
}

.ft-contact-info {
    padding-bottom: 20px
}

.ft-contact-info p {
    color: #fff
}

.ft-contact-info h6 {
    color: #aeaacb
}

.ft-contact-info1 {
    padding-bottom: 20px
}

.ft-contact-info1 p {
    color: #fff
}

.ft-contact-info1 h6 {
    color: #aeaacb
}

.footer-menu ul {
    list-style: none
}

.copyright-text.v2 {
    color: #aeaacb;
    font-size: 16px
}

.ft-list-icon {
    line-height: 1
}

.ft-list-icon a {
    display: inline-block;
    font-size: 12px;
    color: #4ccef9;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    margin-right: 5px;
    padding: .5em;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ft-list-icon a:last-child {
    margin-right: 0
}

.ft-list-icon a:hover {
    transform: translateY(-8px);
    opacity: .9
}

.ft-list-icon a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.ft-list-icon .twitter {
    color: #4ccef9
}

.ft-list-icon .facebook {
    color: #25e
}

.ft-list-icon .linkedin {
    color: #3292ff
}

.ft-list-icon .instagram {
    color: #ff9000
}

.bg-map-dots {
    background-image: url(../images/h5-bg-map-counter.png);
    background-size: cover;
    width: 100%;
    background-position: center
}

@media (min-width:1200px) {
    .container {
        max-width: 1280px
    }
}

section {
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative
}

.bg-blue-1 {
    position: absolute;
    background-image: url(../images/form-section-banner.jpg);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 229px
}

section.contact-page {
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden
}

.testimonial {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    background-position: center center;
    background-size: cover
}

.pbt-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.pt-0 {
    padding-top: 0
}

.mb-30 {
    margin-bottom: 30px
}

.mt--130 {
    margin-top: -130px
}

.mt--290 {
    margin-top: -290px
}

.mb--200 {
    margin-bottom: -200px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-290 {
    padding-bottom: 290px
}

.mt--170 {
    margin-top: -170px
}

.btn-border {
    background-color: transparent;
    border: 1px solid #fff
}

.btn-border:hover {
    background-color: #43baff;
    border-color: #43baff
}

.mt-65 {
    margin-top: 65px
}

.padding-half {
    padding-top: 45px;
    padding-bottom: 45px
}

.mb-15 {
    margin-bottom: 15px
}

.space-5 {
    height: 5px;
    width: 100%
}

.space-10 {
    height: 10px;
    width: 100%
}

.space-15 {
    height: 15px;
    width: 100%
}

.space-20 {
    height: 20px;
    width: 100%
}

.space-25 {
    height: 25px;
    width: 100%
}

.space-30 {
    height: 30px;
    width: 100%
}

.space-35 {
    height: 35px;
    width: 100%
}

.space-40 {
    height: 40px;
    width: 100%
}

.space-45 {
    height: 45px;
    width: 100%
}

.space-50 {
    height: 50px;
    width: 100%
}

.space-55 {
    height: 55px;
    width: 100%
}

.space-60 {
    height: 60px;
    width: 100%
}

.space-65 {
    height: 65px;
    width: 100%
}

.space-70 {
    height: 70px;
    width: 100%
}

.space-75 {
    height: 75px;
    width: 100%
}

.space-80 {
    height: 80px;
    width: 100%
}

.space-85 {
    height: 85px;
    width: 100%
}

.space-90 {
    height: 90px;
    width: 100%
}

.space-95 {
    height: 95px;
    width: 100%
}

.space-100 {
    height: 100px;
    width: 100%
}

.space-105 {
    height: 105px;
    width: 100%
}

.space-110 {
    height: 110px;
    width: 100%
}

.space-115 {
    height: 115px;
    width: 100%
}

.space-120 {
    height: 120px;
    width: 100%
}

.space-150 {
    height: 150px;
    width: 100%
}

.space-26 {
    height: 26px;
    width: 100%
}

.space-1 {
    height: 1px;
    width: 100%
}

.over-hidden {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 0
}

.over-hidden-1 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 0
}

.domino-box {
    background-color: #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 5%);
    margin-bottom: 20px
}

.mc-box {
    background-color: #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 5%);
    margin-bottom: 20px
}

.domino-box img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px
}

.mc-box img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px
}

@media (max-width:992px) {
    .sm-pb-60 {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .xs-pb-60 {
        padding-bottom: 60px
    }
}

@media (max-width:1400px) {
    .project-slider {
        margin: 0
    }
}

@media (max-width:1200px) {
    .img-small {
        display: none
    }

    .top-left-v5 {
        text-align: left
    }

    .top-left-v5 .ot-heading {
        margin-right: 0
    }

    .top-left-v5 .ot-heading>span {
        font-size: 14px
    }

    .top-left-v5 .ot-heading h2 {
        font-size: 28px;
        line-height: 40px
    }

    .top-left-v5 p {
        margin-right: 0
    }

    .top-right-v5 {
        margin-right: 0;
        margin-top: 60px
    }

    .section-inner-about .left-img {
        margin: 0
    }

    .section-inner-about .right-content {
        margin-left: 0
    }

    .technology-v3-left {
        margin-right: 0
    }

    .left-about-v4 {
        margin: 0
    }

    .right-about-v4 {
        margin-left: 0
    }

    .img-Engitech {
        display: none
    }

    .wc-forward {
        display: block
    }

    .wc-forward.checkout {
        float: none;
        margin-top: 20px
    }
}

@media (max-width:1024px) {

    .about-v5,
    .overlay-image-about5,
    .team-info {
        background-size: 0 auto
    }
}

@media (max-width:992px) {

    .ot-image-box.st1,
    .ot-image-box.st3 {
        margin-top: 0
    }

    .md-mt-30 {
        margin-top: 30px
    }

    .md-text-left {
        text-align: left !important
    }

    .md-mb-30 {
        margin-bottom: 30px
    }

    .right-v5 {
        margin-right: 0;
        margin-left: 0;
        margin-top: 50px;
        text-align: center
    }

    .home2-top-right {
        text-align: center
    }

    .home2-top-right {
        margin-left: 0
    }

    .left-about-v4 {
        text-align: center
    }

    .projects-col3 .project-item {
        width: 50%
    }

    .pabout-right {
        margin-left: 0
    }

    .pabout-left {
        margin: 0;
        text-align: center
    }

    .why-right {
        margin-left: 0
    }

    .s-counter4.why {
        margin-top: 0
    }

    .team-info-left .team-img {
        margin: 0;
        text-align: center
    }

    .team-detail {
        text-align: center;
        margin-bottom: 40px;
        margin-left: 0
    }

    .wc-forward {
        display: inline-block
    }

    .checkout.wc-forward {
        margin-top: 0
    }

    .app-benefits-left,
    .app-benefits-right {
        margin: 0
    }
}

button.fancy {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0 solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    float: left;
    background-color: #bc962e;
    font-weight: 500;
    margin: 0 auto;
    outline: 0;
    overflow: visible;
    padding: 1em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    width: 29%;
    justify-content: center;
    align-content: center;
    align-items: center
}

button.fancy:hover {
    background: #fff
}

button.fancy:hover a {
    color: #015194
}

button.fancy a {
    font-size: 1.05em;
    line-height: 1.33333em;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
}

button.fancy-1 {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0 solid #000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    background-color: #bc962e;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
    outline: 0;
    overflow: visible;
    padding: 1.1em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    width: 30%
}

button.fancy-1:hover::before {
    width: 4rem;
    background: #bc962e
}

button.fancy-1:hover {
    background: #025193
}

button.fancy-1:hover a {
    color: #fff
}

button.fancy-1 a {
    font-size: 1.125em;
    line-height: 1.33333em;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif
}

button.fancy-3 {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0 solid #000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    background-color: #bc962e;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 1.1em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    width: 100%
}

button.fancy-3:hover::before {
    width: 4rem;
    background: #bc962e
}

button.fancy-3:hover {
    background: #fff
}

button.fancy-3:hover a {
    color: #025193
}

button.fancy-3 a {
    font-size: 1.125em;
    line-height: 1.33333em;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif
}

.mobile-map-class {
    position: relative;
    top: 9px
}

.vission-box {
    padding: 27px 56px 20px 0px
}

.gallery-thumbnail img {
    width: 16%;
    /* height: 395px; */
    object-fit: cover;
    object-position: center;
}

.mission-box {
    padding: 27px 56px 20px 0px
}

@media (max-width:767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    section.portfolio-single .gallery-thumbnail .vission-box {
        padding: 0px 20px 20px 0px;
    }

    section.portfolio-single .gallery-thumbnail .mission-box {
        padding: 0px 20px 20px 0px;
    }

    .contact-page.mobile-contact-page .ot-heading h2.contact-heading {
        margin-bottom: 0;
        line-height: 40px;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        font-size: 23px
    }

    .graph-image--1.mobile-graph-1 {
        top: 36%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(3.5)
    }

    .graph-image--2.mobile-graph-2 {
        top: 44%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(3.5)
    }

    .graph-image--3.mobile-graph-3 {
        top: 42%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(3.5)
    }

    .graph-image--4.mobile-graph-4 {
        top: 40%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(3.5)
    }

    .graph-image--5.mobile-graph-5 {
        top: 35%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(3.5)
    }

    .section-case-study-1.mobile-casestudy-padding.bg-map-dots .ot-heading h2 {
        line-height: 30px;
        font-size: 23px
    }

    section.contact-page.mobile-contact-page .octf-btn {
        width: 60%
    }

    .mobile-map-class {
        margin-top: 0
    }

    .supportCategories .supportCategory {
        flex: 0 0 48%;
        margin-top: 20px
    }

    section.mobile-faq-section .faq-block-1 {
        margin-top: 50px
    }

    section.mobile-faq-section .faq-block-2 {
        margin-top: 50px
    }

    section.services-v3.bg-white.mobile-serv-box .pgrid .inner-post h3.entry-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px
    }

    section.contact-page.contact-page.mobile-contact-page .bg-yellow {
        width: 50px;
        height: 50px;
        margin-right: 0
    }

    section.contact-page.contact-page.mobile-contact-page .bg-yellow-1-1 {
        width: 50px;
        height: 50px;
        margin-right: 0
    }

    section.address-four.mobile-address-four-padding {
        padding: 44px 0 44px 0
    }

    section.address-four .bg-yellow1 {
        background-color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        float: none;
        margin: 20px auto
    }

    section.address-four .bg-yellow1-2 {
        background-color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        float: none;
        margin: 20px auto
    }

    section.contact-page.contact-page.mobile-contact-page .contact-info .info-text {
        padding-left: 73px;
        font-weight: 500
    }

    section.contact-page.contact-page.mobile-contact-page .contact-info img {
        width: 26px;
        margin-top: 0;
        float: left
    }

    section.service-web-video {
        padding: 0 15px 50px 15px;
    }

    section.over-hidden p {
        font-size: 15px;
    }

    section.service-web-video p.text {
        font-size: 15px;
    }

    section .box--1 p {
        color: #101010;
        font-size: 16px;
        margin-bottom: 0;
    }

    section.services-v3.bg-white.mobile-serv-box .pgrid .inner-post {
        padding: 30px 30px 30px 30px;
    }

    section.section-timeline-bar .timeline-content p {
        font-size: 15px;
    }

    section.about-offer.about-offer p {
        font-size: 15px;
    }

    section.services-v3.bg-white.mobile-serv-box .post-box.blog-item p {
        font-size: 15px;
    }

    section.services-v3.mobile-serv-box .icon-box-s2 .content-box h5 {
        font-size: 16px
    }

    section.services-v3.mobile-serv-box .icon-box-s2 p {
        margin-bottom: 0;
        font-size: 15px;
        color: #1e1e1e;
        text-align: left;
        line-height: 26px
    }

    section.service-web-video .bg-gardient-blue {
        top: 228px
    }

    #tab-1 h3.title {
        color: #013764;
        font-size: 23px;
        text-align: center
    }

    .mobile-box-2.box--2 {
        padding: 25px 25px 25px 40px;
        border-right: 3px solid #e4e4e4;
        border-left: 3px solid #e4e4e4
    }

    .mobile-box--1.box--1.timetaken {
        border-bottom: 4px solid #013764
    }

    .mobile-box-2.box--2.salary {
        border-bottom: 4px solid #bc962e
    }

    section.mobile-padding--hidden.over-hidden-1 {
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 0
    }

    #tab-2 h3.title {
        color: #013764;
        font-size: 23px;
        text-align: center
    }

    #tab-3 h3.title {
        color: #013764;
        font-size: 23px;
        text-align: center
    }

    #tab-4 h3.title {
        color: #013764;
        font-size: 23px;
        text-align: center
    }

    section.contact-page.dk-contact-page.mobile-contact-padding .sectionTitle {
        font-size: 22px;
        font-weight: 600;
        color: #0e0e0e;
        margin-bottom: 12px;
        font-family: 'Libre Baskerville', serif
    }

    section.mobile-faq-section .faq-block-3 {
        margin-top: 50px
    }

    .page-header.flex-middle .page-header-content {
        color: #fff;
        width: 100%;
        font-size: 16px;
    }

    .page-header-1.flex-middle .page-header-content {
        color: #fff;
        width: 100%;
        font-size: 16px;
    }

    .page-header-2.flex-middle .page-header-content {
        color: #fff;
        width: 100%
    }

    .page-header-3.flex-middle .page-header-content {
        color: #fff;
        width: 100%
    }

    .page-header-4.flex-middle .page-header-content {
        color: #fff;
        width: 100%
    }

    .page-header-5.flex-middle .page-header-content {
        color: #fff;
        width: 100%
    }

    section.mobile-faq-section .faq-block-4 {
        margin-top: 50px
    }

    .services-v3.bg-white.mobile-serv-box .ot-heading h2 {
        line-height: 30px;
        font-size: 23px
    }

    .services-v3.mobile-serv-box .ot-heading h2 {
        line-height: 30px;
        font-size: 23px
    }

    .services-v3.mobile-serv-box .icon-box-s2 {
        margin-bottom: 22px
    }

    section.news-v4 .ot-heading h2 {
        line-height: 30px;
        font-size: 23px
    }

    section.our-process.ps-timeline-sec {
        position: relative;
        background: #f5f5f5
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline li span {
        width: 20px;
        height: 20px;
        margin-left: -11px;
        background: #bc962e;
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 1px 1px 7px 0 #0006;
        text-align: center;
        line-height: 50px -10;
        color: #df8625;
        font-size: 2em;
        font-style: normal;
        position: absolute;
        top: 6px;
        left: 50%;
        align-items: center;
        justify-content: center;
        display: flex
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline li {
        height: 140px;
        float: none;
        width: inherit
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline {
        margin: 0 0;
        border-left: 2px solid #bc962e;
        padding-left: 0;
        padding-top: 76px;
        border-top: 0;
        margin-left: 25px;
        height: 758px
    }

    section.our-process.ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 62%;
        float: right;
        left: -39px;
        top: 5px
    }

    .about-offer .padding-right-spacing {
        padding-right: 0
    }

    .ot-heading h2.form-heading {
        margin-bottom: 30px;
        line-height: 33px;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        font-family: "Playfair Display", serif
    }

    section.news-v4 {
        padding-top: 60px;
        padding-bottom: 0
    }

    .icon-box-s2.s2 .icon-main {
        color: #fff;
        margin-bottom: 30px;
        line-height: 1;
        height: 111px;
        width: 111px;
        background-color: #5a3919;
        background-image: -webkit-linear-gradient(left, #015194, #015194);
        background-image: -moz-linear-gradient(left, #015194, #015194);
        background-image: -ms-linear-gradient(left, #015194, #015194);
        background-image: -o-linear-gradient(left, #015194, #015194);
        background-image: -webkit-linear-gradient(left, #015194, #015194);
        -webkit-border-radius: 111px;
        -khtml-border-radius: 111px;
        -moz-border-radius: 111px;
        -ms-border-radius: 111px;
        -o-border-radius: 111px;
        border-radius: 111px;
        position: relative;
        -webkit-box-shadow: 0 8px 18px rgb(12 12 12 / 19%);
        -khtml-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
        -moz-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
        -ms-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
        -o-box-shadow: 0 8px 18px rgba(12, 12, 12, .19);
        box-shadow: 0 8px 18px rgb(12 12 12 / 19%);
        margin: 0 auto 26px;
        line-height: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }

    .icon-box-s2.s2 .content-box h5 {
        margin-bottom: 14px;
        text-align: center
    }

    .icon-box-s2 .content-box p:last-child {
        margin-bottom: 0;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        color: #1e1e1e;
        text-align: center
    }

    section.about-v4 {
        padding: 0 0 40px 0;
        font-size: 16px;
        color: #101010
    }

    .app-projects .owl-theme .owl-nav .owl-prev {
        left: 132px;
        top: 346px
    }

    .app-projects .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 140px;
        top: 346px
    }

    section.portfolio-grid {
        padding-top: 44px;
        padding-bottom: 0
    }

    section.over-hidden {
        padding-top: 60px;
        padding-bottom: 0
    }

    .gallery-thumbnail h3 {
        font-size: 23px;
        margin-top: 30px
    }

    section.mobile-portfolio-single {
        padding-top: 60px;
        padding-bottom: 0
    }

    section.mobile-our-process {
        padding-top: 30px;
        padding-bottom: 60px
    }

    section.mobile-service-page {
        padding-top: 60px;
        padding-bottom: 0
    }

    .space-sm-top {
        padding-top: 60px
    }

    .space-sm-bottom {
        padding-bottom: 60px
    }

    .space-sm {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sm-mb-30 {
        margin-bottom: 30px
    }

    .about-v5 {
        padding: 90px 0
    }

    .technology-v5 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-image-box.st1,
    .ot-image-box.st3 {
        margin-top: 30px
    }

    .team-v5 {
        padding: 80px 0
    }

    .sm-text-left {
        text-align: left !important
    }

    .sm-mt-30 {
        margin-top: 30px
    }

    .home2-top-right h2,
    .top-heading .ot-heading h2 {
        font-size: 48px;
        line-height: 60px
    }

    .cta {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px
    }

    .cta h2 {
        font-size: 32px;
        line-height: 48px
    }

    .cta-h2 {
        margin-bottom: 40px;
        padding: 30px
    }

    .cta-h2 h2 {
        line-height: 1;
        font-size: 30px
    }

    .mobile-margin-bottom16 {
        margin-bottom: 16px
    }

    .cta-h2 .ot-heading {
        text-align: center
    }

    .ot-counter.v3 {
        text-align: center
    }

    .section-consultation h2 {
        font-size: 32px;
        line-height: 42px
    }

    .circle-progress {
        justify-content: center
    }

    .member-form {
        padding: 0;
        border: none
    }

    .projects-col3 .project-item,
    .projects-col4 .project-item,
    .projects-grid.pf_2_cols .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_5_cols .project-item {
        width: 100%
    }

    .project_filters li {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (max-width:600px) {
    .projects-col3 .project-item {
        width: 100%
    }
}

@media (max-width:480px) {
    .projects-col3 .project-item {
        width: 100%
    }
}

.footer-menu ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 29px
}

.footer-menu ul li a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.footer-menu ul li a:visited {
    color: #fff
}

.footer-menu ul li a:hover {
    color: #43baff
}

.mc4wp-form-fields .subscribe-inner-form {
    position: relative
}

.mc4wp-form-fields .subscribe-inner-form input[type=email] {
    height: 46px;
    width: 100%;
    background: #37325a;
    color: #fff;
    padding-right: 66px
}

.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
    color: #fff
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
    background: 0 0;
    border: none;
    outline: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    background: #43baff;
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
    font-size: 16px
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon:hover {
    background: #fff;
    color: #43baff
}

#back-to-top {
    background: #fff;
    color: #43baff;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    width: 42px;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 40px;
    bottom: -20px;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease-out 0s;
    z-index: 1000;
    transition: all .3s ease-in-out;
    -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;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2)
}

#back-to-top.show {
    opacity: 1;
    bottom: 40px
}

#back-to-top i:after,
#back-to-top i:before {
    font-size: 17px
}

#back-to-top:hover {
    bottom: 45px
}

@media (min-width:992px) {
    .lg-hidden {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .md-hidden {
        display: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    .sm-hidden {
        display: none
    }
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    pointer-events: none
}

img {
    max-width: 100%
}

.footer-logo {
    width: 150px
}

address {
    line-height: 24px;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #fff
}

.footerLink span {
    color: #fff;
    margin-left: 5px;
    font-family: Poppins, sans-serif
}

.footerLink {
    display: block;
    color: #fff;
    margin: 10px auto;
    font-family: Poppins, sans-serif
}

.terms-box a {
    font-size: 16px;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.terms-box a.terms {
    padding-right: 16px;
    border-right: 1px solid #fff;
}

.terms-box a.privacy {
    padding-left: 16px;
}

.copyright {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: .025em;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0
}

.border-top-white {
    border-top: 1px solid #fff;
}

.br-0 {
    border-right: 0
}

.bt-0 {
    border-top: 0
}

.bl-0 {
    border-left: 0
}

.bb-0 {
    border-bottom: 0
}

.testimonial-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    padding-top: 0;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.subheader.bold {
    font-weight: 700
}

.text-indigo {
    color: #4e148c
}

.subheader {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-family: Poppins, sans-serif;
    color: #035294;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.5px
}

.baron.bold {
    font-weight: 700
}

.baron {
    font-size: 18px;
    line-height: 28px
}

.margin-top-16 {
    margin-top: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.baron.bold {
    font-weight: 700;
    font-family: 'Libre Baskerville', serif
}

.baron {
    font-size: 18px;
    line-height: 28px;
    color: #bc962e;
    font-family: Poppins, sans-serif
}

.margin-top-16 {
    margin-top: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.div-block-211 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.text-orchid {
    color: #c04cfd
}

.noble {
    display: block;
    font-family: Poppins, sans-serif;
    color: #101010;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: none
}

.testimonial-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in
}

.image-328 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 40px;
    padding-bottom: 24px
}

.image-328.idb {
    margin-right: 40px;
    margin-bottom: 24px;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.playbutton {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    padding-top: 2px;
    padding-left: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 13px
}

@media only screen and (max-width:1024px) {
    #timeline .timeline-header {
        padding-right: 50px
    }

    #timeline .timeline-header h3 {
        font-size: 1.8rem
    }

    #timeline .timeline-header p {
        font-size: 1.4rem
    }

    #timeline .timeline-content {
        padding-left: 50px
    }
}

@media only screen and (max-width:768px) {
    #timeline .timeline-wrap::before {
        left: 2.4rem
    }

    #timeline .timeline-ico {
        left: 2.4rem
    }

    #timeline .timeline-header {
        float: none;
        width: auto;
        padding-right: 15px;
        text-align: left
    }

    #timeline .timeline-header h3 {
        font-size: 1.5rem
    }

    #timeline .timeline-header p {
        font-size: 1rem;
        margin-bottom: 1.2rem
    }

    #timeline .timeline-content {
        margin: 0
    }

    #timeline .timeline-content h4 {
        padding-bottom: 0;
        padding-top: 1.5rem;
        margin-bottom: .6rem;
        font-size: 1.2rem
    }

    #timeline .timeline-content h4::after {
        bottom: auto;
        top: 0
    }

    #timeline .timeline-content,
    #timeline .timeline-header {
        padding-left: 7rem
    }
}

@media only screen and (max-width:480px) {
    #timeline .resume-header h2 {
        font-size: 2.2rem
    }

    #timeline .timeline-wrap::before {
        left: 1.8rem
    }

    #timeline .timeline-ico {
        height: 3rem;
        width: 3rem;
        line-height: 3.6rem;
        left: 1.8rem;
        margin-left: -1.5rem;
        font-size: 1.2rem
    }

    #timeline .timeline-content,
    #timeline .timeline-header {
        padding-left: 4.5rem;
    }
}

.section-timeline-bar .timeline-wrap {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 6rem
}

.section-timeline-bar .timeline-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 93%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 35%;
    top: 0
}

.section-timeline-bar .timeline-block {
    position: relative;
    padding-top: 1.8rem;
    font-family: Poppins, sans-serif
}

.section-timeline-bar .timeline-ico {
    height: 4rem;
    width: 4rem;
    line-height: 4.8rem;
    background: #bc962e;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 35.5%;
    top: .9rem;
    margin-left: -2.4rem
}

.section-timeline-bar .timeline-ico i {}

.section-timeline-bar .timeline-ico img {
    position: relative;
    left: 1rem;
    top: 14px;
}

.timeline-ico img {
    width: 32px;
    margin-top: 0;
    float: left;
}

.section-timeline-bar .timeline-header {
    float: left;
    width: 35%;
    padding-right: 90px;
    text-align: right
}

.section-timeline-bar .timeline-header h3 {
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #025193
}

.section-timeline-bar .timeline-header p {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #101010;
    font-weight: 400
}

.section-timeline-bar .timeline-content {
    margin-left: 35%;
    padding-left: 60px;
    font-family: Poppins, sans-serif
}

.section-timeline-bar .timeline-content h4 {
    position: relative;
    padding-bottom: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.1rem;
    color: #025193;
    font-family: Poppins, sans-serif
}

.section-timeline-bar .timeline-content p {
    position: relative;
    color: #101010;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

.section-timeline-bar .timeline-content h4::after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    bottom: 0
}

.portfolio-single p {
    font-size: 16px;
    color: #101010;
    font-weight: 400;
}

.over-hidden p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #101010;
}

@media (max-width:768px) {
    section.section-case-study-2 {
        padding: 179px 0 0 0
    }
}

.container .card {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.container .card .content {
    position: absolute;
    bottom: -53px;
    width: 100%;
    height: 205px;
    background: linear-gradient(359deg, #000, #ffffff00);
    z-index: 10;
    flex-direction: column;
    transition: all .3s ease-in-out 0s
}

.container .card:hover .content {
    bottom: -15px;
    transition-delay: 0s
}

.container .card .content .contentBx p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1.1em;
    padding: 0 15px;
    transition: .5s;
    transition-delay: .6s;
    opacity: 0;
    transform: translateY(-20px)
}

.container .card:hover .content .contentBx p {
    opacity: 1;
    transform: translateY(0)
}

.container .card .content .sci {
    position: relative;
    bottom: 10px;
    display: flex
}

.container .card .content .sci li {
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: .5s;
    opacity: 0;
    transition-delay: calc(.2s * var(--i))
}

.container .card:hover .content .sci li {
    transform: translateY(0);
    opacity: 1
}

.container .card .content .sci li a {
    color: #fff;
    font-size: 24px
}

.team h4 {
    text-align: center;
    margin-bottom: 0
}

.team {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.team .desg {
    text-align: center
}

.bg-yellow {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: left;
    margin-right: 30px
}

.bg-yellow-1-1 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: left;
    margin-right: 30px
}

.bg-yellow1 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: none;
    margin: 20px auto
}

.bg-yellow1-2 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: none;
    margin: 20px auto
}

.bg-yellow2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: left;
    margin-right: 36px;
    margin-left: 0
}

section.service-page--2 {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px
}

.graph-image--1 {
    top: 55%;
    left: 519px;
    right: 0;
    bottom: 0;
    transform: scale(5.5);
    width: 100%
}

.graph-image--2 {
    top: 55%;
    left: 260px;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: scale(5.5)
}

.graph-image--3 {
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(5.5);
    width: 100%
}

.graph-image--4 {
    top: 55%;
    left: -260px;
    right: 0;
    bottom: 0;
    transform: scale(5.5);
    width: 100%
}

.graph-image--5 {
    top: 55%;
    left: -519px;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: scale(5.5)
}

.candidate-box--1 {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: rgb(16 66 97 / 11%) 0 8px 20px 0;
    padding: 20px;
    height: 430px;
    overflow: hidden
}

.hundred-people {
    color: #bc962e;
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin-top: 226px
}

.candidate-box--1 .candidiate-contact p {
    color: #101010;
    font-weight: 500;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 21px
}

.br-bottom-grey {
    border-bottom: 2px solid #e4e4e4
}

.contact-detail-para {
    font-family: Poppins, sans-serif;
    color: #101010;
    font-weight: 500;
    margin-top: 13px;
    line-height: 22px
}

.yellow-text {
    color: #bc962e
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: 0 0;
    padding: 10px 20px 10px 20px
}

.form-control:active,
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #000
}

.col-form-label {
    color: #000;
    font-size: 13px
}

.btn,
.custom-select,
.form-control {
    height: 60px;
    border-radius: 0
}

.custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

.custom-select:active,
.custom-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
    width: 80% !important;
    margin: 0 auto
}

.btn.btn-primary {
    font-family: Poppins, sans-serif;
    background: #bc962e;
    color: #fff;
    font-weight: 500;
    -webkit-box-shadow: 0 15px 30px 0 rgba(77, 128, 228, .2);
    box-shadow: 0 15px 30px 0 rgba(77, 128, 228, .2)
}

.btn:hover {
    color: #fff
}

.btn:active,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-wrap .contact-info,
.contact-wrap .form {
    padding: 40px
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, .5)
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .5)
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px
}

.contact-wrap .form {
    background: #fff
}

.contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-family: Poppins, sans-serif;
    right: 0
}

.contact-wrap .contact-info1,
.contact-wrap .form {
    padding: 40px
}

.contact-wrap .contact-info1 {
    color: rgba(255, 255, 255, .5)
}

.contact-wrap .contact-info1 ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .5)
}

.contact-wrap .contact-info1 ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px
}

.contact-wrap .form {
    background: #fff
}

.contact-wrap .contact-info1 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.contact-wrap .contact-info1 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-family: Poppins, sans-serif;
    right: 0
}

.form-control::placeholder {
    color: #fff
}

@media (max-width:1199.98px) {
    .contact-wrap .contact-info {
        height: 400px !important
    }

    .contact-wrap .contact-info1 {
        height: 400px !important
    }
}

.padding-right-spacing {
    padding-right: 87px
}

.card {
    float: left;
    width: 100%
}

.card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.card .menu-content::after,
.card .menu-content::before {
    content: "";
    display: table
}

.card .menu-content::after {
    clear: both
}

.card .menu-content li {
    display: inline-block
}

.card .menu-content a {
    color: #fff
}

.card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    transform: translate(-50%, 0)
}

.card .wrapper {
    background-color: #fff;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .2)
}

.card .wrapper:hover .data {
    transform: translateY(0)
}

.card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform .3s
}

.card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1
}

.card .author {
    font-size: 12px
}

.card .title {
    margin-top: 10px;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 13px
}

.card .text {
    height: 70px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: Poppins, sans-serif;
    line-height: 26px
}

.section-case-study-1 p {
    font-size: 18px
}

.app-projects p {
    font-size: 18px
}

.card input[type=checkbox] {
    display: none
}

.card input[type=checkbox]:checked+.menu-content {
    transform: translateY(-60px)
}

.example-2 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/hospital.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-2 .header {
    color: #fff;
    padding: 1em
}

.example-2 .header::after,
.example-2 .header::before {
    content: "";
    display: table
}

.example-2 .header::after {
    clear: both
}

.example-2 .header .date {
    float: left;
    font-size: 12px
}

.example-2 .menu-content {
    float: right
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-2 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-2 .data {
    color: #fff
}

.example-2 .title a {
    color: #fff
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-2 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-3 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/supermarket.jpg) center/cover no-repeat
}

.example-3 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-3 .header {
    color: #fff;
    padding: 1em
}

.example-3 .header::after,
.example-3 .header::before {
    content: "";
    display: table
}

.example-3 .header::after {
    clear: both
}

.example-3 .header .date {
    float: left;
    font-size: 12px
}

.example-3 .menu-content {
    float: right
}

.example-3 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-3 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-3 .data {
    color: #fff
}

.example-3 .title a {
    color: #fff
}

.example-3 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-3 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-3 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-4 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/store.png) center/cover no-repeat
}

.example-4 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-4 .header {
    color: #fff;
    padding: 1em
}

.example-4 .header::after,
.example-4 .header::before {
    content: "";
    display: table
}

.example-4 .header::after {
    clear: both
}

.example-4 .header .date {
    float: left;
    font-size: 12px
}

.example-4 .menu-content {
    float: right
}

.example-4 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-4 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-4 .data {
    color: #fff
}

.example-4 .title a {
    color: #fff
}

.example-4 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-4 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-4 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-5 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/engineer.jpg) center/cover no-repeat
}

.example-5 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-5 .header {
    color: #fff;
    padding: 1em
}

.example-5 .header::after,
.example-5 .header::before {
    content: "";
    display: table
}

.example-5 .header::after {
    clear: both
}

.example-5 .header .date {
    float: left;
    font-size: 12px
}

.example-5 .menu-content {
    float: right
}

.example-5 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-5 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-5 .data {
    color: #fff
}

.example-5 .title a {
    color: #fff
}

.example-5 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-5 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-5 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-6 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/staff.jpg) center/cover no-repeat
}

.example-6 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-6 .header {
    color: #fff;
    padding: 1em
}

.example-6 .header::after,
.example-6 .header::before {
    content: "";
    display: table
}

.example-6 .header::after {
    clear: both
}

.example-6 .header .date {
    float: left;
    font-size: 12px
}

.example-6 .menu-content {
    float: right
}

.example-6 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-6 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-6 .data {
    color: #fff
}

.example-6 .title a {
    color: #fff
}

.example-6 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-6 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-6 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-7 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/camp.jpg) center/cover no-repeat
}

.example-7 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-7 .header {
    color: #fff;
    padding: 1em
}

.example-7 .header::after,
.example-7 .header::before {
    content: "";
    display: table
}

.example-7 .header::after {
    clear: both
}

.example-7 .header .date {
    float: left;
    font-size: 12px
}

.example-7 .menu-content {
    float: right
}

.example-7 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-7 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-7 .data {
    color: #fff
}

.example-7 .title a {
    color: #fff
}

.example-7 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-7 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-7 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-8 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/restaurant.jpg) center/cover no-repeat
}

.example-8 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-8 .header {
    color: #fff;
    padding: 1em
}

.example-8 .header::after,
.example-8 .header::before {
    content: "";
    display: table
}

.example-8 .header::after {
    clear: both
}

.example-8 .header .date {
    float: left;
    font-size: 12px
}

.example-8 .menu-content {
    float: right
}

.example-8 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-8 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example-8 .data {
    color: #fff
}

.example-8 .title a {
    color: #fff
}

.example-8 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-8 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-8 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.example-9 .wrapper {
    background: linear-gradient(359deg, #000000a1, #ffffff00), url(../images/industries/worker.jpg) center/cover no-repeat
}

.example-9 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1
}

.example-9 .header {
    color: #fff;
    padding: 1em
}

.example-9 .header::after,
.example-9 .header::before {
    content: "";
    display: table
}

.example-9 .header::after {
    clear: both
}

.example-9 .header .date {
    float: left;
    font-size: 12px
}

.example-9 .menu-content {
    float: right
}

.example-9 .menu-content li {
    margin: 0 5px;
    position: relative
}

.example-9 .menu-content span {
    transition: all .3s;
    opacity: 0
}

.example- .data {
    color: #fff
}

.example-9 .title a {
    color: #fff
}

.example-9 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.example-9 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s
}

.example-9 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1
}

.prl5 {
    padding: 0 5px
}

.bg-black {
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, #025193 44%, #025193 100%);
    width: 100%;
    height: 70px;
    top: 14px;
    right: 0;
    bottom: 0;
    z-index: -1
}

.is-stuck-1 .bg-black {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0)100%);
    width: 70%;
    height: 70px;
    top: 14px;
    right: 0;
    bottom: 0;
    z-index: -1
}

.black-bg {
    background-color: #025193;
    width: 100%;
    height: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.container-fluid--cp-100 {
    padding: 0 100px
}

.ps-timeline-sec .container {
    position: relative
}

.ps-timeline-sec {
    position: relative;
    background: #f5f5f5;
    padding: 100px 0 100px
}

@media screen and (max-width:767px) {
    .ps-timeline-sec .container li:before {
        background: #bc962e;
        content: "";
        width: 36px;
        height: 2px;
        position: absolute;
        top: 16px !important;
        left: -5px !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: "";
        color: #bc962e;
        width: 3px;
        height: 27px;
        background: #bc962e;
        position: absolute;
        bottom: 17px;
        left: 46%
    }

    .xxl-visible {
        display: none
    }

    .card--vertical {
        grid-row: auto/span 1 !important
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 0 0 !important;
        border-left: 2px solid #bc962e;
        padding-left: 0 !important;
        padding-top: 76px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
        height: 860px
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        height: 140px;
        float: none !important;
        width: inherit !important
    }

    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 6px;
        width: 50% !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0 !important
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 62% !important;
        float: right !important;
        left: -39px;
        top: 5px
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px
    }

    .year-bottom {
        margin-bottom: 0;
        color: #015194;
        font-family: Poppins, sans-serif;
        font-size: 22px;
        text-align: left;
        width: 100%;
        margin: -23px 66px 5px !important
    }

    .ps-timeline-sec .container ol.ps-timeline li p.para-year {
        text-align: left;
        width: 100%;
        margin: 0 100px 50px;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #101010;
        width: 60% !important
    }
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 160px 0 160px;
    padding: 0;
    border-top: 2px solid #bc962e;
    list-style: none;
    border-image: radial-gradient(rgb(188 150 46), #f5f5f500) 1
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 18%;
    padding-top: 30px;
    position: relative
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 20px;
    height: 20px;
    margin-left: -5px;
    background: #bc962e;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 0 #0006;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -12px;
    left: 50%;
    align-items: center;
    justify-content: center;
    display: flex
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #bc962e;
    width: 3px;
    height: 27px;
    background: #bc962e;
    position: absolute;
    top: 17px;
    left: 41%
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #bc962e;
    width: 3px;
    height: 27px;
    background: #bc962e;
    position: absolute;
    bottom: 17px;
    left: 45%
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #101010
}

.ps-timeline-sec .container ol.ps-timeline li p.para-year {
    text-align: left;
    width: 100%;
    margin: 0 100px 50px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    font-weight: 400;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto 90px 101px
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px
}

.year {
    margin-bottom: 0;
    color: #015194;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    text-align: left;
    width: 100%;
    margin: 0 auto 5px
}

.year-bottom {
    margin-bottom: 0;
    color: #015194;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    text-align: left;
    width: 100%;
    margin: 25px 101px 5px
}

section.address-four {
    padding: 50px 0 30px 0;
}

.contactFormWrapper {
    padding: 60px 50px 60px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: rgb(16 66 97 / 7%) 0 8px 20px 0;
    box-shadow: rgb(16 66 97 / 7%) 0 8px 20px 0;
    background-color: #fff;
    border: 3px solid #025193
}

section .sectionTitle {
    font-size: 40px;
    font-weight: 600;
    color: #0e0e0e;
    margin-bottom: 25px;
    font-family: 'Libre Baskerville', serif
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 27px 0;
    margin-top: 13px
}

.submit-button {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0 solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Poppins, sans-serif;
    float: left;
    background-color: #bc962e;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    outline: 0;
    overflow: visible;
    padding: 1em 1.9em;
    position: relative;
    text-align: center;
    margin-top: 50px;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.05em;
    letter-spacing: 1px;
    line-height: 1.33333em;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.contactFormWrapper:before {
    content: "";
    width: 161px;
    height: 164px;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background-image: url(../images/form-top.png);
    background-repeat: no-repeat
}

section .sectionText {
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif
}

.contactFormWrapper:after {
    content: "";
    width: 590px;
    height: 530px;
    display: block;
    position: absolute;
    right: -11px;
    top: -103px;
    background-image: url(../images/form-bottom.png);
    background-repeat: no-repeat;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.contact-building {
    width: 75%;
    position: absolute;
    left: 105px;
    top: -19px;
}

.box--1 {
    padding: 25px 25px 25px 40px;
    border-right: 3px solid #e4e4e4;
    border-left: 3px solid #e4e4e4
}

.box--2 {
    padding: 25px 25px 25px 40px;
    border-right: 3px solid #e4e4e4
}

.box--2.salary {
    border-bottom: 4px solid #013764
}

.box--2.timetaken {
    border-bottom: 4px solid #013764;
    border-top: 3px solid #e4e4e4;
    height: 180px
}

.box--2.requirement {
    border-bottom: 4px solid #bc962e;
    border-top: 3px solid #e4e4e4;
    height: 180px
}

.box--1.job {
    border-bottom: 4px solid #013764;
    border-top: 3px solid #e4e4e4;
    height: 180px
}

.box--1 h5 {
    font-size: 18px;
    margin-bottom: 9px;
    color: #013764
}

.box--2 h5 {
    font-size: 18px;
    margin-bottom: 9px;
    color: #013764
}

.box--1.eligibility-box {
    border-bottom: 4px solid #013764
}

.box--2.criteria-box {
    border-bottom: 4px solid #013764;
    border-top: 3px solid #e4e4e4;
    height: 180px
}

.box--1 p {
    color: #101010;
    font-size: 17px;
    margin-bottom: 0
}

.box--2 h5 {
    font-size: 18px;
    color: #013764
}

.box--2 p {
    color: #101010;
    font-size: 17px;
    margin-bottom: 0
}

.supportCategory.faq-bg-1 {
    background-image: url(../images/faqbg1.da4fe09f.svg)
}

.supportCategory.faq-bg-2 {
    background-image: url(../images/faqbg2.179a60d8.svg)
}

.supportCategory.faq-bg-3 {
    background-image: url(../images/faqbg3.6df76585.svg)
}

.supportCategory.faq-bg-4 {
    background-image: url(../images/faqbg4.b18f23c4.svg)
}

.supportCategory .categoryTitle {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .025em;
    font-family: 'Libre Baskerville', serif
}

.supportCategory {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #025193;
}

.faq-block-1 {
    margin-top: 120px
}

.faq-block-2 {
    margin-top: 100px
}

.faq-block-3 {
    margin-top: 100px
}

.faq-block-4 {
    margin-top: 100px
}

.accordion__item {
    padding: 15px 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 4px
}

.accordion__body {
    display: none
}

.accordion__body p {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 80%;
    font-size: 17px;
}

.accordion__title {
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 15px 16px 15px 0
}

.accordion__title:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    right: 0;
    top: 17px;
    background: url(../images/right-chevron.svg) no-repeat;
    background-size: cover
}

.accordion__title.active {
    color: #101010
}

.accordion__title.active:after {
    transform: rotate(90deg)
}

section.about-offer.mobile-offer-padding img.mobile-image-setting.building-size {
    width: 510px;
}