
main {
    display: block
}

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

p {
    margin: 0
}

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clear,
.clearfix:after {
    clear: both
}

* {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%
}
 
body {
    color: #2f363f;
    font-family: Montserrat, sans-serif;
    margin: 0;
    -webkit-text-size-adjust: 100%
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    width: 100%
}

.section-title {
    margin: 0 auto 70px;
    max-width: 780px;
    text-align: center;
    width: 100%
}

.section-title p {
    text-align: center
}

h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.5pt;
    margin: 0;
    padding: 0
}

h1 span {
    font-weight: 500
}

h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 70px;
    padding: 0
}

h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

p {
    font-size: 16px;
    line-height: 1.8
}

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

.button-wrap {
    text-align: center
}

.button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(302.71deg, #ff6535 0, #f79933 100%);
    border-radius: 70px;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.button:hover {
    color: #fff
}

.button-outline {
    background-color: transparent
}

#wave {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

#bouncyBall {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10;
    left: 5;
    z-index: 1
}

.inner-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 78px
}

.inner-page #wave {
    max-height: 300px !important
}

.inner-page #wave canvas {
    max-height: 300px !important
}

.inner-page .banner {
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden
}

.inner-page .banner:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a2048;
    content: '';
    height: 100%;
    position: absolute;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.inner-page .banner .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.inner-page .banner .container .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    color: #fff;
    margin: auto;
    max-width: 1024px;
    width: 100%
}

.inner-page .banner .container .wrap h1 {
    margin-bottom: 10px
}

.inner-page .banner .container .wrap p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #f58a1f;
    color: #f79933;
    font-size: 18px;
    padding-left: 30px;
    max-width: 30%
}

.inner-page .page-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f5f8;
    padding-top: 100px;
    text-align: center
}

.inner-page .page-head strong {
    font-size: 29px;
    font-weight: 700
}

.inner-page .head {
    margin-bottom: 70px;
    max-width: 630px
}

.inner-page .head h2 {
    max-width: 340px
}

.inner-page .head p {
    font-size: 16px;
    margin-bottom: 15px
}

.inner-page .inner-content-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 60px 0 40px;
    position: relative;
    z-index: 10
}

.inner-page .inner-content-wrap .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1024px
}

.inner-page .inner-content-wrap .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inner-page .inner-content-wrap h3 {
    margin-bottom: 30px
}

.inner-page .inner-content-wrap strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px
}

.inner-page .inner-content-wrap p {
    margin-bottom: 25px
}

.page-child header {
    background-color: #b4113a
}

.home header {
    background-color: transparent !important
}

.home header.scrolled {
    background-color: #b01d55 !important
}

.page-template header {
    background-color: #c50a74
}

header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

header.scrolled {
    background-color: #07204a;
    padding: 20px 100px
}

header.darken {
    background-color: #07204a
}

header .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    max-width: 100%
}

header .logo {
    background: url(../img/logo.svg) center no-repeat;
    background-size: 100% auto;
    height: 68px;
    width: 200px;
    position: relative;
    z-index: 9;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

header .logo:hover {
    opacity: .5
}

header .navigation li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top
}

header .navigation a {
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
    text-decoration: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-transform: capitalize;
    position: relative;
    z-index: 5
}

header .navigation a:hover {
    color: #f58a1f
}

header .navigation .current_page_item a {
    color: #f58a1f
}

header .navigation .menu-item-has-children {
    cursor: default;
    position: relative
}

header .navigation .menu-item-has-children a {
    box-sizing: border-box;
    cursor: default;
    position: relative;
    z-index: 5
}

header .navigation .menu-item-has-children a:hover {
    color: #fff
}

header .navigation .menu-item-has-children .sub-menu {
    box-sizing: border-box;
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    min-width: 100vw;
    z-index: 4
}

header .navigation .menu-item-has-children .sub-menu li {
    background-color: #092040;
    display: block;
    margin-left: 0;
    padding: 10px !important;
    position: relative;
    max-width: 280px;
    z-index: 5
}

header .navigation .menu-item-has-children .sub-menu li a {
    background: 0 0;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0
}

header .navigation .menu-item-has-children .sub-menu li a:hover {
    color: #f58a1f
}

header .navigation .current-menu-item a {
    color: #f58a1f
}

header .navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

