@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    font-family: 'Galano Grotesque';
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background: #181818;
    font-weight: 300;
}

.main-outercon {
    position: relative;
    width: 100%;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Galano Grotesque';
    font-weight: 300;
}

h1 {
    font-size: 50px;
    line-height: 68px;
    margin: 0 0 72px;
}

h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
}

h3 {
    font-size: 40px;
    line-height: 48px;
}

h4 {
    font-size: 35px;
    line-height: 47px;
    margin: 0 0 45px;
}

h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    padding: 0 0 20px;
    font-family: 'Galano Grotesque';
}



a {
    color: #FF5100;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
    color: #94B3AC;
}

img,
a img {
    /*max-width: 100%;*/
    /*max-height: 100px;*/
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

strong {
  font-weight: 700;
}
button:focus{
    outline: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea {
    width: auto;
    height: auto;
    border: none;
    border-bottom: 2px dotted #404447;
    padding: 0;
    font-size: 20px;
    font-family: 'Galano Grotesque';
    font-weight: 600;
    color: #FF5100;
    background: none;
    border-radius: 0;
    text-transform: none;
    margin: 0;
    text-align: center;
}
textarea {
  height: 185px;
  padding: 17px 28px;
  resize: none;
}
.btn,button,input[type="submit"] {
    width: auto;
    height: 40px;
    float: left;
    background: #FF5100;
    font-size: 22px;
    color: #ffffff;
    font-family: 'Galano Grotesque';
    font-weight: 700;
    padding: 0 17px;
    border: none;
    text-align: center;
    line-height: 40px;
    position: relative;
    border-radius: 0;
    outline: none;
    text-transform: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover,.btn:focus, .btn:active,button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus {
    border: none;
    color: #ffffff;
    box-shadow: none;
    background: #575756;
    outline: none;
}
.btn.dark-btn{
    background: #404447;
    color: #ffffff;
    padding: 0 60px 0 20px;
}
.btn.dark-btn:after {
    position: absolute;
    right: 25px;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
}
.btn.dark-btn:hover, .btn.dark-btn:focus, .btn.dark-btn:active{
    background: #D9ADAC;
    color: #ffffff;
}
.btn i {
    font-size: 16px;
    padding-left: 17px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
::-webkit-input-placeholder {
    color: #FF5100;
    opacity: 1;
}
:-moz-placeholder {
    color: #FF5100;
    opacity: 1;
}
::-moz-placeholder {
    color: #FF5100;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #FF5100;
    opacity: 1;
}

.project-image img{
    max-width: 100%;
}

.link-btn {
    width: auto;
    height: auto;
    float: left;
    height: auto;
    font-size: 20px;
    color: #020447;
    position: relative;
    font-size: 16px;
    font-family: 'Galano Grotesque';
    font-weight: 500;
    background: none;
    border: none;
    padding: 0 0 5px 0;
    outline: none;
}
.link-btn:hover {
    color: #23cc7b;
}
.link-btn:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #23cc7b;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.link-btn:hover:after {
    width: 15%;
}

/*-----bootstrap style reset-----*/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px;
  }
}

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


ul.logo-list img {
    max-width: 280px;
}


/*-----bootstrap style reset-----*/
.main-outercon {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.content-section {
    width: 100%;
    height: auto;
}

/*header-section*/
.header-container {
    width: 100%;
    height: auto;
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 70px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.fixed .header-container {
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
            box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    padding: 37px 0 35px;
}
.header-container .btn {
    font-size: 12px;
    position: absolute;
    padding: 0 15px;
    right: 0;
    height: 34px;
    line-height: 34px;
    bottom: 55px;
}
.header-container .btn span {
    font-weight: 300;
}
.fixed .header-container .btn {
    bottom: 35px;
}
.header-wrap {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
     -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
             justify-content: space-between;
    position: relative;
}

.header-container .logo-outer {
    width: 100%;
    height: auto;
    float: left;
    max-width: 240px;
}
.logo-outer img {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.logo-outer img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.fixed .logo-outer img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.fixed .logo-outer img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    display: block;
}
.nav-trigger {
    width: auto;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     -webkit-justify-content: center;
       -moz-justify-content: center;
            justify-content: center;
    font-size: 13px;
    font-family: 'Galano Grotesque';
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 9px;
}
.nav-trigger span {
    width: 28px;
    height: 4px;
    background: #FF5100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border-radius: 1px;
    position: relative;
}

.nav-trigger span:nth-child(1) {}

.nav-trigger span:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
}

.nav-trigger span:nth-child(3) {
    margin-top: 5px;
    right: 0;
    float: right;
}

.nav-trigger.highlight span:nth-child(1) {
    opacity: 0;
}
.nav-trigger.highlight span {
    background: #FF5100;
    height: 5px;
}
.nav-trigger.highlight span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    margin-top: 0px;
}
.nav-trigger.highlight span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    margin-top: -2px;
}
.nav-trigger.highlight span.label {
    background: none;
}
.main-nav {
    width: auto;
    list-style: none;
    position: relative;
    top: 15px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.fixed .main-nav {
    top: 27px;
}
.main-nav li {
    width: auto;
    display: inline-block;
    margin: 0 12px;
    position: relative;
}
.main-nav li a {
    width: auto;
    font-size: 16px;
    font-family: 'Galano Grotesque';
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 0 0 19px;
    text-transform: none;
    position: relative;
}
.main-nav li a.active {
    color: #FF5100;
}
.fixed .main-nav > li > a {
    color: #575756;
    padding: 0 0 30px;
}
.main-nav li:hover > a,.main-nav > li.active > a,.main-nav li a:focus {
    color: #FF5100;
}
.main-nav > li > a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    background: #FF5100;
    height: 8px;
    width: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    right: 0;
    margin: 0 auto;
}
.main-nav > li:hover > a:before {
    width: 100%;
}
.main-nav li ul {
    position: absolute;
    width: 207px;
    left: 0;
    top: 100%;
    background: #ffffff;
    padding: 12px 0;
    margin: 8px 0 0;
    border: none;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
}
.main-nav li:hover ul {
    visibility: visible;
    opacity: 1;
}
.main-nav li ul li {
    width: 100%;
    position: relative;
    line-height: 44px;
    margin: 0;
}
.main-nav li ul li:last-child {
    padding: 0;
}
.main-nav li ul li a {
    color: #575756;
    position: relative;
    padding: 0 10px 0 25px;
}
.main-nav li ul li a:before {
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    background: #FF5100;
    height: 0;
    width: 8px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.main-nav li ul li:hover > a:before,.main-nav li ul li.active > a:before {
    opacity: 1;
    width: 8px;
    height: 45px;
}
.main-nav li ul li:hover a,.main-nav li ul li.active > a,.main-nav li ul li a:focus {
    color: #FF5100;
}

/*Header Section*/


.title-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    -webkit-justify-content: center;
       -moz-justify-content: center;
            justify-content: center;
}
.title-wrap span {
    color: #FF5100;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 0 0 7px;
}
.title-wrap h1 span {
    color: #fff !important;
    font-size: unset;
    font-weight: unset;
}


