body {
    height: auto;
}

h1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 70px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Raleway, sans-serif;
    color: #4a4a4a;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

h4 {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
    font-family: Raleway, sans-serif;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

h5 {
    margin-top: 15px;
    margin-bottom: 7px;
    float: left;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Lato, sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 0px;
    text-transform: none;
}

.form_error {
    color: red;
    list-style-type: none;
}

.button {
    display: inline-block;
    margin-top: 59px;
    padding: 15px 35px;
    border-radius: 7px;
    background-color: #00c2a2;
    box-shadow: 0 2px 0 0 #02967e;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #828282;
    box-shadow: 0 2px 0 0 dimgray;
}

.button.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 2px solid #2eb6d1;
    border-radius: 7px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: all 500ms ease, color 500ms ease;
    transition: all 500ms ease, color 500ms ease;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 500;
}

.button.hero-button:hover {
    border-color: #2eb6d1;
    background-color: #2eb6d1;
    box-shadow: none;
    color: #fff;
}

.hero-section {
    position: relative;
    background-image: url('../images/32132134.jpg');
    background-position: 0px 0px;
    background-size: contain;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}

.navbar._12 {
    background-color: transparent;
    font-weight: 400;
}

.upper {
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: hsla(0, 0%, 95%, .65);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
}

.upper.title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Great Vibes', cursive;
    color: #dba94b;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