header .navigation #menu-item-374 .sub-menu {
    left: 15px;
    max-width: 280px;
    width: 100%
}

header .navigation #menu-item-374 .sub-menu li {
    box-sizing: border-box;
    background-color: #092040;
    margin-bottom: 0;
    padding: 15px 10px;
    text-align: left;
    max-width: 280px;
    width: 100%
}

header .navigation #menu-item-374 .sub-menu li a {
    margin-left: 0;
    text-align: left
}

header .navigation li:last-child .sub-menu {
    left: auto;
    right: 0;
    text-align: right;
    min-width: 180px;
    max-width: 180px;
    width: 100%
}

header .menu-trigger {
    display: none
}

header .menu-trigger .line {
    background: #fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 20px
}

footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #0c2a521f;
    background-color: #07204a;
    color: #000 !important;
    padding: 70px 0 20px;
    position: relative;
    text-align: center;
    z-index: 2
}

footer .socials {
    color: #fff;
    margin: 40px 0 40px;
    text-align: center
}

footer .socials h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase
}

footer .socials li {
    display: inline-block;
    margin: 0 5px
}

footer .socials li a {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    width: 55px;
    -webkit-transition: .2s;
    transition: .2s
}

footer .socials li a:hover {
    border-color: #06244d;
    background-color: #fff
}

footer .socials li a img {
    display: block;
    margin: auto
}

footer .f-nav {
    margin-bottom: 40px;
    text-align: left
}

footer .f-nav ul {
    display: flex;
    justify-content: space-between
}

footer .f-nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    vertical-align: top
}

footer .f-nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize
}

footer .f-nav li .sub-menu {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

footer .f-nav li .sub-menu li {
    display: block
}

footer .f-nav li .sub-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .2s;
    transition: .2s
}

footer .f-nav li .sub-menu li a:hover {
    color: #e88e3d
}

footer .copy {
    color: #fff;
    font-size: 12px;
    opacity: .5;
    text-align: center
}

.banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #04204b;
    height: 100vh
}

.banner .owl-dots {
    position: absolute;
    left: 200px;
    bottom: 80px;
    z-index: 99
}

.banner .owl-dots .owl-dot span {
    background: 0 0;
    border: 1px solid #fff
}

.banner .owl-dots .owl-dot.active span {
    background: linear-gradient(284.04deg, #ff6535 0, #f79933 100%);
    border: 1px solid #f98a34
}

.banner #intro-slider {
    height: 100%;
    position: relative;
    z-index: 2
}

.banner .owl-carousel .owl-stage-outer {
    height: 100%
}

.banner .owl-stage {
    height: 100%
}

.banner .owl-item {
    height: 100%
}

.banner .slider {
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: flex-start;
    padding-top: 15%;
}

.banner .slidenumber-1 {
    background-position: right 20% top 10.50%;
    background-size: 40% auto
}

.banner .slidenumber-2 {
    background-position: right 5% top 10.40%;
    background-size: 50% auto
}

.banner .slidenumber-3 {
    background-position: right 10.0% top 10.75%;
    background-size: 35% auto
}

.banner .slidenumber-4 {
    background-position: right 15.0% top 10.50%;
    background-size: 40% auto
}

.banner .slidenumber-5 {
    background-position: right 10.0% top 10.50%;
    background-size: 50% auto
}

.banner .centered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-left: 2%; */
    position: relative;
    max-width: 80%;
    z-index: 10
}

.banner h1 {
    color: #fff;
    margin-bottom: 10px
}

.banner h4 {
    color: #f58a1f;
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    margin-bottom: 20px
}

.banner .button {
    height: 50px;
    line-height: 50px;
    min-width: 150px
}