/*Banner Section*/

.banner-outerblk {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../images/ak-code.svg)no-repeat center center;
    margin: 200px 0 0;
}
.banner-outerblk .title-wrap {
    display: inline-block;
}
.banner-outerblk .title-wrap.topwrap {
    padding-top: 80px;
    padding-right: 30px;
    min-height: 485px;
}
.banner-image {
    width: 953px;
    height: 449px;
    position: absolute;
    top: 0;
    right: 0;
}
.banner-outerblk ul {
    width: 101.8%;
    margin-left: -1.8%;
    list-style-type: none;
}
.banner-outerblk ul li {
    width: 31.5%;
    margin-left: 1.8%;
    float: left;
    height: 20px;
    background: #efcefc;
    height: 533px;
    position: relative;
    z-index: 9;
}
.overlay-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 295px;
    padding: 40px;
    background: -moz-linear-gradient(top,  rgba(100,100,100,0) 0%, rgba(24,24,24,0.95) 100%);
    background: -webkit-linear-gradient(top,  rgba(100,100,100,0) 0%,rgba(24,24,24,0.95) 100%);
    background: linear-gradient(to bottom,  rgba(100,100,100,0) 0%,rgba(24,24,24,0.95) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-justify-content: flex-end;
            justify-content: flex-end;
     -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.overlay-content span {
    font-size: 24px;
    display: inline-block;
    margin: 0 0 15px;
}
.overlay-content .btn {
    font-size: 18px;
    width: auto !important;
    height: auto !important;
}
.overlay-content .btn i {
    padding-left: 10px;
}
.overlay-content .employee-email {
    background-color: #FF5100;
    padding: 10px 15px;
    font-weight: bold;
}
.banner-outerblk.grid-block {
    background: none;
    margin: 0 0 15px;
    min-height: 580px;
}
.text-blok {
    width: 100%;
    padding: 50px 220px 0 0;
}
.text-blok p {
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 50px;
}
.text-blok h5 {
    line-height: 32px;
    margin: 0 0 15px;
}
.text-blok.small {
    padding-right: 50px;
}
.text-blok.small p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px;
}
.grid-block .banner-image {
    height: 450px;
}
.altwrap {
    width: 100%;
    padding: 110px 0;
}
.altwrap.solutions {
    padding: 200px 0 110px;
}
.banner-outerblk.grid-block .title-wrap.topwrap {
    min-height: 450px;
    position: relative;
}
.banner-outerblk.grid-block .title-wrap.topwrap:before,.text-blok:after {
    position: absolute;
    content: "";
    background: url(../images/hand.svg)no-repeat center center;
    width: 48px;
    height: 44px;
    right: 100px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
}
.text-blok:after {
    top: -64px;
}
.text-blok.small:after {
    display: none;
}
.img-first.grid-block .title-wrap.topwrap:before {
    display: none;
}
.img-first.grid-block .banner-image {
    width: 953px;
    height: 597px;
    left: 0;
    right: inherit;
}
.img-first.grid-block .banner-image.solution-image {
    width: 953px;
    height: 450px;
    left: 0;
    right: inherit;
}
.img-first.grid-block .title-wrap.topwrap {
    padding-left: 140px;
    padding-right: 0;
}
.grid-block .title-wrap.topwrap h2 {
    margin: 0 0 20px;
}
.img-first.grid-block .title-wrap.topwrap p {
    padding: 0 0 45px;
}
.imgtxt-block {
    width: 100%;
    position: relative;
    margin: 100px 0 200px;
}
.imgtxt-block.contact {
    width: 100%;
    position: relative;
    margin: 100px 0 50px;
}
.imgtxt-block.home {
    width: 100%;
    position: relative;
    margin: 100px 0 0;
}
.text-wrap {
    width: 100%;
    background: #ffffff;
    padding: 150px 0 70px 180px;
    color: #575756;
    position: relative;
    float: left;
    min-height: 824px;
}
.text-wrap:after {
    position: absolute;
    left: 100%;
    content: "";
    width: 2000px;
    background: #ffffff;
    top: 0;
    height: 100%;
}
.text-wrap:before {
    position: absolute;
    right: 100%;
    content: "";
    width: 50px;
    background: #ffffff;
    top: 0;
    height: 100%;
}
.text-wrap span {
    color: #FF5100;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 0 0 12px;
}
.text-wrap h4 {
    margin: 0 0 40px;
}
.text-wrap p {
    color: #575756;
    line-height: 40px;
    font-weight: 400;
}
.text-wrap ul {
    list-style-type: none;
    margin: 0 0 55px;
}
.text-wrap ul li {
    font-weight: 700;
    line-height: 50px;
    padding-left: 34px;
    background: url(../images/listbg.svg)no-repeat left center;
}
.imgtxt-block.rightblk {
    margin-top: 90px;
}
.image-wrap {
    width: 50%;
    height: 600px;
    position: absolute;
    top: 135px;
    left: 0;
}
.img-slider {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
}
.img-slider .single-slide {
    height: 600px;
}
.rightblk .image-wrap {
    left: inherit;
    right: 0;
}
.rightblk .text-wrap {
    padding: 135px 220px 0 0;
}
.rightblk .text-wrap:before {
    width: 2000px;
}
.rightblk .text-wrap:after {
    width: 40px;
}
.banner-outerblk.gridbox {
    background: none;
    margin: 180px 0 140px;
}
.slider-block {
    width: 100%;
    background: url(../images/potloden.svg)no-repeat center center;
}
.slider-block .title-wrap {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slider-block .title-wrap h2 {
    width: 100%;
    margin: 0 0 15px;
}
.img-overlap {
    position: absolute;
    bottom: 100%;
    left: 90px;
}
.carousel-wrap,.slider-block .container-fluid .title-wrap {
    margin-left: calc((100% - 1370px) / 2 );
}
.slider-block .container-fluid .title-wrap {
    margin-top: 90px;
}
.carousel-wrap .slick-list {
    margin: 0 -13px;
    padding-right: 255px !important;
}
.carousel-wrap .slick-slide {
    margin: 0 13px;
    height: 535px;
    position: relative;
}
.carousel-wrap .slick-slide:before {
    position: absolute;
    left: 0;
    content: "";
    background: -moz-linear-gradient(top,  rgba(100,100,100,0) 0%, rgba(24,24,24,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(100,100,100,0) 0%,rgba(24,24,24,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(100,100,100,0) 0%,rgba(24,24,24,0.65) 100%);
    width: 100%;
    top: 0;
    height: 100%;
}
.slider-block .container-fluid,.slider-block .col-md-12 {
    padding: 0;
}
.slider-block .row {
    margin: 0;
}
.logos-ovr {
    width: 100%;
    bottom: 55px;
    text-align: center;
    position: absolute;
}
.logos-ovr img {
    display: inline-block !important;
    width: auto;
    height: 111px;
}
.page-error { padding-top: 20vh;}
.info-box {
    width: 100%;
    padding: 100px 0 35px;
}
.image-round {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 30px;
}
.image-round img { width: 100%;}
.info-box h6 {
    font-weight: 700;
    margin: 0 0 10px;
}
.info-box p {
    line-height: 30px;
}
.info-box span {
    display: inline-block;
    background: #575756;
    font-style: italic;
    width: 130px;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
}
.info-box span strong {
    display: block;
    font-style: normal;
}
.mapbox {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    overflow: hidden;
    padding-top: 31.25%;
}
.mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-outr {
    width: 100%;
    background: url(../images/ak-code.svg)no-repeat center center;
    margin: 200px 0 0;
}
.banner-outr .img-first.grid-block .banner-image {
    height: 600px;
}
.banner-outr .img-first.grid-block .title-wrap.topwrap {
    min-height: 600px;
}
.inner .imgtxt-block {
    margin: 100px 0;
}
.inner .altwrap {
    padding: 60px 0 0;
}
.inner .info-box {
    padding: 80px 0 40px;
}
.inner .imgtxt-block.mapblk {
    margin: 0;
}
.inner .altwrap .info-box {
    padding: 140px 0 45px;
}
.altwrap .info-box > p {
    line-height: 22px;
}
.altwrap .info-box p strong{
    font-weight: 600;
    line-height: 40px;
}
.altwrap .info-box p a {
    color: #FF5100;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.altwrap .info-box ul.social-icons {
    margin: 25px 0 45px;
    position: relative;
}
.altwrap .info-box ul.social-icons:before {
    position: absolute;
    content: "";
    background: url(../images/hand.svg)no-repeat center center;
    width: 48px;
    height: 44px;
    left: 100px;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.banner-outr .grid-block .title-wrap.topwrap p {
    padding: 0 0 22px;
}
.banner-outr .grid-block .title-wrap.topwrap:before {
    top: 0;
}
.inner .grid-block .title-wrap.topwrap:before {
    right: 250px;
}
.mapblk span.credits {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0;
    width: 63%;
    font-weight: 300;
    color: #fff;
}
.inner .image-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mapblk .text-wrap {
    padding-top: 220px;
}
.mapblk .text-wrap h4 {
    font-weight: 600;
    margin: 0 0 2px;
}
.text-wrap .inline-form {
    font-size: 32px;
    line-height: 47px;
}
.text-wrap .inline-form span {
    color: #575756;
    font-weight: 300;
    font-size: 35px;
    display: inline-block;
    margin: 0;
    line-height: 40px;
    position: relative;
    top: -7px;
}
.form-input, .form-input--no-js {
    position: relative;
    min-width: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #FF5100;
    cursor: text;
}
.text-wrap .inline-form .form-input {
    color: #FF5100;
    font-size: 20px;
    font-weight: 600;
    padding: 0 45px;
    outline: none !important;
}
.text-wrap .inline-form .form-input.large {
    min-width: 420px;
}
.text-wrap .contact-form .btn {
    margin: 25px 0 0;
}
.text-wrap .contact-form .btn i {
    position: relative;
    right: 5px;
}
.text-wrap .contact-form .btn:hover,.text-wrap .contact-form .btn:focus {
    color: #ffffff;
    background: #575756;
}
.text-wrap .contact-form .btn:hover i {
    right: -5px;
}
.form-input--no-js:empty:before, .form-input:empty:before {
    content: attr(data-placeholder);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.form-input--no-js:after, .form-input:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-bottom: 3px dotted #575756;
}
.contact-form .hidden {
    display: none !important;
}
form-input:focus {
    outline: none;
}

.nav-arrow {
    width: 90px;
    float: right;
    position: relative;
    top: 165px;
    z-index: 99;
}
.slick-prev,
.slick-next {
    width: 40px;
    font-size: 0;
    line-height: 0;
    display: block !important;
    min-width: 0;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    background: #FF5100;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.slick-prev {
    float: left;
}
.slick-next {
    float: right;
}
.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus {
    background: #FF5100;
    outline: none;
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before{
    position: absolute;
    right: 0;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin: 0 auto;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
}
.slick-next:before{
    position: absolute;
    right: 0;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin: 0 auto;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
}

/*Footer Section*/
.footer-container {
    width: 100%;
    height: auto;
    position: relative;
}
.footer-top {
    width: 100%;
    position: relative;
    padding: 110px 0 0;
    background: url(../images/belleblaas.png)no-repeat center center;
}
.footer-top ul.logo-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
    list-style-type: none;
    margin: 20px 0 110px;
}
span.credits {
    font-size: 32px;
    display: inline-block;
    line-height: 43px;
    vertical-align: middle;
    margin: 0 0 25px;
}
span.credits img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footer-top address {
    margin: 0 0 15px;
}
.footer-top a.phone {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 90px;
    display: inline-block;
}
ul.social-icons {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 30px 0 25px;
    padding: 0
}
ul.social-icons li {
    margin: 0 4px;
}
ul.social-icons li a {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #fff
}
ul.social-icons li a i {
    color: #181818;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
ul.social-icons li a:hover {
    background: #FF5100
}
ul.social-icons li a:hover i {
    color: #ffffff;
}
a.logos img {
    width: 135px;
}
.footer-bottom {
    width: 100%;
    background: #ffffff;
    padding: 17px 0;
}
.footer-bottom p {
    color: #575756;
    font-size: 14px;
    padding: 0;
}
.footer-bottom p a {
    color: #575756;
}
.footer-bottom p a:hover,.footer-top a.phone:hover {
    color: #FF5100;
}
