@font-face {
    font-family: 'avenir';
    src: url("../fonts/Avenir.ttc");
}
@font-face {
    font-family: 'avenir-medium';
    src: url("../fonts/Avenir-Medium.otf");
}
@font-face {
    font-family: 'avenir-black';
    src: url("../fonts/Avenir-Black.ttf");
}
@font-face {
    font-family: 'avenir-book';
    src: url("../fonts/Avenir-Book.ttf");
}
@font-face {
    font-family: 'avenir-heavy';
    src: url("../fonts/Avenir-Heavy.ttf");
}
html {
    box-sizing: border-box;
    font-size: 62.5%}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: "avenir-book", sans-serif;
    font-size: 2.2rem;
    color: #4f555b;
    background: #ffffff;
}
html, body {
    height: 100%}
@media (min-width: 768px) {
    html .body-wrapper, body .body-wrapper {
    max-width: 1350px;
    margin: 0 auto;
}
.hidden-middle {
    display: none;
}
.hidden-large {
    display: block;
}
}@media (min-width: 2000px) {
    .hidden-middle {
    display: block;
}
.hidden-large {
    display: none;
}
}img {
    margin: 0;
}
.section-title {
    font-family: 'avenir-black',  sans-serif;
    font-size: 4rem !important;
}
.black {
    font-family: 'avenir-black',  sans-serif;
}
.error {
    font-family: 'quicksand-regular',  sans-serif;
    font-size: 1.4rem;
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    margin-left: 0;
    margin-top: -32px;
    padding: 4px 12px;
    position: absolute;
}
.error:before {
    border-color: #BC1010 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: 16px;
    position: absolute;
    top: 28px;
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ceced1;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    overflow-y: initial !important;
    opacity: 0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}
.modalDialog .content-modal {
    height: 600px;
    position: relative;
    margin: 1% 29%;
    text-align: center;
    font-size: 1.6rem;
    background: #4f555b;
}
.modalDialog .content-modal h2 {
    text-align: left;
    padding: 6rem 0 2rem 0;
    margin: 0 80px;
    color: #ffffff;
    border-bottom: 1.5px solid #898b90;
    line-height: 2.5rem;
    font-size: 2rem;
    letter-spacing: 4px;
    font-family: 'avenir-black',  sans-serif;
}
.modalDialog .content-modal .body-modal {
    height: 290px;
    margin: 2rem -20px 2px 80px;
    padding-right: 95px;
}
.modalDialog .content-modal .body-modal p {
    text-align: justify;
    letter-spacing: 2px;
    color: #cdcccf;
}
.modalDialog .content-modal .popup-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22%}
.margin-left {
    padding-left: 1.8rem;
    text-align: left;
}
.margin-left-2 {
    padding-left: 3.6rem;
}
.margin-wide {
    margin: 3% 15% !important;
}
.wide {
    padding: 3rem 8% !important;
}
.close-modal {
    color: #4b545b;
    position: absolute;
    right: -25px;
    top: 0;
    width: 14px;
}
.close-modal img {
    width: 100%;
    height: auto;
}
.line-top-modal {
    margin: 3rem 10% 0 10%}
.line-down-modal {
    margin: 0 10%}