.featrues-accordion {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.featrues-accordion .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 100px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.featrues-accordion .item .illustration {
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 1
}

.featrues-accordion .item {
    background: linear-gradient(316.53deg, #ff6535 0, #f79933 100%)
}

.featrues-accordion .item.orange .illustration {
    background-image: url(../img/illustration/tab1.png)
}

.featrues-accordion .item:nth-child(2) {
    background: linear-gradient(158.29deg, #00a663 19.06%, #00ae92 86.75%)
}

.featrues-accordion .item.green .illustration {
    background-image: url(../img/illustration/tab2.png)
}

.featrues-accordion .item:nth-child(3) {
    background: linear-gradient(158.29deg, #8ec000 19.06%, #4dae00 86.75%)
}

.featrues-accordion .item.cyan .illustration {
    background-image: url(../img/illustration/tab3.png)
}

.featrues-accordion .item:nth-child(4) {
    background: linear-gradient(334.68deg, #2cc0ff 0, #6821ff 166.67%)
}

.featrues-accordion .item.blue .illustration {
    background-image: url(../img/illustration/tab4.png)
}

.featrues-accordion .item.purple {
    background: linear-gradient(316.56deg, #101a78 0, #59009e 100%)
}

.featrues-accordion .item.purple .illustration {
    background-image: url(../img/illustration/tab5.png)
}

.featrues-accordion .item .illustration {
    opacity: 1
}

.featrues-accordion .item .number {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.featrues-accordion .item h3 {
    color: #fff
}

.featrues-accordion .item .description {
    color: #fff;
    position: relative;
    max-width: 550px;
    z-index: 2
}

.featrues-accordion .item:hover {
    color: #fff
}

.featrues-accordion .item:hover .illustration {
    opacity: 1
}

.featrues-accordion .item:hover .plus {
    opacity: 0
}

.sucess-section {
    padding: 50px 100px
}

.sucess-section h2 {
    margin-bottom: 35px
}

.sucess-section .swiper-container {
    width: 100%;
    height: 800px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.sucess-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sucess-section .col {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: calc(33.3333% - 10px)
}

.sucess-section .col:nth-child(4) {
    width: calc(50% - 10px)
}

.sucess-section .col:nth-child(5) {
    width: calc(50% - 10px)
}

.sucess-section .col .block {
    box-sizing: border-box;
    background-size: cover;
    color: inherit;
    display: block;
    height: 400px;
    padding: 60px;
    position: relative;
    text-decoration: none;
    width: 100%
}

.sucess-section .col .block:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    width: 100%;
    transition: .2s ease
}

.sucess-section .col .block:hover:before {
    opacity: 0
}
 
.sucess-section .col .block strong {
    color: #fff;
    display: block;
    font-size: 20px;
    position: relative;
    max-width: 280px;
    text-decoration: none;
    white-space: normal;
    z-index: 2
}

.sucess-section .swiper-button-prev {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/icons/a_prev.svg) center no-repeat #fff;
    border: 1px solid #e6892f;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 60px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.sucess-section .swiper-button-prev:after {
    display: none
}

.sucess-section .swiper-button-prev:hover {
    background-color: #e6892f
}

.sucess-section .swiper-button-next {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/icons/a_next.svg) center no-repeat #fff;
    border: 1px solid #e6892f;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 0;
    width: 60px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.sucess-section .swiper-button-next:after {
    display: none
}

.sucess-section .swiper-button-next:hover {
    background-color: #e6892f
}

.sucess-section .swiper-scrollbar {
    background: #939393;
    height: 1px;
    left: auto;
    right: 60px;
    bottom: 28px;
    width: calc(100% - 300px)
}

.sucess-section .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
    height: 3px;
    margin-top: -1px
}

.sucess-section .button {
    display: inline-block;
    margin-top: 20px;
    width: 300px
}

.awards-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f2;
    padding: 50px 0 30px
}

.awards-section .small-inch {
    display: none !important
}

.awards-section h2 {
    margin-bottom: 35px
}

.awards-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.awards-section .row .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #fff;
    width: calc(25% - 10px)
}

.awards-section .row .col .block {
    position: relative
}

.awards-section .row .col .partner-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    position: relative;
    max-height: 180px;
    width: 100%
}

.awards-section .row .col .partner-logo img {
    display: block;
    margin: auto;
    width: 100%
}

.awards-section .row .col .info h3 {
    font-size: 24px
}

.awards-section .row .col .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    display: none
}

.map-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0c2a52;
    padding: 120px 0 60px
}

.map-section .map {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 90vh;
    height: 100%;
    margin: 0 auto;
    width: 80vw;
    position: relative
}

.map-section .map svg {
    display: block;
    height: auto;
    width: 100%
}

.map-section .map circle {
    stroke: #3c394c;
    stroke-width: 2px;
    stroke-opacity: 1;
    position: relative
}

.page-company img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.page-company .section {
    margin-bottom: 100px
}

.page-company .row {
    margin-top: 50px
}