.section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.section.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(148deg, rgba(23, 93, 142, .29), #18527a 58%, #175d8e), url('../images/29070.jpg');
    background-image: linear-gradient(302deg, rgba(23, 93, 142, .29), #18527a 58%, #175d8e), url('../images/29070.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: left;
}

.section.about-us {
    background-color: #fff;
    background-image: none;
}

.contact-info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    border: 1px solid #ededed;
    background-color: #185885;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff), -webkit-radial-gradient(circle farthest-corner at 66% 25%, #468bbb, #185885);
    background-image: linear-gradient(180deg, #fff, #fff), radial-gradient(circle farthest-corner at 66% 25%, #468bbb, #185885);
}

.hero-small-line {
    position: relative;
    display: block;
    width: 20%;
    height: 3px;
    margin: 15px auto;
    background-color: #00c2a2;
    text-align: center;
}

.hero-small-line.header {
    width: 100px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.facts-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    color: #d1e6eb;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.white-title {
    margin-bottom: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.white-title.fact {
    margin-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 80px;
    font-weight: 100;
}

.div-block {
    margin: auto 420px 60px;
}

.overall-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.browser {
    width: 100px;
    height: 100px;
    float: none;
    border: 1px solid #adafb3;
    border-radius: 22px;
    -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
    transition: border-color 1000ms ease, box-shadow 1000ms ease;
}

.browser:hover {
    border-color: #00c2a2;
    box-shadow: 0 0 2px 1px hsla(220, 4%, 69%, .47);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.browser.compatibility {
    width: 35px;
    height: 35px;
    margin: 20px 5px;
    border: 0px none #dba94b;
    border-radius: 0px;
    background-color: #dedede;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.browser.compatibility:hover {
    background-color: rgba(26, 29, 46, .97);
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.browser.compatibility.icon {
    width: 120px;
    height: 120px;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    border-color: transparent;
    border-radius: 23px;
    background-image: -webkit-linear-gradient(270deg, #f7f7f7, #f5f2f2);
    background-image: linear-gradient(180deg, #f7f7f7, #f5f2f2);
    -webkit-transition-property: all;
    transition-property: all;
}

.browser.compatibility.icon:hover {
    border-style: none;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, #f0f0f0, #e3e3e3);
    background-image: linear-gradient(180deg, #f0f0f0, #e3e3e3);
    box-shadow: none;
}

.browser.testimonials-image-block {
    width: 90px;
    height: 90px;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 70px;
    float: left;
    border-radius: 0px;
    text-align: center;
}

.icon-image {
    display: block;
    float: none;
}

.social-icon {
    width: 40px;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.5;
    -webkit-transition: opacity 700ms ease;
    transition: opacity 700ms ease;
}

.social-icon:hover {
    opacity: 0.6;
}

.testimonials-title {
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    font-family: Merriweather, serif;
    color: #00c2a2;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.testimonials-text {
    height: 170px;
    float: none;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.footer {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #292929;
}

.copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    font-family: Raleway, sans-serif;
    color: #969799;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    text-transform: none;
}

.nav-link {
    padding: 12px 12px 10px;
    border-radius: 9px;
    opacity: 0.9;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    opacity: 1;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
}

.nav-link.w--current {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    opacity: 1;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 700;
}

.nav-link.w--current:hover {
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}

.icon-menu {
    color: #fff;
}

.icon-menu:hover {
    color: #dba94b;
}

.navbar-scroll {
    position: fixed;
    display: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    box-shadow: none;
}

.testimonilas-clients {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f5f5f5;
}

.hero-heading {
    display: inline-block;
    margin: 0px 0px 10px;
    float: left;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 61px;
    font-weight: 100;
    text-align: left;
    letter-spacing: 0px;
}

.nav-menu._2 {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    float: right;
    text-align: right;
}

.nav-menu._3 {
    margin-top: 5px;
}

.text-hero {
    margin-top: 0px;
    margin-right: 150px;
    margin-left: 150px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.green-title1 {
    margin: 0px;
    font-family: Raleway, sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
}

.green-title1._2 {
    margin-right: 150px;
    margin-bottom: 0px;
    margin-left: 150px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.green-title1.title {
    padding-bottom: 10px;
    font-family: Raleway, sans-serif;
    color: #575757;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.green-title1.title.left {
    margin-top: 60px;
    color: #2eb6d1;
    line-height: 37px;
    text-align: left;
}

.green-title1._3 {
    margin-top: 30px;
    font-family: Raleway, sans-serif;
    color: #4a4a4a;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0px;
}

.green-title1.right {
    text-align: right;
}

.green-title1.features {
    color: #fff;
    line-height: 23px;
    text-align: center;
}

.green-title1.testimonials {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
    color: #4a4a4a;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
}

.dark-title {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-family: Raleway, sans-serif;
    color: hsla(0, 0%, 5%, .5);
    font-size: 50px;
    line-height: 65px;
    font-weight: 300;
}

.dark-title.second {
    width: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #000;
    font-size: 38px;
    line-height: 50px;
    text-align: left;
}

.dark-title.white {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 22px 20px;
    border: 4px solid #2eb6d1;
    border-radius: 15px;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.dark-title.white.header {
    padding: 3px 12px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 23px;
}

.dark-title.white.title {
    min-width: 0px;
    float: none;
    clear: none;
    border-style: none;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 0, .5), rgba(255, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(255, 0, 0, .5), rgba(255, 0, 0, .5));
    direction: ltr;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.icon-service {
    display: block;
    width: 90px;
    height: 90px;
    min-width: 0px;
    margin-right: 20px;
    margin-bottom: 70px;
    margin-left: auto;
    padding: 30px;
    float: left;
    border-radius: 20px;
    background-color: #c2c2c2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-service:hover {
    background-color: #28a4bd;
}

.icon-service._2 {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px 0px 70px 20px;
    padding: 30px;
    float: right;
    border-radius: 20px;
    background-color: #c2c2c2;
    text-align: center;
}

.icon-service._2:hover {
    background-color: #28a4bd;
}

.icon-service._2._3 {
    margin-left: auto;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.icon-service._3 {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 25px;
    float: none;
    border-radius: 20px;
    background-color: #fff;
}

.menu-row {
    margin-top: 90px;
}

.section-info.contact {
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #f6f6f6;
}

.contact-map-form {
    position: relative;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.containner-testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonials-slide {
    position: relative;
    height: 100%;
    margin-top: 70px;
    background-color: transparent;
}

.left-arrow {
    display: none;
    margin-right: auto;
    opacity: 0.4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.left-arrow:hover {
    opacity: 1;
}

.right-arrow {
    display: none;
    margin-left: auto;
    opacity: 0.4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.right-arrow:hover {
    opacity: 1;
}

.slider-nav {
    display: none;
    width: auto;
    height: 0px;
    margin: 0px;
}

.hero-containner {
    position: static;
    top: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.browser-div {
    display: block;
    margin-top: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.submit-button {
    width: auto;
    padding: 20px 35px;
    border-radius: 5px;
    background-color: #28a4bd;
    opacity: 1;
    -webkit-transition: opacity 700ms ease;
    transition: opacity 700ms ease;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.submit-button:hover {
    background-color: rgba(26, 29, 46, .97);
    opacity: 1;
}

.text-field {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-color: #c2c2c2;
    border-right-style: none;
    border-bottom-color: #fff;
    border-left-style: none;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.text-field:hover {
    color: #fff;
}

.text-field.name {
    width: 49%;
    float: left;
    border-top-color: #c2c2c2;
    border-right-style: none;
    border-bottom-color: #fff;
    border-left-style: none;
    border-radius: 5px;
    background-color: #ededed;
}

.text-field.mail {
    width: 49%;
    margin-bottom: 15px;
    float: right;
    border-top-color: #c2c2c2;
    border-right-style: none;
    border-bottom-color: #fff;
    border-left-style: none;
    border-radius: 5px;
    background-color: #ededed;
}

.text-area {
    min-height: 175px;
    margin-bottom: 20px;
    border-top-color: #c2c2c2;
    border-right-style: none;
    border-bottom-color: #fff;
    border-left-style: none;
    border-left-color: #fff;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    color: #080808;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.success-message {
    background-color: #afedcb;
}

.second-hero-heading {
    margin-bottom: 80px;
    font-family: Raleway, sans-serif;
    color: #d1e6eb;
    font-size: 25px;
    font-weight: 100;
    text-align: left;
}

.small-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.advertising-section {
    overflow: visible;
    padding-top: 120px;
    padding-bottom: 0px;
    background-color: #f6f6f6;
}

.column {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: hsla(0, 0%, 100%, .09);
    text-align: center;
}

.column.features {
    padding: 20px 15px;
    border: 13px solid #2eb6d1;
    background-color: transparent;
}

.column.features.third {
    border-color: #2eb6d1 #2eb6d1 #2eb6d1 #fff;
    border-left-style: none;
}

.column.features.fourth {
    border-top-style: none;
    border-bottom-color: #2eb6d1;
}

.column.features.fifth {
    border-top-style: none;
    border-right-color: #2eb6d1;
    border-bottom-color: #2eb6d1;
    border-left-style: none;
}

.column.features.sixth {
    border-top-style: none;
    border-right-color: #2eb6d1;
    border-bottom-color: #2eb6d1;
    border-left-style: none;
}

.column.features.second {
    border-top-style: solid;
    border-top-color: #2eb6d1;
    border-right-color: #2eb6d1;
    border-left-style: none;
    text-align: center;
}

.column.text {
    display: inline-block;
    padding-top: 70px;
    background-color: transparent;
}

.column.hero-image {
    padding: 19px;
    background-color: transparent;
}

.brand {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
}

.brand.w--current {
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
}

.footer-containner {
    text-align: center;
}

.brand-scroll.w--current {
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
}

.brand-scroll.top {
    float: none;
}

.logo {
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.logo.white {
    font-weight: 800;
}

.image {
    margin-top: 33px;
    margin-bottom: 7px;
    padding: 2px 5px 9px 6px;
    float: none;
}

.image.apple {
    margin-top: 20px;
}

.image.google {
    display: block;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: -30px;
    padding-right: 7px;
    padding-left: 8px;
}

.hero-text {
    display: inline-block;
    margin-top: 70px;
    float: left;
}

.slide {
    width: 49%;
    height: 100%;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.slide.hero {
    width: auto;
    height: 100%;
    margin-right: auto;
    background-color: transparent;
}

.slide.testimonials {
    width: 97.5%;
    height: 120%;
    padding-right: 44px;
    padding-left: 48px;
}

.slide.screen {
    width: 33.3%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.slide-1 {
    position: relative;
    display: inline-block;
    float: none;
    background-image: url('../images/32132134.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-nav {
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.horizontal-phone {
    margin-top: 80px;
    margin-bottom: -55px;
    text-align: center;
}

.section-containner {
    text-align: center;
}

.containner {
    text-align: center;
}

.clients {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
}

.client-slide {
    height: auto;
    background-color: transparent;
}

.slide-responsive {
    width: 20%;
    text-align: center;
}

.screenshoots {
    padding-top: 120px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

._2 {
    width: 49%;
    margin-top: 0px;
    float: none;
    color: #4a4a4a;
    font-size: 16px;
    text-align: center;
}

.image-middle {
    margin-top: -30px;
}

.right-tittle {
    display: block;
    color: #4a4a4a;
    font-size: 15px;
    text-align: right;
}

.div-fact {
    display: inline-block;
    width: 24.6%;
    margin-right: 3px;
    margin-left: 0px;
    padding: 45px 10px;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, .09);
    text-align: center;
}

.diagonal-image {
    margin-bottom: 0px;
    margin-left: 80px;
    padding-bottom: 38px;
    text-align: center;
}

.testimonials-div-block {
    display: inline-block;
    width: 120px;
    margin-top: 30px;
    border-style: none;
    border-width: 3px;
    border-color: hsla(0, 0%, 76%, .2);
    border-radius: 40px;
    text-align: center;
}

.screenshoots-slider {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    background-color: transparent;
}

.arrow {
    display: none;
}

.slive-nav {
    display: none;
}

.open-text {
    display: inline-block;
    margin-right: 20px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.arrow-mapp {
    display: inline-block;
    margin-bottom: 3px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
}

.open {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient(315deg, rgba(129, 40, 184, .69), rgba(36, 52, 149, .85) 62%, #1c174d 99%), url('../images/U7Fc1sy5SCUDIu4tlJY3_NY_by_PhilippHenzler_philmotion.de-min.jpg');
    background-image: linear-gradient(135deg, rgba(129, 40, 184, .69), rgba(36, 52, 149, .85) 62%, #1c174d 99%), url('../images/U7Fc1sy5SCUDIu4tlJY3_NY_by_PhilippHenzler_philmotion.de-min.jpg');
    background-position: 0% 0%, 50% 34%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
}

.open:hover {
    background-color: #4a4a4a;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.form-row {
    margin-top: 70px;
}

.info-text {
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0px;
}

.social-icons {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 0px;
}

.imac {
    padding-top: 70px;
    padding-bottom: 70px;
}

.social-text {
    display: inline-block;
    padding-top: 35px;
    font-family: Raleway, sans-serif;
    color: #969799;
    font-size: 14px;
    text-align: center;
}

.map {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.error-message {
    background-color: #000;
}

.success-text {
    color: #000;
}

.error-text {
    color: #28a4bd;
}

.service-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

._11 {
    margin-top: 42px;
    margin-bottom: -44px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 33px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-indent: 14px;
    text-transform: none;
}

.video {
    left: 90px;
    top: 40px;
    right: 0px;
    bottom: 40px;
    display: block;
    width: 72%;
    height: auto;
    min-width: 0px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
}

._1 {
    display: block;
    margin-top: 77px;
    margin-right: 33px;
    margin-left: 130px;
    padding-right: 70px;
    padding-left: 10px;
}

.video1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text1 {
    display: block;
    margin: 90px 50px 80px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-family: Raleway, sans-serif;
    color: #030303;
    font-size: 33px;
    line-height: 37.6px;
    font-weight: 200;
}

.d {
    margin-top: 22px;
    margin-bottom: 48px;
    padding-bottom: 1px;
}

.hghgh {
    margin-top: 30px;
    margin-bottom: 1px;
    padding-bottom: 55px;
}

.new {
    margin-top: 14px;
}

.class {
    border-radius: 14px;
    background-color: #fff;
}

.f {
    left: 686px;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
    background-color: hsla(0, 0%, 87%, 0);
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
}

.ss {
    display: block;
    margin-right: auto;
    margin-left: -6px;
    padding-left: 164px;
}

.rr {
    left: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: -1300px;
    padding-right: 0px;
}

.tt {
    left: 1px;
    right: -1px;
    margin-bottom: -98px;
    margin-left: -1400px;
}

.block {
    margin: 105px 300px;
}

.img {
    display: inline-block;
    width: 100px;
    max-width: 0%;
    text-align: left;
}

._66 {
    position: relative;
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
}

.images {
    position: static;
    left: 0px;
    top: 0px;
    display: inline-block;
    overflow: visible;
    border-radius: 0px;
    background-image: url('../images/Artboard-3-Copy-6.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 -8px 6px 0 #5a5a5a;
}

.right1 {
    margin-right: -120px;
    padding-right: 0px;
}

.left1 {
    margin-left: -120px;
}

.items {
    margin-bottom: -70px;
}

.item2 {
    background-color: hsla(0, 0%, 93%, 0);
    opacity: 1;
}

.selectors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img001 {
    display: inline;
}

.image002 {
    display: inline;
}

.link01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
}

.heading {
    margin-top: 75px;
    margin-bottom: 56px;
    padding-top: 81px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 48px;
}

.text2 {
    margin: 90px 50px 80px;
    font-family: Raleway, sans-serif;
    line-height: 23px;
    font-weight: 400;
}

html.w-mod-js *[data-ix="hero-heading"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-heading-small"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-button"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="service-show"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="service-show-2"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="navbar"] {
    opacity: 0;
    -webkit-transform: translate(0px, 22px) scale(0.9500000000000002, 0.9500000000000002);
    -ms-transform: translate(0px, 22px) scale(0.9500000000000002, 0.9500000000000002);
    transform: translate(0px, 22px) scale(0.9500000000000002, 0.9500000000000002);
}

html.w-mod-js *[data-ix="testimonilas-show"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    -ms-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
}

html.w-mod-js *[data-ix="fact-animation-1"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-animation-2"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-animation-3"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-animation-4"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="phone"] {
    opacity: 0;
    -webkit-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="phone-2"] {
    opacity: 0;
    -webkit-transform: translate(60px, 0px);
    -ms-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="iphone-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    -ms-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
}

html.w-mod-js *[data-ix="display-none"] {
    height: 0px;
}

html.w-mod-js *[data-ix="display-none-scroll-nav"] {
    display: none;
}

html.w-mod-js *[data-ix="responsive"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    -ms-transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
    transform: translate(0px, 20px) scale(0.7000000000000002, 0.7000000000000002);
}

@media (max-width: 991px) {
    body {
        height: auto;
    }
    h1 {
        font-size: 60px;
        line-height: 74px;
        letter-spacing: 0px;
    }
    h3 {
        text-align: left;
    }
    h4 {
        text-align: center;
    }
    p {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .button {
        margin-bottom: 20px;
    }
    .button.hero-button {
        margin-bottom: 0px;
        box-shadow: none;
    }
    .hero-section {
        padding-bottom: 0px;
        background-position: 50% 50%, 50% 50%;
        background-size: cover, auto;
        background-attachment: scroll, scroll;
    }
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #000;
        color: #2eb6d1;
    }
    .section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .hero-small-line {
        margin-left: auto;
        text-align: center;
    }
    .hero-small-line.header {
        position: relative;
        width: 100px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .facts-title {
        margin-top: auto;
        font-size: 18px;
    }
    .white-title {
        margin-bottom: 0px;
        font-size: 30px;
    }
    .white-title.fact {
        margin-bottom: 30px;
        font-size: 70px;
    }
    .menu-button {
        margin-right: 0px;
        padding: 14px;
        border-radius: 0px;
        background-color: transparent;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .menu-button:hover {
        background-color: transparent;
        -webkit-transition: none 0ms ease;
        transition: none 0ms ease;
    }
    .menu-button.w--open {
        left: 0px;
        top: 0px;
        height: auto;
        padding-left: 18px;
        float: right;
        background-color: hsla(0, 0%, 100%, .09);
        text-align: left;
    }
    .div-block {
        margin-right: auto;
        margin-left: auto;
    }
    .overall-column {
        margin-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .social-icon {
        margin-top: 37px;
    }
    .copyright {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .nav-link {
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transition-property: all;
        transition-property: all;
        text-align: center;
    }
    .nav-link:hover {
        background-color: rgba(0, 0, 0, .4);
    }
    .nav-link.w--current {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-link.w--current:hover {
        background-color: rgba(0, 0, 0, .4);
    }
    .icon-menu {
        display: block;
        opacity: 1;
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    .icon-menu.lines {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: #2eb6d1;
    }
    .icon-menu.lines:hover {
        color: #28a4bd;
    }
    .navbar-scroll {
        display: none;
        box-shadow: none;
    }
    .hero-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 37px;
        line-height: 48px;
        text-align: left;
        text-shadow: none;
    }
    .nav-menu {
        margin-bottom: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(0, 0, 0, .6);
    }
    .text-hero {
        margin-right: 100px;
        margin-left: 100px;
    }
    .green-title1 {
        margin-right: 0px;
        margin-bottom: 70px;
        margin-left: 40px;
        text-align: center;
    }
    .green-title1.title {
        margin-bottom: 0px;
    }
    .green-title1.title.left {
        margin-left: 39px;
    }
    .green-title1._3 {
        margin-bottom: 0px;
    }
    .green-title1.right {
        margin-bottom: 70px;
        text-align: center;
    }
    .green-title1.features {
        margin-bottom: 0px;
    }
    .dark-title {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .dark-title.second {
        margin-right: 0px;
        margin-left: 40px;
    }
    .dark-title.white {
        border-color: #2eb6d1;
    }
    .dark-title.white.header {
        margin-left: 10px;
        padding: 5px 13px;
    }
    .icon-service {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        float: none;
    }
    .icon-service._2 {
        display: inline-block;
        margin-bottom: 20px;
        margin-left: 0px;
        float: none;
    }
    .contact-map-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .testimonials-slide {
        margin-top: 50px;
    }
    .left-arrow {
        display: none;
    }
    .right-arrow {
        display: none;
    }
    .slider-nav {
        display: none;
        padding-top: 20px;
    }
    .hero-containner {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .text-area {
        min-height: 232px;
        color: #4a4a4a;
    }
    .second-hero-heading {
        margin-bottom: 50px;
        font-size: 23px;
        line-height: 46px;
        text-align: left;
    }
    .column {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: center;
    }
    .column.features {
        margin-right: 0px;
        margin-left: 0px;
    }
    .brand.w--current {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #28a4bd;
    }
    .logo.white {
        padding-left: 10px;
        color: #fff;
        font-weight: 400;
    }
    .image {
        margin-right: 20px;
    }
    .hero-text {
        display: inline-block;
        margin-top: 50px;
        padding-left: 10px;
        text-align: center;
    }
    .slide.testimonials {
        width: 49%;
        height: 100%;
    }
    .slide.screen {
        width: 33.3%;
        margin-right: 0px;
    }
    .slide-responsive {
        width: 33%;
    }
    .image-middle {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .right-tittle {
        text-align: center;
    }
    .div-fact {
        width: 24.5%;
    }
    .testimonials-div-block {
        margin-top: 64px;
    }
    .info-text {
        color: #4a4a4a;
    }
    .tittle-info {
        text-align: left;
    }
    .social-text {
        padding-top: 40px;
    }
    .selectors {
        display: block;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .img001 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
    .image002 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        text-align: center;
    }
    p {
        margin-bottom: auto;
    }
    .button.hero-button {
        float: none;
        box-shadow: none;
    }
    .hero-small-line {
        margin-right: 250px;
        margin-left: 250px;
    }
    .hero-small-line.header {
        margin-right: auto;
        margin-left: auto;
    }
    .facts-title {
        margin-top: auto;
    }
    .white-title {
        margin-bottom: 0px;
    }
    .menu-button {
        margin-right: 10px;
    }
    .browser.compatibility.icon {
        width: 100px;
        height: 100px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .social-icon {
        margin-top: 30px;
    }
    .testimonials-text {
        font-size: 14px;
        line-height: 22px;
    }
    .copyright {
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
        text-align: center;
    }
    .hero-heading {
        margin-bottom: 20px;
        font-size: 50px;
        text-align: center;
        text-shadow: none;
    }
    .nav-menu {
        top: 101px;
    }
    .testimonilas {
        margin-top: 30px;
    }
    .text-hero {
        margin-right: 70px;
        margin-left: 70px;
    }
    .green-title1 {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 14px;
    }
    .green-title1._2 {
        text-align: center;
    }
    .green-title1.title {
        margin-right: 0px;
        margin-left: 0px;
        line-height: 34px;
    }
    .green-title1.title.left {
        text-align: center;
    }
    .green-title1._3 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .dark-title {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 30px;
    }
    .dark-title.second {
        text-align: center;
    }
    .contact-map-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .slider-nav {
        display: none;
    }
    .second-hero-heading {
        text-align: center;
    }
    .small-title {
        text-align: center;
    }
    .column.features.third {
        border-top-style: none;
        border-left-style: solid;
        border-left-color: #2eb6d1;
    }
    .column.features.fifth {
        border-left-style: solid;
    }
    .column.features.sixth {
        border-left-style: solid;
    }
    .column.features.second {
        border-top-style: none;
        border-left-style: solid;
    }
    .brand.w--current {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .brand-scroll.w--current {
        margin-left: 10px;
    }
    .image {
        float: none;
    }
    .hero-text {
        margin-top: 30px;
        margin-bottom: 70px;
        float: none;
        text-align: center;
    }
    .slide.testimonials {
        width: 95%;
        height: 100%;
        margin-right: 15px;
        margin-left: 15px;
        float: none;
    }
    .slide.screen {
        width: 50%;
        margin-right: 0px;
    }
    .div-fact {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 3px;
    }
    .diagonal-image {
        padding-top: 70px;
    }
    .imac {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
    }
    .text1 {
        min-width: 0px;
        line-height: 39.1px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 35px;
        line-height: 48px;
    }
    h2 {
        margin-bottom: 50px;
    }
    h4 {
        text-align: center;
    }
    .upper {
        margin-bottom: auto;
        font-size: 16px;
    }
    .upper.title {
        margin-top: 0px;
        font-size: 27px;
    }
    .contact-info {
        padding-bottom: 0px;
    }
    .hero-small-line {
        margin-right: auto;
        margin-left: auto;
    }
    .hero-small-line.header {
        margin-top: 20px;
    }
    .white-title {
        margin-bottom: 0px;
        font-size: 22px;
    }
    .menu-button {
        padding: 14px;
    }
    .browser.compatibility.icon {
        width: 65px;
        height: 65px;
        margin: 20px 5px 0px;
        border-radius: 15px;
    }
    .social-icon {
        width: 26px;
        margin-top: 20px;
    }
    .copyright {
        margin-right: 20px;
        margin-left: 20px;
    }
    .hero-heading {
        font-size: 38px;
        text-shadow: none;
    }
    .text-hero {
        margin-right: 20px;
        margin-left: 20px;
    }
    .green-title1 {
        margin-right: 0px;
        margin-bottom: 70px;
        margin-left: 0px;
        text-align: center;
    }
    .green-title1._2 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .green-title1.title {
        margin-bottom: auto;
        line-height: 38px;
    }
    .green-title1.title.left {
        margin-left: 0px;
        text-align: center;
    }
    .dark-title {
        margin: 0px 0px 25px;
        font-size: 26px;
        line-height: 42px;
    }
    .dark-title.second {
        margin-left: 0px;
    }
    .icon-service {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        float: none;
    }
    .contact-map-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .slider-nav {
        display: none;
    }
    .second-hero-heading {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 23px;
    }
    .small-title {
        text-align: center;
    }
    .brand.w--current {
        position: relative;
        display: block;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        float: left;
    }
    .image {
        margin-right: 0px;
    }
    .image.apple {
        display: inline-block;
        margin-top: 20px;
        margin-right: 0px;
    }
    .slide.testimonials {
        margin-left: 8px;
    }
    .slide.screen {
        width: 100%;
        margin-right: 0px;
    }
    .slide-responsive {
        width: 100%;
    }
    .image-middle {
        margin-bottom: 20px;
    }
    .social-icons {
        width: 60px;
    }
    .social-text {
        font-size: 12px;
    }
    .service-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ._11 {
        padding-right: 26px;
        padding-left: 26px;
    }
    .video1 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
    }
    .text1 {
        margin-bottom: 50px;
    }
    .text2 {
        display: block;
        margin: 40px 10px;
    }
    .select.w--current {
        background-color: #bbb;
    }
}