@media (min-width: 768px) {
    .modalDialog .content-modal {
    height: 524px;
    margin: 1% 19%}
.modalDialog .content-modal h2 {
    padding: 6rem 0 2rem 0;
    margin: 0 60px;
    line-height: 2.5rem;
    font-size: 1.7rem;
}
.modalDialog .content-modal .body-modal {
    height: 250px;
    margin: 2rem -20px 2px 60px;
    padding-right: 85px;
}
.modalDialog .content-modal .body-modal p {
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.modalDialog .content-modal .popup-image-wrapper {
    width: 48%}
.close-modal {
    right: -25px;
    width: 14px;
}
.margin-left {
    padding-left: 1.8rem;
}
.margin-left-2 {
    padding-left: 3.6rem !important;
}
.margin-wide {
    margin: 3% 15% !important;
}
.wide {
    padding: 3rem 8% !important;
}
}@media (min-width: 992px) {
    .modalDialog .content-modal .body-modal {
    height: 200px;
    margin: 2rem -20px 2px 60px;
    padding-right: 125px;
}
}@media (min-width: 1200px) {
    .modalDialog .content-modal {
    height: 600px;
    margin: 1% 27%}
.modalDialog .content-modal h2 {
    padding: 6rem 0 2rem 0;
    margin: 0 80px;
    line-height: 2.5rem;
    font-size: 2rem;
}
.modalDialog .content-modal .body-modal {
    height: 290px;
    margin: 2rem -20px 2px 80px;
    padding-right: 95px;
}
.modalDialog .content-modal .body-modal p {
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.close-modal {
    right: -25px;
    width: 14px;
}
.margin-left {
    padding-left: 1.8rem;
}
.margin-left-2 {
    padding-left: 3.6rem !important;
}
.margin-wide {
    margin: 3% 15% !important;
}
.wide {
    padding: 3rem 8% !important;
}
}@media (min-width: 1300px) {
    .modalDialog .content-modal {
    margin: 1% 29%}
}@media (min-width: 1600px) {
    .modalDialog .content-modal {
    margin: 1% 29%}
.modalDialog .content-modal .body-modal {
    height: 240px;
    margin: 20px -20px 2px 80px;
    padding-right: 95px;
}
}@media (min-width: 2000px) {
    .modalDialog .content-modal {
    height: 1250px;
    margin: 2% 29%}
.modalDialog .content-modal h2 {
    padding: 8rem 0 6rem 0;
    margin: 0 150px;
    line-height: 4.5rem;
    font-size: 4rem;
}
.modalDialog .content-modal .body-modal {
    height: 670px;
    margin: 0 -20px 2px 110px;
    padding-right: 150px;
}
.modalDialog .content-modal .body-modal p {
    padding-top: 6rem;
    font-size: 3.5rem;
    letter-spacing: 4px;
}
.close-modal {
    right: -45px;
    width: 34px;
}
.margin-left {
    padding-left: 4.8rem;
}
.margin-left-2 {
    padding-left: 8.6rem !important;
}
.margin-wide {
    margin: 6% 15% !important;
}
.wide {
    padding: 6rem 8% !important;
}
.scroll-modal::-webkit-scrollbar {
    width: 28px;
}
}.scroll-modal {
    overflow-y: auto;
}
.scroll-modal::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.scroll-modal::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.scroll-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6c6f76;
}
.main-menu {
    margin-top: 2rem;
    flex: 0 1 100%}
.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 1rem 0 0 0;
    width: 14rem;
}
.main-menu li a {
    display: block;
    margin: 2.5rem 0;
    text-align: center;
    color: #fafbfd;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.main-menu li:nth-child(1) a {
    border-top: none;
}
.main-menu ul a:hover, .main-menu ul li.active a {
    border-bottom: 1px solid #8c8888;
}
@media (min-width: 768px) {
    .main-menu {
    margin-top: 1.5rem;
}
.main-menu li a {
    font-size: 1rem;
}
}@media (min-width: 1200px) {
    .main-menu {
    margin-top: 2rem;
}
.main-menu li a {
    font-size: 1.2rem;
}
}@media (min-width: 2000px) {
    .main-menu {
    margin-top: 4rem;
}
.main-menu li a {
    font-size: 2.2rem;
}
.main-menu ul {
    width: 24rem;
}
}.menu-toggle {
    display: none;
    position: fixed;
    top: 2.5rem;
    right: 3rem;
    font-size: 4rem;
    color: #ffad1e;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    animation: down-movement 2s ease-in-out infinite;
}
.menu-toggle img {
    width: 35px;
    height: 30px;
}
.menu-toggle:hover, .menu-toggle:focus {
    outline: 0;
    text-decoration: none;
    color: #ffad1e;
}
.menu-section {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    text-decoration: none;
}
.menu-section img {
    width: 35px;
    height: 30px;
}
@media (min-width: 768px) {
    .menu-section {
    top: 1.5rem;
}
.menu-section img {
    width: 25px;
    height: 20px;
}
}@media (min-width: 1200px) {
    .menu-section {
    top: 2.5rem;
}
.menu-section img {
    width: 35px;
    height: 30px;
}
}@media (min-width: 2000px) {
    .menu-section {
    top: 5rem;
}
.menu-section img {
    width: 65px;
    height: 60px;
}
}.menu-wrapper {
    margin-right: -200px;
    position: fixed;
    right: 0;
    width: 180px;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    background: rgba(79, 85, 91, 0.95);
    padding-top: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease-in 0s;
}
.menu-wrapper.active {
    right: 200px;
    width: 180px;
    transition: all 0.5s ease-out 0s;
}
.menu-wrapper img {
    width: 80px;
    height: auto;
}
@media (min-width: 768px) {
    .menu-wrapper {
    padding-top: 8rem;
}
}@media (min-width: 1200px) {
    .menu-wrapper {
    padding-top: 12rem;
}
}@media (min-width: 2000px) {
    .menu-wrapper {
    padding-top: 22rem;
}
.menu-wrapper.active {
    width: 340px;
}
.menu-wrapper img {
    width: 150px;
}
}.menu-main {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    text-decoration: none;
}
.menu-main .menu-main-icon {
    width: 35px;
    height: 30px;
}
@media (min-width: 768px) {
    .menu-main {
    top: 2.5rem;
    right: 3rem;
}
.menu-main .menu-main-icon {
    width: 25px;
    height: 20px;
}
}@media (min-width: 1200px) {
    .menu-main {
    top: 2.5rem;
    right: 3rem;
}
.menu-main .menu-main-icon {
    width: 35px;
    height: 30px;
}
}@media (min-width: 2000px) {
    .menu-main {
    top: 5rem;
    right: 3rem;
}
.menu-main .menu-main-icon {
    width: 65px;
    height: 60px;
}
}@media (min-width: 768px) {
    .menu_services {
    top: -9rem;
}
}@media (min-width: 1200px) {
    .menu_services {
    top: -15rem;
}
}@media (min-width: 2000px) {
    .menu_services {
    top: -27rem;
}
}.start-section {
    position: relative;
}
.start-section .company-background {
    width: 100%;
    height: 100% !important;
    background-color: #4f555b;
}
.start-section .company-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.start-section .company-wrapper .company-name {
    position: absolute;
    top: 47.9%;
    width: 47%;
    height: auto;
}
.start-section .company-wrapper .arrow-down {
    position: absolute;
    bottom: 6%}