.page-company .col {
    margin-bottom: 50px;
    width: 50%
}

.page-company .description {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px
}

.page-company .description strong {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px
}

.page-company .description img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    width: 100%
}

.page-company ul {
    margin: 0 0 40px
}

.page-company ul li {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.6;
    margin-bottom: 15px
}

.page-id-406 .page-company .description img {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
    max-width: 100%;
    width: inherit
}

.page-global-delivery img {
    display: block;
    height: auto;
    width: 100%
}
 
.page-global-delivery .options-list {
    margin-bottom: 0
}

.page-global-delivery .block .foto img {
    display: block;
    height: auto;
    width: 100%
}

.page-global-delivery .block .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 0 40px 40px;
    margin-left: 180px;
    min-height: 200px ;
    max-width: 1160px;
    margin-top: -100px;
    position: relative;
    z-index: 2
}

.page-global-delivery .block .info strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.page-global-delivery .block .info h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.page-global-delivery .block:nth-child(even) .foto {
    margin-left: 180px
}

.page-global-delivery .block:nth-child(even) .info {
    margin-left: 0;
    margin-right: 180px;
    padding-left: 0;
    padding-right: 40px
}

.page-global-delivery ul {
    margin: 40px 0
}

.page-global-delivery ul li {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px
}

.page-service .features-section .service-foto img {
    display: block;
    height: auto;
    width: 100%
}

.page-service .features-section .features-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 100px;
    padding-top: 10px
}

.page-service .features-section .features-list .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(316.53deg, #ff6535 0, #f79933 100%);
    border: 10px solid #fff;
    padding: 40px;
    padding-top: 180px;
    position: relative;
    width: 50%
}

.page-service .features-section .features-list .block .icon {
    position: absolute;
    top: 40px;
    right: 40px
}

.page-service .features-section .features-list .block h3 {
    max-width: 50%
}

.page-service .features-section .features-list .block+.block {
    background: linear-gradient(158.29deg, #00a663 19.06%, #00ae92 86.75%);
    color: #fff
}

.page-service .features-section .features-list .block+.block+.block {
    background: linear-gradient(158.29deg, #8ec000 19.06%, #4dae00 86.75%);
    color: #262626
}

.page-service .features-section .features-list .block+.block+.block+.block {
    background: linear-gradient(158.29deg, #00a663 19.06%, #00ae92 86.75%);
    color: #fff
}

.page-service .features-section .features-list .block+.block+.block+.block+.block {
    background: linear-gradient(316.56deg, #101a78 0, #59009e 100%);
    color: #fff
}

.page-service .features-section .features-list .block+.block+.block+.block+.block+.block {
    background: linear-gradient(158.29deg, #00a663 19.06%, #00ae92 86.75%);
    color: #262626
}

.page-service .features-information .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-service .features-information .row .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    width: 50%
}

.page-service .features-information .row .block h4 {
    margin-bottom: 40px
}

.page-service .features-information .row ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative
}

.page-service .features-information .row ul li:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(316.53deg, #ff6535 0, #f79933 100%);
    content: '';
    border-radius: 50%;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px
}

.page-contact {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-contact .wrap {
    margin: 280px auto 0;
    max-width: 1430px
}

.page-contact .wrap h1 {
    margin-bottom: 20px
}

.page-contact .wrap p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #f58a1f;
    color: #f58a1f;
    padding-left: 30px
}

.page-contact .row {
    -webkit-box-align: wrap;
    -ms-flex-align: wrap;
    align-items: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-contact .row .col {
    -webkit-box-align: wrap;
    -ms-flex-align: wrap;
    align-items: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 100px;
    width: calc(50% - 20px)
}

.page-contact .row .foto {
    width: 40%
}

.page-contact .row .foto img {
    display: block;
    width: 100%
}

.page-contact .row .location {
    box-sizing: border-box;
    padding-left: 20px;
    max-width: 260px
}

.page-contact .row .location strong {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase
}

.page-contact .row .location h3 {
    font-size: 20px;
    text-transform: uppercase
}

.page-contact .row .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px
}

.page-contact .row .info li {
    margin-bottom: 10px
}

.page-contact .row .info li small {
    display: inline-block;
    text-transform: uppercase;
    min-width: 80px
}

.page-contact .row .info li a {
    color: #f58a1f
}

.page-case-studies {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-case-studies .case-studies-grid {
    margin: 0 auto;
    max-width: 1280px
}

.page-case-studies .case-studies-grid .mobile-show {
    display: none
}

@media screen and (max-width:991px) {
    .page-case-studies .case-studies-grid .desktop-show {
        display: none
    }

    .page-case-studies .case-studies-grid .mobile-show {
        display: block
    }
}

.page-case-studies .row:nth-child(even) {
    direction: rtl
}

.page-case-studies .row:nth-child(even) .info {
    direction: ltr
}

.page-case-studies .row:nth-child(even) .info:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 15px solid #f5f5f5;
    border-left: 0;
    content: '';
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: auto;
    left: -15px
}

.page-case-studies .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-case-studies .row .col {
    width: 50%
}

.page-case-studies .row .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 80px;
    position: relative
}

.page-case-studies .row .info:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #f5f5f5;
    content: '';
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: -15px
}

.page-case-studies .row .published {
    display: block;
    font-size: 12px;
    letter-spacing: .3pt;
    margin-bottom: 10px;
    text-transform: uppercase
}

.page-case-studies .row h3 {
    font-size: 24px
}

.page-case-studies .row h3 a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.page-case-studies .row h3 a:hover {
    color: #f58a1f
}

.page-case-studies .row .foto {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    padding-bottom: 60%;
    width: 100%
}

.page-case-studies .row .learn-more {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f58a1f;
    color: #f58a1f;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    line-height: 40px;
    padding: 0 40px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.page-case-studies .row .learn-more:hover {
    background-color: #f58a1f;
    color: #fff
}

.page-post .wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1080px;
    width: 100%;
    z-index: 2
}

.page-post .wrap h1 {
    font-size: 48px;
    margin-bottom: 20px;
    max-width: 80%
}

.page-post .wrap p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f58a1f
}

.page-post .aritcle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1080px;
    width: 100%
}

.page-post .aritcle .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.page-post .aritcle .smaller {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    max-width: 30%
}

.page-post .aritcle .smaller strong {
    display: block;
    margin-bottom: 20px
}

.page-post .aritcle .smaller ul {
    margin-top: 0
}

.page-post .aritcle .smaller ul li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style-type: none;
    list-style-position: inside
}

.page-post .aritcle .col {
    width: 70%
}

.page-post .aritcle .intro {
    margin-bottom: 100px
}

.page-post .aritcle img {
    display: block;
    height: auto;
    margin-bottom: 40px;
    width: 100%
}

.page-post .aritcle p {
    margin-bottom: 20px
}

.page-post .aritcle ul {
    margin: 40px auto;
    padding: 0
}

.page-post .aritcle ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px
}

.page-post .aritcle ul li ul {
    box-sizing: border-box;
    margin: 10px 0;
    padding-left: 20px
}

.page-post .aritcle ol {
    margin: 40px auto;
    padding: 0
}

.page-post .aritcle ol li {
    list-style-position: inside;
    margin-bottom: 10px
}

.page-events {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-events .block {
    margin-bottom: 70px
}

.page-events .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.page-events .row .col {
    box-sizing: border-box;
    width: 50%
}

.page-events .row .information {
    box-sizing: border-box;
    padding-right: 40px
}

.page-events .row .published {
    display: block;
    font-size: 15px;
    letter-spacing: .3pt;
    margin-bottom: 20px;
    text-transform: uppercase
}

.page-events .row .foto {
    height: auto
}

.page-events .row .foto img {
    display: block;
    height: auto;
    width: 100%
}

.page-events .row h3 a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.page-events .row h3 a:hover {
    color: #f58a1f
}

.page-events .row p a {
    color: #f58a1f;
    -webkit-transition: .2s;
    transition: .2s
}

.page-events .row p a:hover {
    text-decoration: none;
    opacity: .5
}

.page-events .row .foto {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    width: 100%
}

.page-events .row .learn-more {
    color: #f58a1f;
    display: block;
    font-size: 15px;
    font-weight: 900
}

.page-events .row .learn-more:hover {
    text-decoration: none
}

.page-post .banner {
    color: #fff;
    margin-bottom: 60px
}

.page-post .banner ul {
    margin-top: 40px
}

.page-post .banner ul li {
    box-sizing: border-box;
    background: url(../img/icons/check.svg) left top 0 no-repeat;
    background-size: 20px auto;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px
}

.page-post .wrap h1 {
    font-size: 48px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%
}

.page-post .wrap p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f58a1f
}