.start-section .company-wrapper .arrow-down img {
    width: 45%;
    height: auto;
}
@media (min-width: 598px) {
    .begin {
    background: url("../img/contact.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.begin .company {
    width: 47%}
.begin .company img {
    width: 100%;
    height: auto;
}
.begin .arrow-down {
    position: relative;
    bottom: -25%}
.begin .arrow-down img {
    width: 70%;
    height: auto;
}
}@media (min-width: 2000px) {
    .begin .company {
    width: 54%}
.begin .arrow-down {
    position: relative;
    bottom: -26%}
.begin .arrow-down img {
    width: 120%;
    height: auto;
}
}.home {
    position: relative;
}
.home .home-image-wrapper .home-image {
    width: 100%;
    height: auto;
}
.home .title-wrapper {
    position: absolute;
    top: 29%;
    left: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .title-wrapper .title {
    font-family: 'avenir-medium',  sans-serif;
    font-size: .8rem;
}
.home .social {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
.home .social .fa {
    color: #4f555b;
    border-radius: 50%;
    border: 1px solid #4f555b;
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-right: 8px;
}
@media screen and (min-width: 598px) {
    .home {
    margin-left: -5px;
}
.home .title-wrapper {
    top: 41%;
    left: 5rem;
}
.home .title-wrapper .title {
    font-size: 2.9rem;
}
.home .social {
    top: 3.5rem;
    left: 5rem;
}
.home .social .fa {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
}@media (min-width: 768px) {
    .home {
    margin-left: -5px;
}
.home .title-wrapper {
    top: 40.3%;
    left: 4.5rem;
}
.home .title-wrapper .title {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.home .social .fa {
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
}@media (min-width: 992px) {
    .home .title-wrapper {
    top: 40%;
    left: 4.5rem;
}
.home .title-wrapper .title {
    font-size: 2.1rem;
    line-height: 3rem;
}
.home .social .fa {
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.3rem;
}
}@media (min-width: 1200px) {
    .home .title-wrapper {
    top: 40%;
    left: 5rem;
}
.home .title-wrapper .title {
    font-size: 2.9rem;
    line-height: 4rem;
}
.home .social .fa {
    font-size: 1.6rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.5rem;
}
}@media screen and (min-width: 2000px) {
    .home {
    margin-left: 0;
}
.home .title-wrapper {
    top: 40.4%}
.home .title-wrapper .title {
    font-size: 4.4rem;
    line-height: 5.7rem;
}
.home .social .fa {
    font-size: 3rem;
    width: 6.6rem;
    height: 6.6rem;
    line-height: 6.5rem;
    margin-right: 15px;
}
}@media screen and (min-width: 2560px) {
    .home .title-wrapper {
    top: 40.6%;
    left: 8rem;
}
.home .title-wrapper .title {
    font-size: 5.5rem;
    line-height: 7rem;
}
.home .social {
    top: 6.5rem;
    left: 8rem;
}
}.about-us {
    position: relative;
}
.about-us .about-us-image-wrapper {
    width: 101%;
    height: auto;
}
.about-us .about-us-image-wrapper .about-us-image {
    width: 100%;
    height: auto;
}
.about-us .about-us-wrapper {
    position: absolute;
    top: 5.5%;
    right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 9;
}
.about-us .about-us-wrapper h2 {
    font-size: 1.4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: .2rem;
    width: 20rem;
    text-align: justify;
    font-size: 1rem;
}
.about-us .about-us-wrapper .paragraph2 {
    width: 20rem;
}
.about-us .about-us-wrapper .title {
    font-family: 'avenir-heavy',  sans-serif;
    line-height: 32px;
    margin-top: 6rem;
    width: 51rem;
    text-align: justify;
    font-size: 2.3rem;
}
.about-us .about-us-wrapper .horizontal {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-end;
}
.about-us .about-us-wrapper .horizontal .upper, .about-us .about-us-wrapper .horizontal .lower {
    width: 15%;
    height: auto;
}
.about-us .about-us-wrapper .horizontal .lower {
    align-self: flex-end;
}
.about-us .about-us-wrapper .horizontal .quote {
    margin-right: 16rem;
    display: flex;
    flex-direction: column;
    width: 24rem;
}
.about-us .about-us-wrapper .horizontal .quote .text {
    font-family: 'avenir-medium',  sans-serif;
    margin-top: 5px;
    font-size: 1.4rem;
    text-align: justify;
    letter-spacing: 1px;
}
.about-us .about-us-wrapper .horizontal .quote .author {
    font-family: 'avenir-black',  sans-serif;
    margin-bottom: 5px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    width: 53.5%;
    height: auto;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 598px) {
    .about-us h2 {
    position: absolute;
    top: 5.2%;
    right: 12%;
    font-size: 4rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 12.5rem;
    width: 45rem;
    font-size: 1.4rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 51.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 1rem;
    text-align: justify;
    width: 61rem;
    font-size: 1.4rem;
}
.about-us .about-us-wrapper .title {
    font-size: 2.5rem;
    line-height: 28px;
    width: 43.7%}
.about-us .about-us-wrapper .horizontal .quote {
    margin-top: -2.5rem;
    margin-right: 13%}
.about-us .about-us-wrapper .horizontal .image2-container {
    margin-top: 0.5rem;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: 100%}
}@media (min-width: 768px) {
    .about-us h2 {
    font-size: 2.3rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 6.5rem;
    width: 41%;
    font-size: .8rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 53.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 1rem;
    width: 53.5%;
    font-size: .8rem;
}
.about-us .about-us-wrapper .title {
    font-size: 1.5rem;
    line-height: 22px;
    width: 45%;
    margin-top: 2rem;
}
.about-us .about-us-wrapper .upper, .about-us .about-us-wrapper .lower {
    width: 11%}
.about-us .about-us-wrapper .horizontal {
    margin-top: 1rem;
}
.about-us .about-us-wrapper .horizontal .quote {
    margin-right: 3%;
    width: 18rem;
}
.about-us .about-us-wrapper .horizontal .quote .text {
    margin-top: 5px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    width: 17rem;
}
.about-us .about-us-wrapper .horizontal .quote .author {
    font-size: 1rem;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    margin-top: 0.5rem;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: 100%}
}@media (min-width: 992px) {
    .about-us h2 {
    font-size: 3rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 8.5rem;
    width: 45%;
    font-size: 1.3rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 53.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 1rem;
    text-align: justify;
    width: 53.5%;
    font-size: 1.3rem;
}
.about-us .about-us-wrapper .title {
    font-size: 2rem;
    line-height: 24px;
    width: 39rem;
}
.about-us .about-us-wrapper .horizontal .quote {
    margin-top: -1.5rem;
    margin-right: 10%}
.about-us .about-us-wrapper .horizontal .quote .text {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    width: 17rem;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    margin-top: 0.5rem;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: 100%}
}@media (min-width: 1200px) {
    .about-us h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 12.5rem;
    width: 38%;
    font-size: 1.4rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 48.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 1rem;
    width: 48.5%;
    font-size: 1.4rem;
}
.about-us .about-us-wrapper .title {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 30px;
    width: 41.5%}
.about-us .about-us-wrapper .horizontal .quote {
    margin-top: -1.5rem;
    margin-right: 20%}
.about-us .about-us-wrapper .horizontal .quote .text {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    width: 19rem;
}
.about-us .about-us-wrapper .horizontal .quote .author {
    font-size: 1.1rem;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    margin-top: 0.5rem;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: 100%}
}@media (min-width: 1600px) {
    .about-us h2 {
    font-size: 4.5rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 15rem;
    width: 38%;
    font-size: 1.8rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 48.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 1rem;
    width: 48.5%;
    font-size: 1.8rem;
}
.about-us .about-us-wrapper .title {
    margin-top: 7rem;
    font-size: 2.8rem;
    line-height: 36px;
    width: 40.5%}
.about-us .about-us-wrapper .horizontal .quote {
    margin-top: -1.5rem;
    margin-right: 20%}
.about-us .about-us-wrapper .horizontal .quote .text {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    width: 23rem;
}
.about-us .about-us-wrapper .horizontal .quote .author {
    font-size: 1.1rem;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    width: 63%;
    margin-top: 0.5rem;
}
.about-us .about-us-wrapper .horizontal .image2-container .about-us-image2 {
    width: 100%;
    height: 100%}
}@media (min-width: 2000px) {
    .about-us h2 {
    font-size: 7rem !important;
}
.about-us .about-us-wrapper {
    right: 12%}
.about-us .about-us-wrapper h2 {
    font-size: 4rem !important;
}
.about-us .about-us-wrapper .paragraph1, .about-us .about-us-wrapper .paragraph2 {
    margin-top: 20rem;
    width: 38%;
    font-size: 3rem;
}
.about-us .about-us-wrapper .paragraph2 {
    margin-top: 2.5%;
    width: 48.5%}
.about-us .about-us-wrapper .paragraph3 {
    margin-top: 2rem;
    width: 48.5%;
    font-size: 3rem;
}
.about-us .about-us-wrapper .title {
    margin-top: 7rem;
    font-size: 4.7rem;
    line-height: 65px;
    width: 43%}
.about-us .about-us-wrapper .horizontal .upper, .about-us .about-us-wrapper .horizontal .lower {
    width: 20%}
.about-us .about-us-wrapper .horizontal .quote {
    margin-right: 13%;
    width: 40rem;
}
.about-us .about-us-wrapper .horizontal .quote .text {
    font-size: 2.4rem;
    letter-spacing: 0.5px;
    width: 40rem;
}
.about-us .about-us-wrapper .horizontal .quote .author {
    font-size: 1.1rem;
}
.about-us .about-us-wrapper .horizontal .image2-container {
    width: 49.5%;
    margin-top: 2.5rem;
}
}.image-overlay {
    position: relative;
}
.image-overlay img {
    width: 100%;
    height: auto;
}
.image-overlay .text-overlay, .image-overlay .text-overlay-irregular {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'avenir-black',  sans-serif;
    font-size: 1.4rem;
    color: #4b545b;
    letter-spacing: 4px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-overlay .text-overlay:hover {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    cursor: pointer;
}
@media (min-width: 768px) {
    .image-overlay .text-overlay, .image-overlay .text-overlay-irregular {
    font-size: 0.8rem;
    letter-spacing: 2.5px;
}
}@media (min-width: 1200px) {
    .image-overlay {
    position: relative;
}
.image-overlay img {
    width: 100%;
    height: auto;
}
.image-overlay .text-overlay, .image-overlay .text-overlay-irregular {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'avenir-black',  sans-serif;
    font-size: 1.4rem;
    color: #4b545b;
    letter-spacing: 4px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-overlay .text-overlay:hover {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    cursor: pointer;
}
}@media (min-width: 2000px) {
    .image-overlay .text-overlay, .image-overlay .text-overlay-irregular {
    font-size: 3.4rem;
}
}.services {
    position: relative;
    z-index: 99;
}
.services .services-imgs {
    margin-top: 0.5%;
    display: flex;
    flex-flow: column nowrap;
    width: 85%;
    margin-left: 5%}
.services .services-imgs .img-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
}
.services .services-imgs .img-row .image-overlay {
    margin: .5vw;
}
@media (min-width: 598px) {
    #services {
    margin-top: 7rem;
}
.services .section-title {
    font-size: 4rem !important;
    position: absolute;
    top: -18%;
    right: 12%}
}@media (min-width: 768px) {
    .services .section-title {
    font-size: 2.3rem !important;
    top: -18%}
.services .services-imgs {
    width: 79%;
    margin-left: 11%}
}@media (min-width: 992px) {
    .services .section-title {
    font-size: 3rem !important;
}
}@media (min-width: 1200px) {
    .services .section-title {
    font-size: 4rem !important;
    top: -18%}
}@media (min-width: 1600px) {
    .services .section-title {
    font-size: 4.5rem !important;
    top: -21%}
}@media (min-width: 2000px) {
    .services .services-header {
    top: -25rem;
}
.services .section-title {
    font-size: 7rem !important;
    top: -18%}
.services .services-imgs {
    margin-top: 0.5%}
.services .services-imgs .img-row .image-overlay .text-overlay {
    font-size: 3.4rem;
}
}.middle-wrapper {
    margin-top: -7%}
.middle-sections {
    position: relative;
}
.middle-sections h2 {
    position: absolute;
    top: 9.5%;
    left: 1.5rem;
    font-size: 1.4rem !important;
}
.middle-sections img {
    width: 100%;
    height: auto;
}
.middle-sections .images {
    position: absolute;
    top: 18.7%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.middle-sections .images .image-overlay {
    width: 38.5%;
    margin: 0 5px;
}
@media (min-width: 598px) {
    .middle-sections h2 {
    top: 12.5%;
    left: 5rem;
    font-size: 4rem !important;
}
}@media (min-width: 768px) {
    .middle-sections h2 {
    left: 3.5rem;
    font-size: 2.3rem !important;
}
}@media (min-width: 992px) {
    .middle-sections h2 {
    font-size: 3rem !important;
}
}@media (min-width: 1200px) {
    .middle-sections h2 {
    top: 12.5%;
    left: 5rem;
    font-size: 4rem !important;
}
}@media (min-width: 2000px) {
    .middle-sections h2 {
    left: 9.5rem;
    font-size: 7rem !important;
}
.middle-sections .images .image-overlay {
    margin: 0 10px;
}
}.after-sales {
    position: relative;
    top: -67%}
.after-sales h2 {
    position: absolute;
    top: 5%;
    left: 1.5rem;
    font-size: 1.4rem !important;
}
.after-sales .services {
    position: absolute;
    top: 4rem;
    left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'avenir-black',  sans-serif;
    font-size: .4rem;
    letter-spacing: 3px;
}
.after-sales .services span {
    margin: .2rem 0;
}
@media (min-width: 598px) {
    .after-sales {
    top: -104.5rem;
}
.after-sales h2 {
    top: 0;
    left: 5rem;
    font-size: 4rem !important;
}
.after-sales .services {
    top: 12rem;
    left: 5rem;
    font-size: 1.2rem;
}
.after-sales .services span {
    border-left: 1px solid #4f555b;
    margin: 1.3rem 0;
    padding-left: 2rem;
}
}@media (min-width: 768px) {
    .after-sales {
    top: -59.5rem;
}
.after-sales h2 {
    top: 0;
    left: 3rem;
    font-size: 2.3rem !important;
}
.after-sales .services {
    top: 6rem;
    left: 3.2rem;
    font-size: 1rem;
    letter-spacing: 2.5px;
}
.after-sales .services span {
    border-left: 1px solid #4f555b;
    margin: 0.8rem 0;
    padding-left: 1rem;
}
}@media (min-width: 992px) {
    .after-sales {
    top: -76rem;
}
.after-sales h2 {
    top: -1rem;
    left: 3.5rem;
    font-size: 3rem !important;
}
.after-sales .services {
    top: 6rem;
    left: 3.5rem;
}
}@media (min-width: 1200px) {
    .after-sales {
    top: -99.5rem;
}
.after-sales h2 {
    top: 0;
    left: 5rem;
    font-size: 4rem !important;
}
.after-sales .services {
    top: 12rem;
    left: 5rem;
    font-size: 1.2rem;
}
.after-sales .services span {
    border-left: 1px solid #4f555b;
    margin: 1.3rem 0;
    padding-left: 2rem;
}
}@media (min-width: 1300px) {
    .after-sales {
    top: -104.5rem;
}
}@media (min-width: 1600px) {
    .after-sales {
    top: -122rem;
}
}@media (min-width: 2000px) {
    .after-sales {
    top: -196.5rem;
}
.after-sales h2 {
    top: 0;
    left: 9.5rem;
    font-size: 7rem !important;
}
.after-sales .services {
    top: 20rem;
    left: 9.5rem;
    font-size: 2.8rem;
    letter-spacing: 6px;
}
.after-sales .services span {
    border-left: 1px solid #4f555b;
    margin: 1.3rem 0;
    padding-left: 2rem;
}
}.projects {
    position: relative;
    top: -67%}
.projects h2 {
    position: absolute;
    top: 5%;
    left: 1.5rem;
    font-size: 1.4rem !important;
}
.projects .wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projects .wrapper .left-projects {
    display: flex;
    flex-direction: column;
}
.projects .wrapper img {
    margin: .5rem;
}
@media (min-width: 768px) {
    .projects {
    top: -53.5rem;
    left: 0;
    margin-left: 52rem;
}
.projects h2 {
    top: 7rem;
    left: 2.5rem;
    font-size: 2.3rem !important;
}
.projects .wrapper {
    top: 17rem;
    left: -47rem;
}
.projects .wrapper .left-projects {
    flex: 0 1 100%}
.projects .wrapper img {
    margin: .5rem;
}
}@media (min-width: 992px) {
    .projects h2 {
    top: -6rem;
    left: 19.5rem;
    font-size: 3rem !important;
}
}@media (min-width: 1200px) {
    .projects {
    top: -88.5rem;
    left: 69%;
    margin-left: 0;
}
.projects h2 {
    top: 7rem;
    left: 2.5rem;
    font-size: 4rem !important;
}
.projects .wrapper {
    top: 25rem;
    left: -84rem;
}
.projects .wrapper .left-projects {
    flex: 0 1 100%}
.projects .wrapper img {
    flex: 0 1 100%;
    margin: .5rem;
}
}@media (min-width: 2000px) {
    .projects {
    top: -88.5rem;
    left: 69%}
.projects h2 {
    top: -64rem;
    left: 4.5rem;
    font-size: 7rem !important;
}
.projects .wrapper {
    top: -30rem;
    left: -157.5rem;
}
}.contact {
    position: relative;
    top: 3rem;
    color: #ffffff;
}
.contact img {
    width: 100%;
    height: auto;
}
.contact img:last-child {
    position: absolute;
    left: 43%;
    bottom: 6.5rem;
    width: 20.5%;
    height: auto;
    z-index: 999;
}
.contact .note {
    position: absolute;
    top: 6rem;
    left: 37%;
    color: #ffffff;
    font-family: 'avenir-medium',  sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
}
.contact .form-wrapper {
    margin: auto;
    width: 21%;
    position: absolute;
    top: 15%;
    left: 43.4%;
    z-index: 99;
}
.contact .form-wrapper .textarea {
    resize: none;
    height: 14rem;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    border: none;
    background: #4f555b;
    color: #ffffff;
    font-size: 1.2rem;
    outline: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    padding: 1.5rem 0 1.5rem 1.5rem;
}
.contact .form-wrapper .textarea:focus, .contact .form-wrapper input[type='text']:focus, .contact .form-wrapper input[type='email']:focus {
    background: #4f555b;
    outline: 0;
}
.contact .form-wrapper input[type='checkbox'] {
    display: none;
}
.contact .form-wrapper input[type='checkbox']+label {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
}
.contact .form-wrapper input[type='checkbox']+label div {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: #4f555b;
}
.contact .form-wrapper input[type="checkbox"]:checked+label div {
    background: url(../img/check.png) center no-repeat;
    background-color: #4f555b;
}
.contact .form-wrapper .btn {
    width: 100%;
    height: 4.5rem;
    background: #4f555b;
    color: #ffffff;
    font-size: 1.2rem;
    border: none;
    letter-spacing: 2px;
    border-radius: 5px;
}
.contact .form-wrapper .btn:hover, .contact .form-wrapper .btn:focus {
    background: #4f555b;
    outline: 0;
    color: #d7d5d5;
}
.contact .form-wrapper ::-webkit-input-placeholder {
    color: #ffffff;
}
.contact .form-wrapper :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.contact .form-wrapper ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.contact .form-wrapper :-ms-input-placeholder {
    color: #ffffff;
}
.contact .form-wrapper ::-ms-input-placeholder {
    color: #ffffff;
}
@media (min-width: 768px) {
    .contact img: last-child {
    left: 41%;
    bottom: 2.5rem;
    width: 20.5%}
.contact .note {
    top: 5rem;
    left: 27%;
    font-size: 1rem;
    letter-spacing: 2.5px;
}
.contact .form-wrapper {
    width: 30%;
    top: 20%;
    left: 0;
    margin: 0 36%}
.contact .form-wrapper .textarea {
    height: 10rem;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    font-size: 1rem;
    letter-spacing: 2px;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    padding: 1rem 0 1rem 1rem;
}
.contact .form-wrapper input[type='checkbox']+label {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
.contact .form-wrapper .btn {
    height: 3.5rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
}@media (min-width: 992px) {
    .contact .note {
    left: 31%}
}@media (min-width: 1200px) {
    .contact img: last-child {
    left: 43%;
    bottom: 6.5rem;
    width: 20.5%}
.contact .note {
    top: 6rem;
    left: 37%;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
}
.contact .form-wrapper {
    width: 21%;
    top: 15%;
    left: 43.4%;
    margin: 0;
}
.contact .form-wrapper .textarea {
    height: 14rem;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    padding: 1.5rem 0 1.5rem 1.5rem;
}
.contact .form-wrapper input[type='checkbox']+label {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
}
.contact .form-wrapper .btn {
    width: 100%;
    height: 4.5rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
}@media (min-width: 1600px) {
    .contact .note {
    left: 40%}
}@media (min-width: 2000px) {
    .contact img: last-child {
    left: 40%;
    bottom: 6.5rem;
    width: 20.5%}
.contact .note {
    top: 26rem;
    left: 30%;
    font-size: 3rem;
    letter-spacing: 4px;
}
.contact .form-wrapper {
    width: 24.5%;
    top: 25%;
    left: 38.4%}
.contact .form-wrapper .textarea {
    height: 24rem;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    margin: 0 0 2rem 0;
    font-size: 2.2rem;
    letter-spacing: 2px;
}
.contact .form-wrapper .textarea, .contact .form-wrapper input[type='text'], .contact .form-wrapper input[type='email'] {
    padding: 2.5rem 0 2.5rem 2.5rem;
}
.contact .form-wrapper input[type='checkbox']+label {
    font-size: 2.2rem;
    letter-spacing: 2px;
}
.contact .form-wrapper input[type='checkbox']+label div {
    width: 45px;
    height: 45px;
    margin: -2px 10px 0 0;
}
.contact .form-wrapper .btn {
    height: 8.5rem;
    font-size: 2.2rem;
    letter-spacing: 2px;
}
}.footer {
    margin-top: 3rem;
    padding: 3rem 4rem;
    background-color: #4f555b;
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .social .fa {
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 1.3rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-right: 8px;
    letter-spacing: -.1rem;
}
.footer .contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .contact-info .address {
    position: relative;
    left: -6rem;
    font-family: 'avenir-medium',  sans-serif;
    text-transform: uppercase;
}
.footer .contact-info .media {
    font-family: 'avenir-medium',  sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.footer .contact-info .media .phone-number {
    color: #ffffff;
}
.footer .contact-info .media .email {
    position: relative;
    top: 1.5rem;
}
@media (min-width: 768px) {
    .footer {
    margin-top: 3rem;
    padding: 3rem 4rem;
    font-size: 1.1rem;
    letter-spacing: 2px;
}
.footer .social .fa {
    font-size: 1.1rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 8px;
    letter-spacing: -.1rem;
}
.footer .contact-info .address {
    left: -2.5rem;
}
.footer .contact-info .media .email {
    top: 1.5rem;
}
}@media (min-width: 1200px) {
    .footer {
    margin-top: 3rem;
    padding: 3rem 4rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.footer .social .fa {
    font-size: 1.3rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 8px;
    letter-spacing: -.1rem;
}
.footer .contact-info .address {
    left: -6rem;
}
.footer .contact-info .media .email {
    top: 1.5rem;
}
}@media (min-width: 2000px) {
    .footer {
    padding: 5rem 8rem;
    font-size: 2.8rem;
    letter-spacing: 4px;
}
.footer .social .fa {
    font-size: 2.3rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 16px;
    letter-spacing: -.2rem;
}
}.body {
    height: 100vh;
    letter-spacing: 1px;
}
.menu, .menu:visited, .menu:link {
    text-decoration: none;
    color: #4c555d;
}
.menu:hover, .menu.active {
    border-bottom: 1px solid #d6d9db;
}
header {
    background: #edeeef;
    height: 60px;
    width: 100%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
header .company {
    flex: 0 1 38%;
    padding-left: 4rem;
}
header .company img {
    width: 45%;
    height: auto;
    margin-bottom: 10px;
}
header .micro-menu {
    flex: 0 1 62%;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
}
header .micro-menu a:last-child {
    margin-right: 4rem;
}
main {
    display: flex;
}
main .left {
    flex: 0 1 38%;
    padding-left: 4rem;
}
main .left .micro-title {
    font-family: 'avenir-black',  'sans-serif';
    font-size: 2.8rem;
    padding: 2rem 0 0.5rem 0;
}
main .left .line-title {
    position: absolute;
    top: 14rem;
    left: 34rem;
    width: 16.5rem;
    border-bottom: 1px solid #4c555d;
}
main .left ._top {
    top: 9.5rem;
}
main .left .left-menu {
    display: flex;
    justify-content: flex-start;
    padding-left: 3rem;
}
main .left .left-menu .submenu {
    position: absolute;
}
main .left .left-menu .submenu li a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #4c555d;
}
main .left .left-menu .submenu li a:hover, main .left .left-menu .submenu li a.active {
    font-weight: bold;
}
main .left .left-menu .submenu li ul {
    display: none;
    padding-left: 0;
}
main .left .left-menu .submenu li ul li {
    list-style-type: none;
    margin: 1px 0;
}
main .left .left-menu .submenu li ul li:last-child {
    margin-bottom: 10px;
}
main .left .left-menu .submenu li ul>li:before {
    content: "-";
    text-indent: -5px;
}
main .left .left-menu .submenu li ul li a {
    padding: 0 5px;
    margin: 20px 0;
}
main .left .left-menu .submenu li ul li a:hover, main .left .left-menu .submenu li ul li a.active {
    font-weight: normal;
    border-bottom: 2px solid #edeeef;
}
main .right {
    flex: 0 1 62%;
    padding: 1.5% 6.8% 1% 0;
    height: 77vh;
    display: flex;
    flex-direction: column;
}
main .right .image-box {
    flex: 0 1 85%;
    background: #4a545c;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
}
main .right .image-box img {
    max-width: 100%;
    max-height: 100%}
main .right .image-box iframe {
    width: 100%;
    height: auto;
}
main .right .text-box {
    flex: 0 1 15%;
    background: #edeeef;
    width: 100%;
    font-family: 'avenir-book',  'sans-serif';
    font-size: 1.3rem;
    margin-top: 1.5%;
    padding: 2.5rem 3.5rem;
    text-align: justify;
}
.micro-footer {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}
.carousel-inner {
    max-height: 350px !important;
}
.carousel-inner img {
    width: 100%;
    height: 100%}
@media (min-width: 1200px) {
    header {
    font-size: 1.3rem;
}
main .left .micro-title {
    padding: 2rem 0 0.5rem 0;
    font-size: 2.7rem;
}
main .left .line-title {
    left: 32rem;
    width: 12.5rem;
}
main .left .left-menu {
    padding-left: 3rem;
}
main .left .left-menu .submenu li a {
    font-size: 1.4rem;
}
}@media (min-width: 1300px) {
    header {
    font-size: 1.5rem;
}
main .left .micro-title {
    font-size: 2.8rem;
}
main .left .line-title {
    left: 34rem;
    width: 16.5rem;
}
main .left .left-menu {
    padding-left: 6rem;
}
main .left .left-menu .submenu li a {
    font-size: 1.6rem;
}
}@media screen and (min-width: 2000px) {
    .menu: hover, .menu.active {
    border-bottom: 2px solid #d6d9db;
}
header {
    height: 14rem;
    font-size: 3rem;
}
header .company {
    padding-left: 8rem;
}
header .micro-menu a:last-child {
    margin-right: 8rem;
}
main .left {
    padding-left: 8rem;
}
main .left .micro-title {
    font-size: 6rem;
    padding: 4rem 0;
}
main .left .line-title {
    top: 31.5rem;
    left: 66rem;
    width: 28rem;
    border-bottom: 2px solid #4c555d;
}
main .left .left-menu {
    padding-left: 6rem;
}
main .left .left-menu .submenu li a {
    font-size: 3rem;
}
main .left .left-menu .submenu li ul li {
    margin: 20px 0;
}
main .left .left-menu .submenu li ul li:last-child {
    margin-bottom: 50px;
}
main .left .left-menu .submenu li ul li a {
    padding: 0 10px;
    margin: 40px 0;
}
main .left .left-menu .submenu li ul li a:hover, main .left .left-menu .submenu li ul li a.active {
    font-weight: normal;
    border-bottom: 4px solid #edeeef;
}
main .right {
    padding: 2% 5% 2% 0;
}
main .right .text-box {
    font-size: 2.6rem;
    padding: 5rem 8.5rem;
}
}.before-wrapper {
    flex: 0 1 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ba-slider {
    width: 80.6%;
    position: relative;
    overflow: hidden;
}
.ba-slider img {
    width: 100%}
.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
}
.handle:after {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin: -16px 0 0 -12px;
    content: '\2194';
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    background: #4a545c;
    border-radius: 50%}
@media (min-width: 2000px) {
    .ba-slider {
    width: 93.6%}
.handle:after {
    width: 36px;
    height: 36px;
    margin: -16px 0 0 -16px;
    font-size: 24px;
    line-height: 34px;
}
}#slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
#slide ul {
    position: relative;
    left: 0;
    margin: auto;
    height: auto;
    width: 300%;
    clear: both;
    display: table;
    list-style-type: none;
}
#slide ul li {
    position: relative;
    float: left;
    width: 33.33%}
#slide ul li img {
    width: 82%}
#slide #pagination {
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#slide #pagination li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    opacity: .5;
    color: white;
    text-shadow: 0 0 5px #333;
}
#slide #pagination li:first-child {
    opacity: 1;
}