.page-post .aritcle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px 100px;
    max-width: 1080px;
    width: 100%
}

.page-post .aritcle .smaller {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    max-width: 30%
}

.page-post .aritcle .smaller strong {
    display: block;
    margin-bottom: 20px
}

.page-post .aritcle .smaller ul {
    margin-top: 0
}

.page-post .aritcle .smaller ul li {
    font-size: 16px;
    line-height: 1.6;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 10px
}

.page-post .aritcle .col {
    width: 70%
}

.page-post .aritcle .intro {
    margin-bottom: 100px
}

.page-post .aritcle .intro .col {
    width: 100%
}

.page-post .aritcle img {
    display: block;
    height: auto;
    margin-bottom: 40px;
    width: 100%
}

.page-post .aritcle h3 {
    font-size: 24px;
    text-transform: capitalize
}

.page-post .aritcle p {
    margin-bottom: 20px
}

.page-post .aritcle ul {
    margin: 20px auto;
    padding: 0
}

.page-post .aritcle ol {
    margin: 20px auto;
    padding: 0
}

.page-post .aritcle ol li {
    line-height: 1.6;
    list-style-position: inside;
    margin-bottom: 10px
}

.partnership-page .row .foto {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% auto
}

@media screen and (max-width:1580px) {
    header {
        padding: 20px 40px
    }

    header.scrolled {
        padding: 10px 40px
    }

    .banner h1 {
        font-size: 50px
    }
}

@media screen and (max-width:1440px) {
    header .navigation li {
        margin-left: 30px
    }

    header .navigation a {
        font-size: 14px;
        margin-left: 10px
    }

    header .navigation .menu-item-has-children .sub-menu {
        left: 10px;
        padding-top: 40px
    }

    header .navigation .menu-item-has-children .sub-menu li a {
        font-size: 14px
    }

    .banner .centered {
        padding-left: 4px
    }

    .banner h1 {
        font-size: 50px;
        margin-bottom: 15px
    }

    .banner h4 {
        letter-spacing: .1em;
        margin-bottom: 40px
    }

    .banner .owl-dots {
        left: 14px;
        bottom: 40px
    }

    .sucess-section {
        padding-bottom: 50px
    }

    .sucess-section .block {
        height: 237px;
        margin: 0 10px 10px 0;
        padding: 25px;
        min-width: 237px;
        width: 237px
    }

    .sucess-section .block.wide {
        height: 237px;
        min-width: 422px;
        width: 422px
    }

    .awards-section .row {
        display: none
    }

    .awards-section .row {
        display: flex;
        justify-content: space-between
    }

    .map-section {
        padding-bottom: 70px;
        overflow: hidden
    }

    .map-section .map svg {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    .inner-page .inner-content-wrap strong {
        font-size: 20px
    }

    .page-contact .row .info p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1420px) {
    header {
        padding: 20px 30px
    }

    header.scrolled {
        padding: 5px 30px
    }

    header .navigation li {
        margin-left: 15px
    }

    header .navigation a {
        font-size: 14px
    }

    header .navigation .menu-item-has-children .sub-menu {
        padding-top: 40px
    }

    header .navigation .menu-item-has-children .sub-menu li a {
        font-size: 14px
    }
}

@media screen and (max-width:1366px) {
    header .navigation .menu-item-has-children .sub-menu:before {
        max-height: 400px;
        padding: 30vh 9999px
    }

    .container {
        padding: 0 30px
    }

    .banner .owl-dots {
        left: 60px
    }

    .featrues-accordion .item {
        padding: 80px 30px
    }

    .sucess-section {
        padding: 60px 30px
    }
}

@media screen and (max-width:991px) {
    #wave {
        display: none
    }

    .container {
        padding: 0 15px
    }

    h1 {
        font-size: 32px !important
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    p {
        font-size: 14px
    }

    .button {
        font-size: 14px;
        line-height: 50px
    }

    header {
        padding: 10px 15px;
        transition: none
    }

    header.scrolled {
        padding: 10px 15px
    }

    header .logo {
        height: 40px;
        width: 150px;
        transition: none
    }

    header .navigation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #042453;
        height: 100%;
        padding-top: 40px;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    header .navigation.visible {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .navigation li {
        display: block;
        margin-left: 15px;
        margin-bottom: 15px
    }

    header .navigation a {
        transition: none
    }

    header .navigation .menu-item-has-children .sub-menu {
        display: none;
        padding: 20px 20px 5px;
        position: relative;
        opacity: 1;
        visibility: visible
    }

    header .navigation .menu-item-has-children .sub-menu li {
        background-color: transparent;
        margin-bottom: 5px;
        padding: 5px !important
    }

    header .navigation .menu-item-has-children:hover .sub-menu {
        display: block
    }

    header .navigation #menu-item-374 .sub-menu {
        display: none
    }

    header .navigation #menu-item-374 .sub-menu li {
        background-color: transparent
    }

    header .navigation #menu-item-374:hover .sub-menu {
        display: block
    }

    header .menu-trigger {
        display: block;
        transition: none
    }

    .banner {
        height: 85vh
    }

    .banner .slidenumber-1 {
        background-position: left 50% top 30%;
        background-size: 95% auto
    }

    .banner .slidenumber-2 {
        background-position: right 50% top 30%;
        background-size: 60% auto
    }

    .banner .slidenumber-3 {
        background-position: right 50% top 30%;
        background-size: 80% auto
    }

    .banner .slidenumber-4 {
        background-position: right 50% top 30%;
        background-size: 70% auto
    }

    .banner .slidenumber-5 {
        background-position: right 50% top 30%;
        background-size: 80% auto
    }

    .banner .slider {
        align-items: flex-end
    }

    .banner .centered {
        padding-left: 0;
        padding-bottom: 100px;
        text-align: center;
        max-width: 100%
    }

    .banner h1 {
        font-size: 28px !important;
        margin-bottom: 10px;
        text-align: center
    }

    .banner h4 {
        font-size: 14px;
        letter-spacing: .3em;
        margin-bottom: 30px
    }

    .banner .owl-dots {
        left: 50%;
        bottom: 30px;
        transform: translate3d(-50%, 0, 0)
    }

    .featrues-accordion .item {
        padding: 30px 15px
    }

    .featrues-accordion .item .illustration {
        background-position: center;
        background-size: cover;
        width: 50%
    }

    .featrues-accordion .item .plus {
        right: 15px
    }

    .sucess-section {
        padding: 30px 15px
    }

    .sucess-section h2 {
        margin-bottom: 20px
    }

    .sucess-section .col {
        margin-bottom: 10px;
        width: 100%
    }

    .sucess-section .col:nth-child(4) {
        width: 100%
    }

    .sucess-section .col:nth-child(5) {
        width: 100%
    }

    .sucess-section .col .block {
        height: 250px;
        padding: 40px
    }

    .sucess-section .block.wide {
        height: 150px
    }

    .sucess-section .button {
        display: block;
        margin: 0 auto
    }

    .awards-section {
        padding: 60px 0
    }

    .awards-section .row .col {
        width: 100%
    }

    .awards-section .row .col .block {
        display: block
    }

    .awards-section .row .col .partner-logo {
        max-width: 100%
    }

    .awards-section .row .col .info {
        padding: 25px 15px
    }

    .map-section {
        display: none;
        padding: 0
    }

    footer .socials li {
        margin: 0;
        margin-right: -4px
    }

    footer .f-nav ul {
        flex-wrap: wrap
    }

    footer .f-nav ul li {
        text-align: center;
        width: 100%
    }

    footer .f-nav ul li a {
        text-align: center
    }

    footer .f-nav li {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }

    footer .f-nav li .sub-menu li a {
        text-align: center
    }

    .inner-page {
        margin-top: 0
    }

    .inner-page .banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 140px 0 60px;
        background-position: right center
    }

    .inner-page .banner .container .wrap h1 {
        max-width: 100%
    }

    .inner-page .banner .container .wrap p {
        font-size: 14px;
        max-width: 100%;
        padding-left: 10px
    }

    .inner-page .inner-content-wrap {
        padding: 60px 15px 30px
    }

    .inner-page .inner-content-wrap strong {
        font-size: 18px;
        margin-bottom: 40px
    }

    .row {
        display: block
    }

    .page-company .row {
        margin-bottom: 0
    }

    .page-company .col {
        margin-bottom: 10px;
        width: 100%
    }

    .page-company .description {
        padding-right: 0
    }

    .page-events .block {
        margin-bottom: 40px
    }

    .page-events .row {
        display: block
    }

    .page-events .row .published {
        font-size: 12px;
        margin-bottom: 10px
    }

    .page-events .row .foto {
        margin-bottom: 20px
    }

    .page-events .row .col {
        width: 100%
    }

    .page-post .wrap {
        margin: 60px 0 0;
        position: relative;
        z-index: 2
    }

    .page-post .wrap h1 {
        max-width: 100%
    }

    .page-post .aritcle {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }

    .page-post .aritcle .row {
        display: block;
        margin-bottom: 30px
    }

    .page-post .aritcle .intro {
        margin-bottom: 40px
    }

    .page-post .aritcle .intro img {
        margin-top: 20px
    }

    .page-post .aritcle .col {
        width: 100%
    }

    .page-post .aritcle .col.smaller {
        padding-right: 0;
        max-width: 100%
    }

    .page-global-delivery .block .info {
        margin: 0;
        padding: 15px 0
    }

    .page-global-delivery .block .info strong {
        margin-bottom: 5px
    }

    .page-global-delivery .block .info h3 {
        margin-bottom: 5px;
        max-width: 100%
    }

    .page-global-delivery .block:nth-child(even) .foto {
        margin: 0
    }

    .page-global-delivery .block:nth-child(even) .info {
        margin: 0;
        padding: 15px 0
    }

    .page-service .features-section .features-list {
        display: block
    }

    .page-service .features-section .features-list .block {
        padding: 60px 15px;
        width: 100%
    }

    .page-service .features-section .features-list .block .icon {
        top: 30px;
        right: 15px
    }

    .page-service .features-information .row {
        display: block
    }

    .page-service .features-information .row .block {
        width: 100%
    }

    .page-case-studies .row {
        display: block !important
    }

    .page-case-studies .row .col {
        width: 100%
    }

    .page-case-studies .row .foto {
        padding-bottom: 60%
    }

    .page-case-studies .row .info {
        padding: 20px
    }

    .page-case-studies .row .info:before {
        display: none
    }

    .page-contact .wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 120px 0 40px;
        padding: 0 15px
    }

    .page-contact .inner-content-wrap {
        padding-top: 40px
    }
   
    .page-contact .row {
        margin-bottom: 20px
    }

    .page-contact .row .col {
        display: block;
        margin-bottom: 20px;
        width: calc(50% - 10px)
    }

    .page-contact .row .foto {
        height: auto;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%
    }

    .page-contact .row .foto img {
        display: block;
        height: auto;
        width: 100%
    }

    .page-contact .row .location {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    .page-contact .row .info {
        padding: 0;
        width: 100%
    }

    .page-contact .row .info h3 {
        margin-bottom: 10px
    }

    .page-contact .row .info p {
        font-size: 12px;
        margin-bottom: 20px
    }

    @media screen and (max-height:480px) {
        .banner {
            height: 100vh
        }

        .banner .centered {
            padding-bottom: 60px
        }

        .banner h1 {
            font-size: 24px !important
        }

        .banner .owl-dots {
            bottom: 10px
        }
    }

    @media screen and (max-height:568px) {
        .banner {
            height: 100vh
        }

        .banner .centered {
            padding-bottom: 60px
        }

        .banner h1 {
            font-size: 24px !important
        }

        .banner .owl-dots {
            bottom: 10px
        }
    }
}

.white-paper-details {
    box-sizing: border-box
}

.white-paper-details .banner {
    height: 300px
}

.white-paper-details .head {
    border-bottom: 1px solid #0b1d41;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%
}

.white-paper-details .head .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px 100px;
    max-width: 1080px;
    width: 100%
}

.white-paper-details h1 {
    box-sizing: border-box;
    font-size: 48px;
    max-width: 100%
}

.white-paper-details .columns {
    display: block
}

.white-paper-details .form-wrap {
    box-sizing: border-box;
    background-color: #0b1d41;
    padding: 60px
}

.white-paper-details .form-wrap h4 {
    color: #fff
}

.white-paper-details .form-wrap .hs-input {
    background-color: #fff !important
}

@media screen and (max-width:991px) {
    .white-paper-details .form-wrap {
        margin-bottom: 40px;
        padding: 20px
    }
}
