@import url("font-awesome.min.css");
@import url("bootstrap.min.css");
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    color: #303643;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-weight: 500
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


body,h1,h2,h3,h4,h5,h6,p {
    font-family: 'Open Sans', sans-serif;
}

blockquote,h1,h2,h3,h4,h5,h6,p {
    margin-bottom: 10px
}
.content-section,
.content-wrapper,
.content-wrapper.usecase {
    position: relative
}

body {
    color: #677583;
    font-size: 16px;
    line-height: 24.5px
}

h1 {
    font-size: 26px;
    line-height: 35px
}

h2 {
    font-size: 23px;
    line-height: 29px
}

h3 {
    font-size: 19px;
    line-height: 26px
}

h4 {
    font-size: 17px;
    line-height: 24px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 13px;
    line-height: 19px
}

.title,
a,
p {
    color: #677583
}

p {
    font-size: 17px;
    line-height: 25px
}

a {
    text-decoration: none;
    cursor: pointer
}

li {
    margin-bottom: 8px
}

.content-wrapper.countrycontacts {
    padding: 50px 0px;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.content-section {
    overflow: hidden;
    padding: 50px;
    clear: both;
}

.button,
.button-2 {
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    min-height: 43.5px
}

.button,
.button-2,
.paragraph {
    font-family: 'Open Sans', sans-serif;
}

.paragraph.medium {
    color: #677583;
    font-size: 14px;
    line-height: 22.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.paragraph.small {
    display: none;
    font-size: 15px;
    line-height: 22px
}

.button, .button:hover, .button:focus {
    display: block;
    min-width: 165px;
    border-radius: 25px;
    background-image: linear-gradient(to right, #ff5b00, #eba915);
    background-image: -moz-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -o-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -webkit-linear-gradient(to right, #ff5b00, #eba915);
    box-shadow: 1px 1px 8px 1px rgba(41, 44, 39, .27);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-size: 14px;
    letter-spacing: .7px;
    transition: all 0.5s;
    font-weight: 600;
    transition: all 0.5s;
    text-decoration: none;
}

.button:hover {
    box-shadow: 0px 0px 8px #f4830b;
    color: #fff;
    text-decoration: none;
}

.button-3,
.green-line,
.red-line {
    min-width: 130px
}

.button-2,
.navlink {
    font-weight: 500;
    letter-spacing: .5px
}

.button:hover {
    background-color: #5db10a
}

.dropdown-toggle,
.navlink {
    padding-top: 18px;
    height: 56.5px
}

.navbar {
    position: fixed;
    top: 0;
    height: 58px;
    background-color: #fff
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56.5px;
    margin-left: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .2s ease
}

.navlink.red,
.submit-button {
    -webkit-transition: background-color .2s ease
}

.navlink {
    padding-right: 17px;
    padding-left: 17px;
    color: #000;
    font-size: 13.5px;
    text-transform: none
}

.navlink.red,
.title-white {
    text-transform: uppercase
}

.navlink.search1,
.tab-pane {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.text-white {
    color: #fff;
}

.hero-heading,
.hero-text,
.title-white {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 900;
}

.hero-heading {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 57.5px;
    text-align: center;
}

.hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    text-align: center
}

.title-white {
    display: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300
}

.title-white.normal {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none
}

.text-red {
    color: #ff9700 !important;
}

.red-line {
    width: 130px;
    height: 2px;
    background-color: #ff9700
}

.center-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.center-flex.start {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.subtitle-box {
    width: 60%;
    margin-bottom: 18px
}

.subtitle-white {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: .5px
}

.tab-pane._1,
.tab-pane._2,
.tab-pane._3 {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

.full-line,
.line {
    background-color: #c4cbd7
}

.heading-container {
    position: relative;
    z-index: 10;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.heading-container.less-border {
    margin-bottom: 25px
}

.heading-container.customblock {
    display: none
}

.center-icon {
    margin-bottom: 20px;
    text-align: center
}

.flex-header {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.heading-box {
    display: block;
    width: 34%;
    margin-left: auto
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.full-line,
.full-line.bottom-border.customblock,
.full-line.bottom-border.customeblock {
    display: none
}

.box {
    position: relative;
    width: 31.5%;
    height: 450px;
    background-image: url(../images/2_1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.box._1 {
    background-image: url(../images/1_1.jpg)
}

.box._3 {
    background-image: url(../images/bruce-mars-556398-unsplash-1.jpg)
}

.box-text {
    position: absolute;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px
}

.flex,
.notebook {
    position: relative
}

.paragraph-white {
    font-family: Roboto, sans-serif;
    color: #fff
}

.number,
.title-dark,
.title-white-link {
    font-family: Oswald, sans-serif
}

.paragraph-white.medium {
    font-size: 16px;
    line-height: 24px
}

.paragraph-white.small {
    font-size: 15px;
    line-height: 23px
}

.full-line {
    width: 100%;
    height: 1px;
    margin-top: 50px
}

.full-line.bottom-border {
    margin-bottom: 50px
}

.full-line.less-border {
    margin-top: 25px
}

.full-line._2-less-border {
    margin-top: 25px;
    margin-bottom: 50px
}

.full-line._4-less-border {
    margin-top: 25px;
    margin-bottom: 0
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.flex.customblock {
    display: none
}

.header-flex,
.notebook-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.input-spacing.checkbox,
.notebook-item,
.price-item,
.pricing-item,
.schedule-item {
    border-top: 1px solid #c4cbd7
}

.header-flex {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

._50-column-center {
    display: flex;
    width: 50%;
    -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
}

.flex-center,
.header-flex-stretch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._50-column-center.left-padding {
    position: relative;
    z-index: 10;
    padding-left: 40px
}

._50-column-center.landscape-border {
    padding: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

._50-column-center._2-left-padding {
    padding-left: 0
}

.header-flex-stretch {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.top-padding {
    padding-top: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.content-section-full._1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-position: 0 0
}

.flex-center {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.team-member {
    width: 30%;
    max-width: 345px;
    border-top-left-radius: 3px;
    -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.team-member:hover {
    box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, .38);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25)
}

.inner-wrapper {
    padding-right: 40px;
    padding-left: 40px
}

.feature-item {
    display: flex;
    width: 33%;
    padding: 30px 2.2% 25px;
    border-bottom: 1px solid #c4cbd7
}

._50-column {
    position: relative;
    width: 50%
}

._50-column.center {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

._50-column.center-flex {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._2-slider {
    width: 94%;
    height: 632px
}


._2-slider-text-box {
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 192px;
    height: 62.5px;
    padding-top: 17px;
    padding-left: 22.5px
}

.left-arrow-2,
.right-arrow-2 {
    z-index: 120;
    width: 40px;
    height: 40px;
    margin-top: 585px;
    padding-top: 3px;
    border-radius: 50%;
    -webkit-transition: opacity .2s ease
}

.right-arrow-2 {
    left: 67px;
    margin-left: 0;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    transition: opacity .2s ease
}

.button-7,
.left-arrow-2 {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff)
}

.left-arrow-2 {
    left: 20px;
    bottom: 0;
    background-image: linear-gradient(180deg, #fff, #fff);
    transition: opacity .2s ease
}

.cta-section,
.full-section._2 {
    background-attachment: scroll, fixed
}

._3-slider {
    width: 100%;
    height: 422px
}

._48-column {
    width: 48%;
    padding-left: 6%
}

._48-column.center {
    display: flex;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

._3-slider-text-box {
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 192px;
    height: 62.5px;
    padding-top: 17px;
    padding-left: 22.5px
}

.content-wrapper {
    display: block;
    max-width: 1210px;
    padding-bottom: 0;
}

.right-arrow-3 {
    right: 8px;
    bottom: 0;
    z-index: 120;
    width: 22px;
    height: 40px;
    margin-top: 372px;
    padding-top: 6px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: #fff
}

._2-preview-image:hover,
._3-preview-image:hover,
.author-pic:hover,
.preview-image:hover {
    opacity: .9
}

.schedule-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schedule {
    width: 20%
}

.schedule._2 {
    width: 28%
}

.schedule._3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.left-padding {
    padding-left: 20px
}

.left-padding.medium {
    padding-left: 10px
}

.left-padding.large {
    padding-left: 45px
}

.schedule-container {
    margin-bottom: 45px
}

._3-slide-1 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/lancershub1.png), -webkit-linear-gradient(270deg, #fd3f3f, #fd3f3f);
    background-image: url(../images/lancershub1.png), linear-gradient(180deg, #fd3f3f, #fd3f3f);
    background-size: 210px, auto
}

._2-content-section.displaynone,
.flex-space {
    display: none
}

._3-slide-2 {
    background-image: url(../images/caroline-attwood-301747-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

._2-content-section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px
}

._2-content-section.blue {
    background-color: rgba(220, 224, 232, .5)
}

._77-column {
    width: 77%;
    max-width: 485px
}

._77-column.left {
    text-align: left
}

._77-column.fullwidth {
    width: 100%
}

._90-column {
    width: 90%
}

.flex-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-space.mobile-center,
.pricing-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.flex-space.mobile-center {
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.pricing-box {
    width: 31%
}

.pricing-title {
    padding: 17px 20px 15px;
    border-top-right-radius: 5px;
    background-color: #ff5136;
    text-align: center
}

.regular-title {
    color: #fff;
    font-size: 18px
}

.regular-title.medium {
    font-size: 16px;
    font-weight: 500
}

.pricing-intro {
    padding: 30px 20px;
    text-align: center
}

.price {
    color: #303643;
    font-size: 38px;
    line-height: 38px
}

.currency {
    color: #677583;
    font-size: 23.5px;
    line-height: 23.5px
}

.text-dark {
    color: #303643
}

.text-dark.large-bold {
    font-size: 18px
}

.pricing-item {
    display: flex;
    padding: 13px 20px 11px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.pricing-icon {
    margin-right: 15px
}

.answer-tag,
.question,
.question-tag {
    margin-right: 9px;
    font-weight: 500
}

.pricing-border {
    border-left: 1px solid #c4cbd7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.faq-box,
.section-2.content-section {
    border-bottom: 1px solid #e5e6e4
}

.price-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.expand-2 {
    padding-top: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.faq-box {
    display: block;
    width: 50%;
    padding: 30px 30px 15px;
    border-right: 1px solid #e5e6e4
}

.faq-box._2,
.faq-box._4,
.faq-box._6 {
    border-right-style: none
}

.faq-box._5,
.faq-box._6 {
    border-bottom-style: none
}

.question-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.question-tag {
    display: none
}

.question {
    display: inline;
    color: #171b1e;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

._2-flex-center,
.answer-box {
    display: -webkit-flex;
    display: -ms-flexbox
}

._2-side-menu-link.red,
.answer-tag,
.button-6 {
    color: #ff5136
}

.answer-box {
    display: -webkit-box;
    display: flex
}

.answer-tag {
    display: none
}

._60-column,
.inline-block {
    display: inline-block
}

.special-section {
    background-color: #dce0e8;
    background-image: url(../images/White_1White.jpg);
    background-position: 50% 0;
    background-size: 1px 53px;
    background-repeat: repeat-x
}

._60-column {
    width: 59%;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.name-heading {
    font-family: Oswald, sans-serif;
    font-size: 50px;
    line-height: 60px
}

._2-submit-button,
.submit-button,
.title-name {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.subtitle {
    color: #303643;
    font-size: 22px
}

.heading-border {
    margin-bottom: 30px
}

.split-paragraph {
    color: #303643;
    -webkit-column-count: 2;
    column-count: 2
}

.capital-letter {
    position: relative;
    bottom: -4px;
    margin-right: 2px;
    color: #303643;
    font-size: 26px
}

.capital-letter.white {
    color: #fff
}

._2-flex-center {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block {
    position: absolute;
    left: 0;
    bottom: 80px;
    display: inline;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 11px;
    line-height: 11px;
    text-align: left
}

.lightbox-link,
.lightbox-link:hover {
    position: relative;
    background-image: url(../images/bruce-mars-554379-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.signature {
    margin-top: 10px
}

.left-padding-2 {
    padding-left: 40px
}

.title-box {
    margin-bottom: 15px
}

.title-box.medium {
    margin-bottom: 35px
}

.lightbox-item {
    width: 33.3333%;
    height: auto
}

.lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    margin-bottom: 14px;
    -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
}

.lightbox-link._2 {
    background-image: url(../images/victor-freitas-522935-unsplash.jpg)
}

.lightbox-link._3 {
    background-image: url(../images/rawpixel-com-256640-unsplash.jpg)
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4))
}

.form,
.plus {
    position: relative
}

.plus {
    z-index: 10;
    display: block
}

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/parallax.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/parallax.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center
}

.sign-up-form {
    display: block;
    margin-bottom: 0;
    padding: 4px;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, .2)
}

.select-field,
.text-field {
    display: inline-block;
    height: 42px;
    margin-right: 13px;
    margin-bottom: 0;
    border: 2px solid #e2452c
}

.text-field {
    padding-top: 4px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 16px
}

.text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.submit-button {
    width: 32%;
    height: 42px;
    min-width: 170px;
    padding-top: 6px;
    padding-bottom: 0;
    background-color: #e2452c;
    transition: background-color .2s ease;
    font-size: 11px;
    text-align: center;
    letter-spacing: .7px
}

.submit-button:hover {
    background-color: #fa3e21
}

.submit-button.green {
    background-color: #2b3b2d
}

.submit-button.green:hover {
    background-color: #3b503e
}

.select-field {
    width: 32%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0
}

.select-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.select-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.select-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 16px 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #ff5136
}

.tag,
.text-mini-block {
    display: inline-block
}

.tag {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 25px;
    padding: 7px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    background-color: #e2452c;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1.5px
}

._2-form,
._2-preview-image,
._3-form,
._3-preview-image,
.footer-form,
.preview-image {
    position: relative
}

.left-doodle,
.right-padding {
    padding-right: 20px
}

.tag.green {
    margin-left: 0;
    background-color: #2b3b2d
}

.left-doodle {
    width: 25%;
    margin-top: 15px;
    text-align: right
}

.right-doodle {
    width: 25%;
    margin-top: 15px;
    padding-left: 20px
}

.success-message {
    background-color: #ff5136;
    color: #fff
}

.empty-state,
.success-message.green {
    background-color: transparent
}

.success-message.green {
    color: #2b3b2d
}

.empty-state.border {
    margin-bottom: 70px
}

.text-mini {
    font-size: 13px;
    line-height: 13px
}

.text-mini.white {
    color: #fff
}

.column-wrapper {
    width: 50%;
    max-width: 585px
}

.collection-item {
    width: 49%;
    margin-bottom: 45px
}

.preview-image {
    overflow: hidden;
    width: 100%;
    min-height: 335px;
    margin-bottom: 10px;
    background-image: url(../images/example-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.preview-image.blog {
    min-height: 415px
}

.right-padding.large {
    padding-right: 45px
}

.title-name {
    color: #303643;
    font-size: 18px;
    line-height: 25px
}

.link-mini.white,
.text-mini-block.white {
    color: #fff
}

.title-name.large {
    font-size: 21px;
    line-height: 32px
}

.title-name.small {
    font-size: 16px;
    line-height: 20px
}

.link-mini,
.text-mini-block {
    margin-right: 3px;
    font-size: 14px;
    line-height: 21px
}

.link-mini:hover {
    text-decoration: underline
}

.footer-section {
    background-color: #171b1e;
}

.footer-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sign-up-form-2 {
    display: block;
    width: 72%;
    max-width: 840px;
    margin-bottom: 0;
    border-radius: 7px
}

.field-label {
    font-size: 11px;
    line-height: 11px
}

._2-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-top: 33px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 5px
}

._2-select-field,
._2-text-field {
    display: inline-block;
    margin-top: 4px;
    height: 42px
}

._2-text-field {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 54px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c4cbd7;
    background-image: url(../images/Dot_1Dot.jpg);
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px
}

._2-text-field.email,
._2-text-field.name,
._2-text-field.phone {
    background-repeat: no-repeat, repeat-y
}

._2-text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-text-field.name {
    background-image: url(../images/User_1User.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 50%, 40px 0;
    background-size: 17px, 1px
}

._2-text-field.email {
    background-image: url(../images/Email_1Email.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 56%, 40px 0;
    background-size: 17px, 1px
}

._2-text-field.phone {
    background-image: url(../images/Phone_1Phone.png), url(../images/Dot_1Dot.jpg);
    background-position: 14px 50%, 40px 0;
    background-size: 12px, 1px
}

._2-select-field {
    margin-right: 13px;
    margin-bottom: 0;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-left,
.footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._4-form,
.footer-flex {
    -webkit-box-pack: justify
}

._2-select-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-select-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-select-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._2-submit-button {
    width: 20%;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 0;
    background-color: #ff5136;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-size: 11px;
    text-align: center;
    letter-spacing: .7px;
    text-transform: uppercase
}

._2-preview-image,
.author-pic {
    -webkit-transition: opacity .2s ease
}

.h2-title,
.h4-title,
.h5-title {
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

._2-submit-button:hover {
    background-color: #fa3e21
}

.menu-setion,
.notice-section {
    background-color: #000
}

.menu-setion {
    padding: 15px;
}

.footer-flex {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-left,
.quote-big {
    -webkit-box-align: center
}

.footer-link {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.h3-title.getintouch.displaynone,
.section {
    display: block
}

.footer-link:hover {
    text-decoration: underline
}

.footer-link.red {
    margin-right: 0
}

.notice-box {
    padding-top: 17px;
    padding-bottom: 17px
}

.notice-text {
    color: #fff;
    font-size: 12px;
    line-height: 12px
}

._2-success-message {
    background-color: transparent;
    color: #fff
}

.inner-hero {
    overflow: hidden;
    width: 100%;
    padding-top: 160px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/contact.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/contact.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._2-preview-image,
._3-preview-image,
.author-pic {
    background-image: url(../images/example-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.h2-title {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1.5px
}

.h2-title.white {
    color: #fff
}

.h4-title {
    font-size: 22.5px;
    line-height: 32px;
    letter-spacing: 1px
}

.h4-title.text-small {
    font-size: 17.5px;
    letter-spacing: 0
}

.h4-title.small {
    font-size: 20px;
    line-height: 30px
}

.h5-title {
    letter-spacing: 1px
}

.h5-title.large {
    font-size: 20px;
    line-height: 24px
}

.h3-title,
.h3-white-title {
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.h5-title.less-border {
    margin-bottom: 4px
}

.h3-white-title {
    color: #fff;
    font-size: 23px;
    letter-spacing: 1.5px
}

.h3-title {
    color: #1e1f1d;
    font-size: 23.5px;
    letter-spacing: 1px
}

.h3-title.white {
    color: #fff
}

.button-3,
.h3-title.gray {
    color: #677583
}

.h3-title.large {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 5px
}

.h3-title.getintouch {
    margin-bottom: 20px;
    color: #171b1e
}

.h3-title.centeraligned {
    margin-bottom: 50px;
    text-align: center
}

.link-white {
    color: #fff;
    line-height: 22px
}

.flex-left {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.author-pic {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    transition: opacity .2s ease
}

.author-pic.medium {
    width: 40px;
    height: 40px
}

.author-pic.large {
    width: 90px;
    height: 90px
}

.h3-title-white {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 23.5px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.h3-title-white.large {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.latest-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._3-text-field,
.side-menu-link {
    display: inline-block;
    margin-bottom: 15px
}

._2-preview-image {
    overflow: hidden;
    width: 42%;
    min-height: 172px;
    margin-bottom: 10px;
    transition: opacity .2s ease
}

.right-text-preview {
    margin-left: 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.right-column {
    width: 34%
}

.side-column-item {
    margin-bottom: 40px
}

._3-preview-image {
    overflow: hidden;
    width: 36%;
    min-height: 92px;
    margin-bottom: 10px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.button-6,
.go-up {
    -webkit-transition: background-color .2s ease
}

.side-menu-link {
    text-decoration: none
}

.side-menu-link:hover {
    text-decoration: underline
}

.link-small {
    margin-right: 3px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none
}

.link-small:hover {
    text-decoration: underline
}

.link-small.border {
    margin-right: 10px
}

.h1-title {
    font-family: Oswald, sans-serif
}

.h1-title.large {
    color: #fff;
    font-size: 37px;
    line-height: 49px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

._3-text-field {
    width: 47%;
    height: 42px;
    padding-top: 4px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #c4cbd7;
    line-height: 16px
}

._3-form,
.mini-feature {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal
}

._3-text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._3-text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._3-text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._3-text-field.border {
    margin-right: 3%
}

._3-submit-button {
    width: 100%;
    height: 42px;
    max-width: 200px;
    min-width: 163px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 0;
    border-radius: 50px;
    background-color: #6ac214;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .7px;
    text-transform: uppercase
}

._5-submit-button,
.button-6 {
    min-width: 170px;
    text-transform: uppercase
}

._3-submit-button:hover {
    background-color: #5db10a
}

._3-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 395px;
    margin-top: 20px;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 5px
}

.go-up,
.scroll-down {
    position: absolute;
    height: 30px;
    background-repeat: no-repeat;
    right: 0;
}

._37-column,
._50-column-red,
.section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

._3-success-message {
    background-color: transparent
}

.go-up,
.go-up:hover,
.scroll-down,
.scroll-down.w--current {
    background-color: #6ac214
}

.go-up.w--current {
    display: none;
}

.go-up {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 32.6px;
    z-index: 9999;
    border-radius: 3px;
    background-image: url(../images/flecha-hacia-arriba.svg);
    background-position: 50% 50%;
    background-size: 13px;
    transition: background-color .2s ease
}

._25-column {
    width: 25%
}

._2-side-menu-link {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none
}

._2-side-menu-link.red.w--current,
._2-side-menu-link:hover {
    text-decoration: underline
}

.back-top,
.feature-button,
.link {
    text-decoration: none
}

.set {
    margin-bottom: 50px
}

.faq-box-item {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4cbd7
}

._37-column,
._65-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 160px;
    padding-bottom: 100px
}

.back-top {
    padding-right: 9px;
    background-image: url(../images/Arrow-3_1Arrow-3.png);
    background-position: 100% 50%;
    background-size: 7px;
    background-repeat: no-repeat;
    font-size: 10.5px;
    line-height: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px
}

._4-submit-button,
.button-6 {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.move-right {
    margin-top: 25px;
    text-align: right
}

.scroll-down {
    bottom: 0;
    z-index: 10;
    width: 32.6px;
    margin-right: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-image: url(../images/angulo-de-flecha-hacia-abajo.svg);
    background-position: 50% 50%;
    background-size: 13px
}

.inner-hero-text {
    margin-bottom: 90px
}

._65-column {
    display: flex;
    width: 63%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._2-tab-link,
.lightbox-link-2,
.play-button {
    background-repeat: no-repeat
}

._37-column {
    position: relative;
    z-index: 100;
    display: flex;
    width: 37%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff5136
}

.button-6,
.white-line {
    background-color: #fff
}

.white-line {
    width: 130px;
    height: 2px
}

.button-6 {
    min-height: 43.5px;
    padding-top: 14px;
    transition: background-color .2s ease;
    font-size: 11px;
    text-align: center;
    letter-spacing: .7px
}

.button-6:hover {
    background-color: #fa3e21;
    color: #fff
}

._4-submit-button {
    width: 100%;
    height: 58px;
    min-width: 163px;
    padding-top: 3px;
    padding-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ff5136;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .7px
}

._4-submit-button:hover {
    background-color: #fa3e21
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 18px
}

.checkbox-2 {
    margin-top: 3px;
    margin-right: 9px;
    margin-left: 0
}

.input-spacing {
    margin-bottom: 0;
    padding-right: 28px;
    padding-left: 28px;
    border-radius: 5px;
    text-align: center
}

._4-success-message,
.bg-white.line-borders,
.feature-button {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.input-spacing.checkbox {
    margin-right: 28px;
    margin-bottom: 20px;
    margin-left: 28px;
    padding: 9px 0;
    border-bottom: 1px solid #c4cbd7;
    font-style: italic
}

.input-spacing.large {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.form-title {
    padding: 17px 20px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #6ac214;
    text-align: left
}

._4-success-message,
.bg-white {
    background-color: #fff
}

._5-form {
    width: 35%;
    min-width: 365px
}

._4-success-message {
    min-height: 464px;
    padding-top: 155px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #c4cbd7
}

._2-tab-link._1,
._2-tab-link._2,
.bg-white.line-borders {
    border-right: 1px solid #c4cbd7
}

.form-spacing {
    padding: 20px
}

.form-tag {
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 11px;
    line-height: 13px
}

.offset-box {
    width: 67%;
    min-width: 310px;
    margin-left: 55%
}

.lightbox-link-2,
.tab-image {
    display: -webkit-flex;
    margin-right: auto;
    margin-left: auto
}

.bg-white.line-borders {
    padding-bottom: 0;
    border-bottom: 1px solid #c4cbd7;
    border-left: 1px solid #c4cbd7
}

.intro-feature {
    position: relative;
    width: 29%;
    min-height: 260px;
    padding-top: 20px;
    border-radius: 4px;
    background-color: #ff5136;
    box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, .45)
}

.feature-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #f63d20;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    letter-spacing: .7px
}

.feature-button:hover {
    background-color: #ff3b1c
}

._2-tab-link,
._2-tab-link._1.w--current,
._2-tab-link._2.w--current,
._2-tab-link._3.w--current {
    background-color: transparent
}

.text-block-2 {
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase
}

.feature-content {
    margin-bottom: 64px;
    padding-right: 25px;
    padding-left: 25px
}

.intro-feature-title {
    margin-bottom: 20px;
    text-align: center
}

._2-tab-link {
    width: 33.333%;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/3.png);
    background-position: 92% 50%;
    background-size: 46px
}

._2-tab-link._1,
._2-tab-link._2,
._2-tab-link._3 {
    background-position: 90% 50%
}

._2-tab-link._2 {
    background-image: url(../images/2.png);
    background-size: 46px
}

._2-tab-link._1 {
    background-image: url(../images/1.png);
    background-size: 29px
}

.large-circle._1,
.large-circle._2,
.large-circle._3,
.lightbox-link-2,
.play-button {
    background-position: 50% 50%
}

.tabs-menu-2 {
    z-index: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid #c4cbd7;
    border-radius: 4px
}

.lightbox-link-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 69%;
    height: 500px;
    -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;
    background-image: url(../images/bruce-mars-556398-unsplash-1.jpg);
    background-size: cover
}

._57-column,
.tab-image {
    -webkit-box-pack: center
}

.tip {
    position: absolute;
    left: 28px;
    top: -28px;
    z-index: 100
}

._2-tab-pane {
    padding-bottom: 50px
}

.display-none {
    display: none
}

.play-button {
    width: 115px;
    height: 70px;
    background-color: rgba(255, 81, 54, .85);
    background-image: url(../images/flecha-reproducir.svg);
    background-size: 30px;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.play-button:hover {
    background-color: rgba(255, 81, 54, .93);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.tab-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 69%;
    height: auto;
    -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
}

.content-section-red {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ff5136
}

.book-column {
    width: 50%;
    padding-right: 45px;
    text-align: right
}

._4-text-field {
    display: inline-block;
    width: 48%;
    height: 42px;
    margin-top: 4px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 54px;
    border: 2px solid #e2452c;
    background-image: url(../images/Dot_1Dot.jpg);
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px
}

._4-form,
._57-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._4-text-field.email,
._4-text-field.name,
._4-text-field.phone {
    background-repeat: no-repeat, repeat-y
}

._4-text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._4-text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._4-text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-submit-button,
.button-3 {
    -webkit-transition: background-color .2s ease;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 500
}

._4-text-field.name {
    background-image: url(../images/User_1User.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 50%, 40px 0;
    background-size: 17px, 1px
}

._4-text-field.email {
    margin-top: 0;
    background-image: url(../images/Email_1Email.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 56%, 40px 0;
    background-size: 17px, 1px
}

._4-text-field.phone {
    margin-top: 0;
    background-image: url(../images/Phone_1Phone.png), url(../images/Dot_1Dot.jpg);
    background-position: 14px 50%, 40px 0;
    background-size: 12px, 1px
}

._4-text-field.last-name {
    padding-left: 15px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat
}

.large-circle._1,
.large-circle._2,
.large-circle._3 {
    background-size: 110px;
    background-repeat: no-repeat
}

._4-form {
    position: relative;
    display: flex;
    margin-top: 35px;
    padding-top: 33px;
    padding-bottom: 16px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #ff5136
}

._5-submit-button {
    width: 100%;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 0;
    background-color: #f63d20;
    transition: background-color .2s ease;
    text-align: center;
    letter-spacing: .7px
}

._2-tag,
._5-submit-button:hover {
    background-color: #e2452c
}

._2-tag {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 9px 7px 6px;
    border-radius: 2.5px;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

._2-intro-feature,
._50-column-red,
.image-block,
.rounded-box,
.rounded-box._1,
.row-20 {
    position: relative
}

._57-column {
    display: flex;
    width: 57%;
    padding-right: 20px;
    padding-left: 45px;
    -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
}

._42-column,
.split-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._42-column {
    display: flex;
    width: 42%;
    -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
}

._42-column._2 {
    padding-right: 0;
    padding-left: 65px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.large-circle {
    width: 255px;
    height: 255px;
    border-radius: 50%;
    background-color: #ff5136
}

.large-circle._2 {
    background-image: url(../images/manzana.svg)
}

.large-circle._3 {
    background-image: url(../images/barra-con-pesas.svg)
}

.split-column {
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 45px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #c4cbd7
}

._50-column-red,
.testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.split-column._2-no-border,
.split-column.reverse {
    margin-bottom: 0
}

.content-section-blue {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(220, 224, 232, .5)
}

.testimonial {
    display: flex;
    width: 75%;
    max-width: 420px;
    margin-bottom: 30px;
    padding: 20px 20px 15px;
    border-radius: 6px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 81, 54, .98), rgba(255, 81, 54, .98)), url(../images/example-bg.png);
    background-image: linear-gradient(180deg, rgba(255, 81, 54, .98), rgba(255, 81, 54, .98)), url(../images/example-bg.png);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, .45);
    text-align: left
}

._50-column-red._3-left-icon,
._50-column-red.left-icon,
.feature-icon._1,
.feature-icon._2,
.testimonial-pic,
.testimonial-pic._3 {
    background-repeat: no-repeat
}

.button-3,
.row-20 {
    text-align: center
}

.testimonial._1 {
    margin-right: 9%;
    background-image: -webkit-linear-gradient(270deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/victor-freitas-522935-unsplash_1.jpg);
    background-image: linear-gradient(180deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/victor-freitas-522935-unsplash_1.jpg)
}

.testimonial._2 {
    margin-right: 28%;
    background-image: -webkit-linear-gradient(270deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/bruce-mars-556398-unsplash-1.jpg);
    background-image: linear-gradient(180deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/bruce-mars-556398-unsplash-1.jpg)
}

.image-7,
.testimonial-pic {
    margin-right: 10px
}

.testimonial._3 {
    background-image: -webkit-linear-gradient(270deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/victor-freitas-522935-unsplash_1.jpg);
    background-image: linear-gradient(180deg, rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url(../images/victor-freitas-522935-unsplash_1.jpg)
}

.testimonial-pic {
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 3px;
    border-color: hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    background-image: url(../images/example-bg.png);
    background-position: 50% 50%;
    background-size: 125px
}

.testimonial-pic._1 {
    background-image: url(../images/1_21.jpg);
    background-size: 50px
}

.testimonial-pic._2 {
    background-image: url(../images/2_22.jpg);
    background-size: 50px
}

.testimonial-pic._3 {
    background-image: url(../images/3_23.jpg);
    background-position: 50% 50%;
    background-size: 50px
}

.testimonial-left {
    margin-right: 5px
}

.testimonial-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.star {
    margin-right: 3px
}

._50-column-red {
    display: flex;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #ff5136
}

._50-column-red._2-left-icon {
    background-image: url(../images/pesa-2.svg);
    background-position: 50% 50%;
    background-size: 220px;
    background-repeat: no-repeat
}

._50-column-red.left-icon {
    background-image: url(../images/cubiertos-1.svg);
    background-position: 50% 50%;
    background-size: 250px
}

._50-column-red._3-left-icon {
    background-image: url(../images/bascula.svg);
    background-position: 50% 50%;
    background-size: 200px
}

.feature-icon._1,
.feature-icon._2,
.feature-icon._3 {
    background-position: 50% 50%;
    background-size: 30px
}

._2-intro-feature {
    width: 30%;
    max-height: 280px;
    margin-bottom: 3%;
    padding: 30px 25px;
    border: 1px #c4cbd7;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 3px #ececec
}

._2-feature-item,
.intro-feature-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.feature-40,
.tags {
    border-top: 1px solid #c4cbd7
}

._2-feature-item,
.contact-item,
.split-column-2,
.tags {
    border-bottom: 1px solid #c4cbd7
}

.feature-40,
.row-20._1,
.row-20._2,
.row-title {
    border-right: 1px solid #c4cbd7
}

._2-intro-feature:hover {
    box-shadow: 0 0 10px 3px #ddd
}

.circle-item._2,
.rounded-box._1 {
    box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, .45)
}

.feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ff5136
}

.feature-icon._1 {
    background-image: url(../images/cardiograma-1.svg)
}

.feature-icon._2 {
    background-image: url(../images/manzana.svg)
}

.feature-icon._3 {
    background-image: url(../images/barra-con-pesas.svg);
    background-repeat: no-repeat
}

._50-column-icon._1,
._50-column-icon._2,
._50-column-icon._4 {
    background-size: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.intro-feature-icon {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.button-3 {
    width: 100%;
    min-height: 43.5px;
    padding-top: 14px;
    border: 1px solid #c4cbd7;
    border-radius: 2.5px;
    background-color: transparent;
    transition: background-color .2s ease;
    letter-spacing: .7px;
    text-transform: uppercase
}

._4-right-arrow,
.left-arrow-3 {
    -webkit-transition: opacity .2s ease
}

.title-green,
.title-link {
    font-family: Oswald, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase
}

.button-3:hover {
    background-color: #677583;
    color: #fff
}

.trainer {
    width: 61%;
    max-width: 345px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.section {
    padding: 50px 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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
}

.section.displaynone {
    display: none
}

.section.sectionbg {
    background-color: #f6f6f6
}

._50-column-icon {
    width: 40%;
    height: 215px
}

._50-column-icon._1 {
    background-image: url(../images/bascula.svg)
}

._50-column-icon._2 {
    background-image: url(../images/reloj-inteligente-1.svg)
}

._50-column-icon._4 {
    background-image: url(../images/manzana.svg)
}

._50-column-icon._3 {
    background-image: url(../images/pescado_1.svg);
    background-position: 50% 50%;
    background-size: 95px;
    background-repeat: no-repeat
}

.image-block {
    width: 490px;
    height: 590px;
    background-image: url(../images/vitchakorn-koonyosying-494183-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.image-block._3 {
    background-image: url(../images/victor-freitas-522935-unsplash.jpg)
}

._2-feature-item {
    display: flex;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column-red,
.full-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.column-red,
.full-section._3 {
    padding-top: 100px;
    padding-bottom: 100px
}

.full-section,
.row-1 {
    -webkit-flex-wrap: wrap
}

._2-feature-item.no-border {
    margin-bottom: 0
}

._2-feature-icon {
    width: 70px;
    height: 70px;
    margin-top: 3px;
    margin-right: 20px;
    border: 1px solid #c4cbd7;
    border-radius: 4px;
    background-image: url(../images/ropa-de-deporte.svg);
    background-position: 50% 50%;
    background-size: 27px;
    background-repeat: no-repeat
}

.feature,
.features-list {
    border: 1px solid #c4cbd7
}

._2-feature-icon._2 {
    background-image: url(../images/pesa-3.svg);
    background-size: 27px
}

._2-feature-icon._3 {
    background-image: url(../images/peso.svg);
    background-size: 27px
}

.full-section {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(../images/asaf-r-300803-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.full-section._2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../images/christopher-campbell-40367-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../images/christopher-campbell-40367-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

.full-section._3 {
    display: block;
    background-color: #ff3b1c;
    background-image: none
}

.full-section._5 {
    background-image: url(../images/bruce-mars-554386-unsplash-1.jpg)
}

.full-section._6 {
    background-image: url(../images/caroline-attwood-301745-unsplash.jpg)
}

.column-red {
    display: flex;
    width: 50%;
    padding-right: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #ff5136
}

.feature-40,
.row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.overlay-gradient {
    width: 50%;
    background-image: -webkit-linear-gradient(0deg, #ff5136, transparent 35%);
    background-image: linear-gradient(90deg, #ff5136, transparent 35%)
}

.features-list {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.row-1 {
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-title {
    width: 40%;
    padding: 15px 25px 13px
}

.row-20 {
    overflow: hidden;
    width: 20%;
    padding: 21px 25px 13px
}

.feature-40 {
    display: flex;
    width: 40%;
    padding: 8px 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._50-column-flex,
.slider-column.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.text-gray {
    color: #677583
}

._87-column {
    width: 87%;
    max-width: 485px
}

._50-column-flex {
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.arrow-box {
    padding-top: 55px;
    -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
}

.column,
.slider-column {
    padding-top: 100px;
    padding-bottom: 100px
}

._2-slide-nav {
    display: none
}

.slider-column {
    width: 50%;
    min-height: 590px
}

.slider-column.left {
    display: flex;
    padding-right: 90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f63d20
}

.rounded-box,
.slider-column.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column
}

.slider-column.right {
    display: flex;
    padding-left: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff5136
}

.circle-item,
.rounded-box {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center
}

.slider {
    height: 100%
}

._4-right-arrow {
    opacity: .8;
    transition: opacity .2s ease
}

._4-right-arrow:hover {
    opacity: 1
}

._2-testimonial-pic {
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background-image: url(../images/Pic.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

._2-testimonial-pic._2 {
    background-image: url(../images/Pic-2.jpg), url(../images/Pic.jpg);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat
}

._2-image-block,
._3-feature-icon._1,
._3-feature-icon._2,
._3-feature-icon._3 {
    background-position: 50% 50%
}

._2-image-block,
._3-feature-icon._1,
._3-feature-icon._2,
._3-feature-icon._3,
.absolute-icon._1,
.absolute-icon._2 {
    background-repeat: no-repeat
}

._2-testimonial-pic._3 {
    background-image: url(../images/Pic-3.jpg)
}

._3-feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #dce0e8
}

._3-feature-icon._1,
._3-feature-icon._2,
._3-feature-icon._3,
.button-4:hover,
.button-5 {
    background-color: transparent
}

._3-feature-icon._1 {
    background-image: url(../images/requirements.png);
    background-size: 61px
}

._3-feature-icon._1.development {
    background-image: url(../images/development.png);
    background-size: 61px
}

._3-feature-icon._2 {
    background-image: url(../images/UIUX.png);
    background-size: 61px
}

._3-feature-icon._2.quality {
    background-image: url(../images/quality.png);
    background-size: 61px
}

._3-feature-icon._3 {
    background-image: url(../images/prototype.png);
    background-size: 61px
}

._3-feature-icon._3.deploy {
    background-image: url(../images/deploy.png);
    background-size: 61px
}

.rounded-box {
    display: flex;
    width: 205px;
    height: 205px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 37.5px;
    background-color: #ff5136
}

.circle-item,
.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.rounded-box._1 {
    z-index: 10;
    margin-right: 20px;
    background-color: #f63d20
}

.circle-item,
.circle-item._3,
.rounded-box._3 {
    background-color: #ff5136;
    position: relative
}

.rounded-box._3 {
    top: 0;
    right: 0;
    bottom: 0;
    width: 145px;
    height: 145px;
    border-radius: 25.5px
}

.rounded-box._2 {
    width: 175px;
    height: 175px;
    margin-right: 17px;
    border-radius: 30.5px
}

.circle-item {
    left: 10%;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.column,
.column._2 {
    padding-right: 45px
}

.circle-item._3 {
    left: 15%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 175px;
    height: 175px
}

.circle-item._2 {
    left: 10%;
    top: 104px;
    width: 265px;
    height: 265px;
    background-color: #f63d20
}

.column {
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.quote-big,
.split-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.column._2 {
    padding-left: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.text-span {
    position: relative;
    bottom: 9px;
    margin-left: 1px;
    font-size: 12px
}

._2-absolute-icon,
.absolute-icon {
    margin-left: 30px;
    border-radius: 50%;
    bottom: -25px;
    background-color: #ff5136
}

._2-image-block {
    position: relative;
    width: 42%;
    height: 280px;
    background-image: url(../images/rawpixel-com-256640-unsplash.jpg);
    background-size: cover
}

.absolute-icon._1,
.absolute-icon._2,
.absolute-icon._3 {
    background-position: 50% 50%;
    background-size: 30px
}

._2-image-block._2 {
    background-image: url(../images/victor-freitas-546919-unsplash.jpg)
}

._2-image-block._3 {
    background-image: url(../images/bruce-mars-554379-unsplash.jpg)
}

.absolute-icon {
    position: absolute;
    width: 65px;
    height: 65px
}

.absolute-icon._1 {
    background-image: url(../images/cubiertos-1.svg)
}

.absolute-icon._2 {
    background-image: url(../images/pesa-2.svg)
}

.absolute-icon._3 {
    background-image: url(../images/bascula.svg);
    background-repeat: no-repeat
}

._3-image-block,
.intro-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.split-column-2 {
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    padding-right: 20px;
    padding-bottom: 55px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.split-column-2.no-border {
    margin-bottom: 0
}

.intro-box {
    width: 31%
}

.intro-image {
    width: 100%;
    min-height: 225px;
    margin-bottom: 15px;
    background-image: url(../images/rawpixel-com-256640-unsplash.jpg)
}

.intro-image._2 {
    background-image: url(../images/victor-freitas-546919-unsplash.jpg)
}

.intro-image._3 {
    background-image: url(../images/bruce-mars-554379-unsplash.jpg)
}

._3-image-block {
    position: relative;
    width: 92%;
    height: 365px;
    background-image: url(../images/alexander-redl-185764-unsplash.jpg)
}

._2-absolute-icon {
    position: absolute;
    width: 65px;
    height: 65px
}

._2-absolute-icon._2 {
    right: 25px;
    bottom: -25px;
    background-image: url(../images/barra-con-pesas.svg);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat
}

.slider-2 {
    width: 100%;
    height: 100%;
    background-color: #ff5136
}

.quote-slide {
    overflow: hidden;
    padding: 50px 50px 50px 70px
}

._4-image-block {
    width: 46%;
    height: 575px;
    background-image: url(../images/kyle-smith-528234-unsplash.jpg);
    background-position: 50% 50%;
    background-size: 500px;
    background-repeat: no-repeat
}

._4-image-block._2 {
    background-image: url(../images/jake-jackson-263836-unsplash.jpg);
    background-size: cover
}

.quote-big {
    display: flex;
    width: 54%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-horizontal,
.quote-offset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.quote-offset {
    position: relative;
    left: -60px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.gradient,
.hero-tabs {
    left: 0;
    bottom: 0;
    right: 0
}

.flex-horizontal {
    display: flex;
    width: 100%
}

.contact-item,
.top-border-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.gradient {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/Gradient.png);
    background-position: 50% 100%;
    background-size: 5px;
    background-repeat: repeat-x;
    opacity: .85
}

._5-image-block {
    position: relative;
    width: 100%;
    height: 365px;
    background-image: url(../images/caroline-attwood-301748-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

._5-image-block._2 {
    background-image: url(../images/bruce-mars-558730-unsplash.jpg)
}

._5-image-block._3 {
    background-image: url(../images/victor-freitas-522926-unsplash.jpg)
}

._4-feature-icon {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.feature {
    width: 29.5%;
    margin-bottom: 45px;
    padding: 30px 3% 25px;
    border-radius: 4px
}

.feature._4,
.feature._5,
.feature._6 {
    margin-bottom: 0
}

.contact-item {
    display: flex;
    width: 90%;
    margin-bottom: 45px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

._5-text-area,
._5-text-field {
    display: inline-block;
    width: 100%
}

.contact-item.no-border {
    margin-bottom: 0
}

.link:hover {
    text-decoration: underline
}

._6-form {
    width: 100%
}

._5-text-field {
    height: 42px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 54px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c4cbd7;
    border-radius: 3px;
    background-image: url(../images/whatsApp.png), url(../images/Dot_1Dot.jpg);
    background-position: 8px 50%, 40px 0;
    background-size: 25px, 1px;
    background-repeat: no-repeat, repeat-y;
    line-height: 16px
}

._5-text-field.email,
._5-text-field.name {
    background-size: 17px, 1px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-repeat: no-repeat, repeat-y
}

._5-text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-text-field.name {
    margin-right: 3%;
    background-image: url(../images/User_1User.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 50%, 40px 0
}

._5-text-field.email {
    background-image: url(../images/Email_1Email.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 56%, 40px 0
}

._5-text-field.phone {
    margin-bottom: 20px;
    border-radius: 3px;
    background-image: url(../images/Phone_1Phone.png), url(../images/Dot_1Dot.jpg);
    background-position: 14px 50%, 40px 0;
    background-size: 12px, 1px;
    background-repeat: no-repeat, repeat-y
}

._5-text-area,
.info-box {
    border: 1px solid #c4cbd7
}

._5-text-field.last-name {
    padding-left: 14px;
    background-image: none
}

._5-text-field.skype {
    background-image: url(../images/skype.png), url(../images/Dot_1Dot.jpg);
    background-position: 7px 50%, 40px 0;
    background-size: 25px, 1px;
    background-repeat: no-repeat, repeat-y
}

._5-text-field.location {
    background-image: url(../images/location.png), url(../images/Dot_1Dot.jpg);
    background-size: 24px, 1px
}

._5-text-field.budget {
    background-image: url(../images/money1.png), url(../images/Dot_1Dot.jpg);
    background-position: 6px 7px, 40px 0;
    background-size: 27px, 1px;
    background-repeat: no-repeat, repeat-y
}

._5-text-area {
    min-height: 85px;
    margin-bottom: 25px;
    padding-top: 17px;
    padding-bottom: 0;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px
}

._5-text-area::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-text-area:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._5-text-area::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.checkbox-3 {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0
}

.top-border-flex {
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

._3-input-spacing,
.hero-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._3-input-spacing {
    display: flex;
    margin-right: 20px;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.tag-title,
.text-block-3 {
    margin-right: 5px
}

.hero-post {
    position: relative;
    display: flex;
    min-height: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-image: url(../images/example-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.tags,
.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.title-link {
    margin-bottom: 10px;
    color: #677583;
    font-size: 15px;
    text-decoration: none
}

.title-link:hover {
    text-decoration: underline
}

._2-title-white,
.link-block,
.tab {
    text-decoration: none
}

.title-link.red {
    color: #ff5136
}

.tags {
    display: flex;
    margin-bottom: 50px;
    padding-top: 13px;
    padding-bottom: 13px
}

.tag-title {
    position: relative;
    display: inline-block
}

.final-dots {
    margin-bottom: 25px;
    text-align: center
}

.left-justified {
    text-align: right
}

.utility-page-wrap {
    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
}

._60-column-hero,
.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.utility-page-content {
    display: flex;
    width: 260px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}


.subheading.footersales {
    display: inline-block;
    width: 50%;
    margin-bottom: 5px;
    color: #6ac214;
    text-align: center
}

.content-section-3 {
    padding-top: 80px;
    padding-bottom: 35px
}

.content-section-3.displaynone {
    display: none
}

._2-heading-box,
._2-subheading {
    display: block;
    width: 34%;
    margin-right: auto;
    margin-left: auto
}

.footer-text-field {
    display: inline-block;
    height: 42px;
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 54px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(../images/Dot_1Dot.jpg);
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px
}

.footer-text-field::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.footer-text-field:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.footer-text-field::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.footer-text-field.name {
    background-image: url(../images/User_1User.png), url(../images/Dot_1Dot.jpg);
    background-position: 13px 50%, 40px 0;
    background-size: 17px, 1px;
    background-repeat: no-repeat, repeat-y
}

._2-40-column._1,
._2-circular-icon._1,
.plus-sign {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.input-border-footer {
    width: 25%;
    margin-right: 1.5%
}

.name-heading-green {
    margin-bottom: 15px;
    font-family: Oswald, sans-serif;
    color: #2b3b2d;
    font-size: 55px;
    line-height: 60px
}

.subtitle-green {
    color: #2b3b2d;
    font-size: 22px
}

.split-paragraph-green {
    color: #2b3b2d;
    -webkit-column-count: 2;
    column-count: 2
}

._60-column-hero {
    position: relative;
    display: flex;
    width: 59%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._3-flex-center,
.hero-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._3-flex-center {
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.hero-tabs {
    position: absolute;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 305px;
    height: 105px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 22px;
    border-top-right-radius: 5px;
    background-color: #c0cec2
}

.ebook-absolute,
.guy-hero {
    position: absolute;
    bottom: 0;
    left: 0
}

._2-circular-icon,
.content-section-green,
.download,
.full-section-2 {
    background-color: #d3dbd4
}

.tab.border {
    margin-right: 5%;
    color: #677583
}

.center-intro,
.guy-hero {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.title-green {
    margin-bottom: 10px;
    color: #2b3b2d;
    font-size: 15px
}

.title-green.medium {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.text-small-green {
    color: #2b3b2d;
    font-size: 14px;
    line-height: 18px
}

.tab-column {
    width: 56%
}

.large-border {
    margin-bottom: 180px
}

.guy-hero {
    right: 0
}

._2-40-column,
.button-5,
.download-sign-up,
.form-green,
.grid-item,
.plus-sign {
    position: relative
}

.center-intro {
    width: 58%;
    text-align: center
}

._2-40-column,
._2-60-column,
.plus-sign,
.text-block-3 {
    display: inline-block
}

.title-medium {
    font-size: 17.5px;
    text-transform: none
}

.intro-text {
    color: #2b3b2d;
    font-size: 22.5px;
    line-height: 33.5px
}

.italicized,
.italicized-link {
    line-height: 20px;
    font-style: italic
}

.content-section-green {
    padding-top: 100px;
    padding-bottom: 100px
}

.button-4,
.green-line {
    background-color: #2b3b2d
}

._2-40-column {
    width: 40%;
    text-align: center
}

._2-40-column._1 {
    background-image: url(../images/zach-ward-484586-unsplash-1.jpg);
    background-size: cover
}

._2-40-column.right-padding {
    padding-right: 0
}

._2-40-column.left-padding {
    padding-left: 0
}

.italicized {
    font-family: 'Noto Serif', sans-serif;
    color: #2b3b2d;
    font-size: 13px
}

.italicized.medium {
    font-size: 15px;
    line-height: 22px
}

._2-60-column {
    width: 59%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.h2-title-green {
    font-family: Oswald, sans-serif;
    color: #2b3b2d;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.green-line {
    width: 65%;
    height: 2px
}

.button-4,
.button-5 {
    min-width: 170px;
    font-size: 11px;
    text-align: center;
    letter-spacing: .7px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    -webkit-transition: background-color .2s ease;
    text-transform: uppercase
}

.button-4 {
    padding-top: 14px;
    transition: background-color .2s ease
}

.button-4:hover {
    padding-top: 12px;
    padding-bottom: 7px;
    border: 2px solid #303643;
    color: #303643
}

.button-5 {
    height: 47px;
    padding: 12px 9px 9px;
    border: 2px solid #2b3b2d;
    transition: background-color .2s ease;
    color: #2b3b2d
}

.button-5:hover {
    background-color: #2b3b2d;
    color: #fff
}

.button-5.no-border {
    border-left-style: none
}

.italicized-link {
    font-family: 'Noto Serif', sans-serif;
    color: #2b3b2d;
    font-size: 13px
}

.plus-sign {
    top: 1px;
    width: 11px;
    height: 11px;
    border-radius: 1.5px;
    background-color: #2b3b2d;
    background-image: url(../images/boton-anadir.svg);
    background-size: 5px
}

.mini-feature,
.mini-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.mini-feature {
    display: flex;
    padding: 9px 20px;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2b3b2d;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.mini-feature._2 {
    border-left-style: none;
    border-left-color: #000;
    border-radius: 0 3px 3px 0
}

.mini-features {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.full-section-2,
.grid-border {
    display: -webkit-flex;
    display: -ms-flexbox
}

.full-section-2 {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._80-column {
    width: 80%
}

._3-59-column {
    display: inline-block;
    overflow: hidden;
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 65px
}

._3-feature-item,
.grid-border {
    display: -webkit-box;
    margin-bottom: 35px
}

.paragraph-green {
    font-family: Roboto, sans-serif;
    color: #2b3b2d
}

._2-title-white,
.h2_heading,
.h3-title-green {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.paragraph-green.medium {
    font-size: 16px;
    line-height: 24.5px
}

.text-medium-green {
    color: #2b3b2d;
    font-weight: 500
}

.grid-border {
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #a5b1a7
}

._2-flex-space,
._3-feature-item {
    display: -webkit-flex;
    display: -ms-flexbox
}

._2-flex-space,
.column-2 {
    -webkit-flex-direction: row
}

.grid-item {
    width: 50%;
    padding-right: 20px
}

.h3-title-green {
    color: #2b3b2d;
    font-size: 23.5px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase
}

._3-feature-item {
    display: flex;
    width: 31%;
    padding: 30px 2% 25px;
    border: 1px solid #c0cec2;
    border-radius: 4px
}

._2-circular-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%
}

._2-circular-icon._1 {
    background-image: url(../images/barra-con-pesas-2.svg);
    background-size: 20px
}

._2-circular-icon._2 {
    background-image: url(../images/reloj-inteligente-3.svg);
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat
}

._2-circular-icon._3,
._2-circular-icon._4,
._2-circular-icon._5,
._2-circular-icon._6 {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

._2-circular-icon._3 {
    background-image: url(../images/tenis-de-mesa-1.svg)
}

._2-circular-icon._4 {
    background-image: url(../images/pescado-2.svg)
}

._2-circular-icon._5 {
    background-image: url(../images/zumo-recien-exprimido-2.svg)
}

._2-circular-icon._6 {
    background-image: url(../images/cardiograma-4.svg)
}

._2-flex-space {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

._17-column.right,
.form-green {
    display: -webkit-flex;
    display: -ms-flexbox
}

._17-column {
    width: 17%
}

._17-column.right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.download-sign-up {
    width: 100%;
    padding-right: 10px
}

.form-green {
    display: -webkit-box;
    display: flex;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-right: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px
}

.text-field-green {
    display: inline-block;
    height: 44px;
    margin-right: 13px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #c0cec2;
    line-height: 16px
}

._3-flex-space,
.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._2-center-flex,
.block-quote {
    border-top: 1px solid #c4cbd7;
    text-align: center
}

.text-field-green::-webkit-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.text-field-green:-ms-input-placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.text-field-green::placeholder {
    color: #303643;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

._3-flex-space {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ebook-absolute {
    top: -37px;
    width: 165px
}

.download {
    position: relative;
    display: flex;
    width: 64%;
    max-width: 737px;
    padding-left: 165px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px
}

._50-column-end,
.tab-image-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

._50-column-end {
    position: relative;
    display: flex;
    width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.left-arrow-3 {
    right: 30px;
    bottom: 0;
    width: 22px;
    height: 40px;
    margin-top: 372px;
    margin-right: 0;
    padding-top: 6px;
    transition: opacity .2s ease
}

.guy-column {
    position: relative;
    display: inline-block;
    width: 41%;
    margin-right: 10px;
    text-align: center
}

.tab-image-right {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

._2-header-border,
._2-header-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._2-top-padding {
    padding-top: 16px
}

._1-50-program,
._3-50-program {
    padding: 100px 60px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.side-green-line {
    width: 65%;
    height: 1px;
    min-width: 130px;
    background-color: #c0cec2
}

._2-white-line {
    width: 130px;
    height: 2px;
    background-color: #fff
}

.slide-arrow {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.slide-arrow:hover {
    opacity: 1
}

._2-red-line {
    width: 130px;
    height: 2px;
    background-color: #fff
}

._2-red-line._2-top-border {
    margin-top: 10px;
    margin-bottom: 25px
}

._2-header-border {
    display: flex
}

._3-slide-nav {
    display: none
}

._2-header-flex {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

._77-column-icons,
.blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._50-center {
    position: absolute;
    text-align: center
}

._50-center.border {
    margin-bottom: 20px
}

.center-50 {
    width: 50%;
    text-align: center
}

._77-column-icons {
    display: flex;
    width: 77%;
    max-width: 485px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._77-column-icons.center {
    -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
}

.blocks {
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

._3-50-program,
.layouts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative
}

.layouts {
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.layout-box {
    width: 46%;
    margin-bottom: 80px
}

.layout-preview {
    overflow: scroll;
    width: 100%;
    height: 640px;
    margin-bottom: 15px;
    box-shadow: 31px 31px 44px -22px rgba(103, 117, 130, .3)
}

.boxshadow,
.image-10,
.image-11 {
    box-shadow: 0 0 6px 0 #bebdbd
}

._87-column-description {
    width: 87%;
    max-width: 485px
}

._2-title-white {
    margin-bottom: 3px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase
}

._2-title-white:hover {
    background-color: #fff;
    color: #ff5136
}

._2-50-column-icon {
    width: 50%;
    height: 215px
}

._2-50-column-icon._1 {
    background-image: url(../images/ropa-de-deporte-1.svg);
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat
}

._2-50-column-icon._2 {
    background-image: url(../images/zapato.svg);
    background-position: 50% 50%;
    background-size: 120px;
    background-repeat: no-repeat
}

._2-50-column-icon._3,
._2-50-column-icon._4 {
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

._2-50-column-icon._3 {
    background-image: url(../images/shorts.svg)
}

._2-50-column-icon._4 {
    background-image: url(../images/peso-2.svg)
}

._3-50-program {
    display: flex;
    width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-554379-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-554379-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._1-50-program,
.info-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._3-50-program._2 {
    background-image: url(../images/zapato.svg), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-558730-unsplash.jpg);
    background-image: url(../images/zapato.svg), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-558730-unsplash.jpg);
    background-position: 50% 50%, 0 0, 50% 50%;
    background-size: 200px, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat
}

._1-50-program,
._3-50-program._3 {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._3-50-program._3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-558661-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-558661-unsplash.jpg)
}

._1-50-program {
    position: relative;
    display: flex;
    width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg)
}

._1-50-program._2 {
    background-image: url(../images/pescado.svg), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/caroline-attwood-301746-unsplash.jpg);
    background-image: url(../images/pescado.svg), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/caroline-attwood-301746-unsplash.jpg);
    background-position: 50% 50%, 0 0, 50% 50%;
    background-size: 150px, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat
}

._1-50-program._3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/caroline-attwood-301742-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/caroline-attwood-301742-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._1-50-program._1 {
    padding-top: 160px
}

._3-50-column-icon {
    width: 50%;
    height: 215px
}

._3-50-column-icon._1 {
    background-image: url(../images/manzana.svg);
    background-position: 50% 50%;
    background-size: 120px;
    background-repeat: no-repeat
}

._3-50-column-icon._2,
._3-50-column-icon._3,
._3-50-column-icon._4 {
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat
}

._3-50-column-icon._2 {
    background-image: url(../images/zumo-recien-exprimido.svg)
}

._3-50-column-icon._3 {
    background-image: url(../images/pescado.svg)
}

._3-50-column-icon._4 {
    background-image: url(../images/peso-1.svg)
}

.info-box {
    display: block;
    width: 35%;
    margin-right: 4%;
    padding: 25px;
    border-radius: 4px
}

.info-box.no-border {
    margin-right: 0
}

.info-boxes {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._2-50-program {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 100px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-546919-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-546919-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

._2-50-program._2 {
    background-image: url(../images/pesa-4.svg), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-549190-unsplash.jpg);
    background-image: url(../images/pesa-4.svg), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-549190-unsplash.jpg);
    background-position: 50% 50%, 0 0, 50% 50%;
    background-size: 150px, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat
}

._2-50-program._4 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-522926-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-522926-unsplash.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

.showcase,
.showcase._2,
.showcase._3 {
    background-size: cover
}

.mini-icon {
    margin-right: 8px
}

.block-quote,
.testimonial-box {
    margin-right: auto;
    margin-left: auto
}

.slider-3 {
    height: 100%
}

.showcase {
    background-image: url(../images/zach-ward-484586-unsplash-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.showcase._2 {
    background-image: url(../images/jackelin-slack-539451-unsplash.jpg)
}

.showcase._3 {
    background-image: url(../images/vitchakorn-koonyosying-494183-unsplash.jpg)
}

.program-hero,
.program-hero._2,
.program-hero._3 {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
}

.link-red {
    color: #ff5136
}

.bg {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ff5136
}

.block-quote {
    display: block;
    width: 70%;
    padding: 50px 50px 40px;
    border-bottom: 1px solid #c4cbd7;
    line-height: 42px
}

.testimonial-box,
.testimonial-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.block-quote-text {
    font-size: 25px;
    line-height: 42px;
    font-style: italic
}

.testimonial-box {
    display: flex;
    margin-bottom: 35px;
    padding: 30px 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #c4cbd7;
    border-radius: 5px
}

._2-testimonial-left {
    width: 28%;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    border-right: 1px solid #c4cbd7
}

.testimonial-person {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.close-search,
.program-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

._2-testimonial-right {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hero-2 {
    overflow: hidden;
    width: 100%;
    padding-top: 190px;
    background-color: #d3dbd4
}

.program-hero {
    position: relative;
    display: flex;
    width: 50%;
    padding: 160px 60px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/rawpixel-com-256640-unsplash.jpg)
}

.close-search,
.search {
    -webkit-box-pack: center
}

.program-hero._2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-546919-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/victor-freitas-546919-unsplash.jpg)
}

.program-hero._3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-554379-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/bruce-mars-554379-unsplash.jpg)
}

._6-image-block,
.socialicon,
.socialicon.facebook {
    background-repeat: no-repeat
}

.search-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    display: none;
    min-height: 290px;
    padding-top: 107px;
    padding-bottom: 20px;
    background-color: hsla(0, 0%, 5%, .95)
}

.close-search {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    -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
}

.search-title {
    margin-bottom: 20px;
    color: #fff
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-button {
    height: 45px;
    min-width: 150px;
    padding-top: 10px;
    background-color: #ff5136;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-size: 14px;
    line-height: 14px
}

.search-button:hover {
    background-color: #fa3e21
}

.nav-link-2:hover,
.nav-link:hover,
.slide-8 {
    background-color: transparent
}

.search-input {
    height: 45px;
    margin-right: 25px
}

.search-result-item {
    margin-bottom: 15px
}

.search-result-title {
    font-size: 17px;
    line-height: 27px
}

.tip-2,
.tip-3 {
    position: absolute;
    left: 28px;
    top: -28px;
    z-index: 10
}

.parallax-image {
    position: absolute;
    top: 0;
    right: -30px
}

.parallax-image-2 {
    position: absolute;
    left: -50px;
    bottom: 40%;
    z-index: 0
}

.parallax-image-3 {
    position: absolute;
    right: -50px;
    bottom: 16%;
    z-index: 0
}

.relative {
    position: relative;
    padding-top: 35px
}

._404-image {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto
}

.z-index {
    position: relative;
    z-index: 100;
    display: block
}

.z-index.customblock {
    display: none
}

._2-center-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding: 8px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #c4cbd7
}

.div-block-2,
.overlay-2 {
    display: block
}

.nav-link,
.nav-link-2 {
    height: 56.5px;
    padding-top: 18px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 13.5px;
    font-weight: 500
}

._2-center-flex._3 {
    border-right-style: none
}

.offset-image {
    position: absolute;
    right: -32px;
    bottom: -40px;
    opacity: .7
}

._6-image-block {
    position: relative;
    width: 490px;
    min-height: 615px;
    background-image: url(../images/vitchakorn-koonyosying-494183-unsplash.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.overlay-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

._6-image-block._2 {
    background-image: url(../images/zach-ward-484586-unsplash-1.jpg)
}

._6-image-block._3 {
    background-image: url(../images/victor-freitas-522935-unsplash.jpg)
}

._6-image-block._4 {
    background-image: url(../images/3_1.jpg);
    background-size: cover
}

._6-image-block._6 {
    background-image: url(../images/bruce-mars-559226-unsplash-1.jpg)
}

._6-image-block._8 {
    background-image: url(../images/1_1.jpg)
}

.overlay-2 {
    top: 0;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

.hero-post-text {
    position: relative;
    z-index: 10;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.column-2,
.column-3,
.row-21 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.nav-link {
    color: #000;
    letter-spacing: 1px;
    text-transform: none
}

.nav-link-2,
.nav-link-3 {
    letter-spacing: .5px;
    text-transform: none
}

.nav-link:hover {
    color: #6ac214
}

.nav-link.w--current {
    color: #171b1e
}

.nav-link-2 {
    color: #171b1e
}

.nav-link-2.w--current,
.nav-link-2:hover {
    color: #6ac214
}

.h2_heading {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    color: #171b1e;
    font-size: 36px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase
}

.slide-5,
.slide-7,
.slide-9,
.slide-10 {
    padding-top: 100px
}

.h2_heading.text-small {
    font-size: 17.5px;
    letter-spacing: 0
}

.h2_heading.small {
    font-size: 20px;
    line-height: 30px
}

.h2_heading.leftalign {
    margin-left: 0;
    float: none;
    text-align: left
}

.div-block-4,
.div-block-5,
.div-block-6,
.div-block-7,
.div-block-8,
.div-block-9,
.image-16,
.image-9 {
    float: left
}

.h2_heading.bottomspace {
    margin-left: 0;
    padding-bottom: 0
}

.h2_heading.inverse {
    margin-left: 0;
    color: #171b1e
}

.paragraph-2 {
    font-size: 14px;
    text-align: justify
}

.div-block {
    width: 200px;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-linear-gradient(270deg, #6ac214, #6ac214);
    background-image: linear-gradient(180deg, #6ac214, #6ac214)
}

._2-intro-feature,
.customprocess {
    display: inline-block
}

.text-block-5 {
    color: #fff
}

.section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center
}

.section-2.content-section.sectionbg {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom-style: none
}

.customprocess {
    padding: 25px
}

.div-block-3 {
    padding: 25px;
    border: 1px solid #000
}

.div-block-3.customfeatureblock {
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: #c4cbd7
}

.customfeatureblock {
    padding: 30px 25px;
    border: 1px solid #c4cbd7;
    border-radius: 5px
}

.customfeatureblock._2-intro-feature {
    width: 100%
}

.text-block-6 {
    color: #000
}

.text-block-6:hover {
    color: #6ac214
}

.bold-text,
.smallheading {
    color: #000;
    font-weight: 500
}

.image-9 {
    margin-right: 10px
}

.displaynone,
.div-block-10,
.div-block-11,
.div-block-12,
.div-block-13,
.div-block-14,
.div-block-15,
.div-block-16,
.div-block-17,
.div-block-18 {
    display: none
}

.image-10 {
    margin-right: 25px
}

.smallheading {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px
}

.unordered-list {
    padding-left: 20px
}

.image-12 {
    color: #fff
}

.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.column-4,
.slide-8,
.testimonialimg {
    text-align: center
}

.column-2.linktomeetinfo {
    display: block
}

.button-7 {
    margin-right: 10px;
    margin-left: 0;
    padding: 3px 30px;
    border: 1px solid #c4cbd7;
    border-radius: 15px;
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #677583;
    font-size: 18px;
    line-height: 24.5px
}

.button-7.android {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff)
}

.text-block-7 {
    color: #61635f;
    font-size: 15px
}

.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column-3.quranappinfo,
.column-3.sigmainfo {
    display: block
}

.column-4,
.row-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.div-block-19 {
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.column-4 {
    display: flex;
    -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
}

.row-21 {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    border-bottom: 1px none #c4cbd7
}

.row-21.portfoliolastitem {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.row-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 25px
}


.testimonialimg {
    display: block;
    width: 60px;
    height: 60px;
    clear: none;
    border: 3px solid #6ac214;
    border-radius: 50%
}

.div-block-20.testmoniblock,
.div-block-21.testimonialblock {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 3px #ececec
}

.testimonialimg.sample1imgs {
    position: relative;
    margin-right: 20px;
    border-style: none
}

.div-block-20,
.underline {
    margin-right: auto;
    margin-left: auto
}

.clientname {
    margin-bottom: 0;
    color: #171b1e;
    font-size: 17px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.text-block-8 {
    text-align: center
}

.text-block-8.clientcomments {
    padding-right: 0;
    padding-left: 0;
    color: #61635f;
    font-size: 14px;
    text-align: left
}

.testimonialsinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slide-nav-2 {
    display: none
}

.div-block-20 {
    max-width: 400px
}

.div-block-20.testmoniblock {
    display: block;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px 2px 2px;
    border-color: #6ac214;
    background-image: none
}

.div-block-20.testmoniblock.smalltestimonials {
    min-height: 330px;
    margin-top: 50px;
    border-top-style: none;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 10px 3px #ececec
}

.div-block-21 {
    text-align: center
}

.div-block-21.testimonialblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 280px;
    min-height: 280px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.div-block-21.sample1info {
    text-align: left
}

.image-13 {
    display: block;
    margin-bottom: 15px
}

.image-14 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right
}

.column-5,
.text-block-10,
.text-block-9 {
    text-align: left
}

.image-15 {
    width: 90%
}

.div-block-22,
.div-block-23 {
    padding-right: 0;
    padding-left: 0
}

.underline {
    width: 200px;
    height: 2px;
    margin: 20px auto;
    background-color: #e5e6e4;
    color: #e5e6e4
}

.contactus_line,
.text-block-13 {
    margin-top: 20px
}

.underline.inverse {
    margin-bottom: 20px;
    background-color: #fff
}

.underline.usecases {
    display: block;
    margin-bottom: 30px
}

.nav-link-3 {
    height: 56.5px;
    padding-top: 18px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 13.5px;
    font-weight: 500
}

.breathing,
.column-6 {
    padding-right: 10px
}

.div-block-24,
.div-block-27,
.div-block-28 {
    padding-left: 15px
}

.nav-link-3:hover {
    color: #6ac214
}

.nav-link-3.w--current {
    color: #171b1e
}

.text-block-9.footersubheading {
    display: block;
    color: #61635f;
    font-size: 16px;
    line-height: 24.5px
}

.link-3,
.text-block-10 {
    font-size: 20px
}

.image-16 {
    width: 80px;
    margin-right: 15px
}

.text-block-10 {
    color: #1e1f1d
}

.link-2,
.link-3 {
    color: #171b1e;
    font-weight: 500;
    text-decoration: none
}

.contactus_line,
.div-block-24,
.officeaddresses,
.socialmedia,
.text-block-13,
.text-block-14 {
    text-align: center
}

.sales.flex-header {
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e6e4
}

.column-10,
.column-13 {
    -webkit-box-pack: center
}

.div-block-25 {
    padding-top: 20px
}

.div-block-26 {
    display: block
}

.column-10,
.column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.heading,
.paragraph-3 {
    color: #61635f
}

.bold-text-2,
.bold-text-3,
.bold-text-4,
.heading,
.text-block-12 {
    font-weight: 400
}

.heading {
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 16px
}

.contactus_line,
.text-block-11,
.text-block-13 {
    margin-bottom: 20px
}

.breathing,
.column-6,
.column-7 {
    padding-left: 10px
}

.technologiesused,
.unordered-list-2,
.unordered-list-4 {
    color: #61635f;
    font-size: 15px
}

.officeaddresses {
    padding-bottom: 0;
    font-size: 20px
}

.column-9 {
    display: flex
}

.column-10 {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.column-11,
.column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

.mask-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.column-11 {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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
}

.column-12 {
    display: flex;
    -webkit-box-orient: horizontal;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column-13,
.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.column-13 {
    display: flex;
    -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
}

.column-14,
.container-2 {
    -webkit-box-pack: center
}

.left-arrow-4,
.right-arrow-4 {
    color: #171b1e
}

.container-2 {
    display: flex;
    -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
}

.column-14,
.column-14.sample1block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.column-14 {
    display: flex;
    height: 300px;
    padding-right: 30px;
    -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
}

.column-14.sample1block {
    display: flex
}

.column-15,
.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.column-15 {
    display: flex;
    height: 300px;
    padding-right: 10px;
    -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
}

.columns {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.columns-2 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column-16,
.column-17,
.column-18,
.column-19 {
    padding-right: 30px;
    padding-left: 30px
}

.text-block-12 {
    color: #fff;
    font-size: 13px;
    letter-spacing: .2px
}

.link-4 {
    color: #6ac214
}

.contactus_line {
    color: #61635f
}

.text-field-2 {
    width: 48%;
    float: left
}

.inputfield {
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px
}

.inputBox {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    position: relative;
}

.inputBox._50width {
    width: 48%;
}

.inputBox.address,
.inputBox.message {
    width: 98%;
    float: none;
    clear: both
}

.inputBox.fullwidth {
    width: 98%;
}

.inputBox label {
    font-size: 13px;
    color: #171b1e !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.inputfield.message {
    height: 80px
}

.submit-button-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 60px;
    border-radius: 25px;
    background-color: #6ac214
}

.finduscolumbreath {
    padding-right: 40px;
    padding-left: 40px
}

.socialicon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px;
    background-image: url(../images/twitter.png);
    background-position: 50% 50%;
    background-size: 25px;
    box-shadow: 0 0 4px 1px #dbdbdb
}

.socialicon.facebook,
.socialicon.facebook:hover {
    background-image: url(../images/facebook.png);
    background-position: 50% 50%;
    background-size: 25px
}

.socialicon.facebook {
    -webkit-transition: background-color 2s ease;
    transition: background-color 2s ease
}

.socialicon.facebook:hover {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: background-color .2s ease, background-color .2s ease;
    transition: background-color .2s ease, background-color .2s ease
}

.socialicon.linkedin {
    background-image: url(../images/linkedin.png);
    background-size: 25px
}

.socialicon.youtube {
    background-image: url(../images/youtube.png);
    background-size: 25px
}

.socialicon.skypemedia {
    background-image: url(../images/skype1.png);
    background-size: 25px
}

.socialicon.gplus {
    background-image: url(../images/gPlus.png);
    background-size: 25px
}

/* slider */

*,
:after,
:before {
    box-sizing: border-box
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 3px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    background: #212131;
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: #6ac214;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: -9px;
    background: white;
    position: absolute;
    background: #6ac214;
    border-radius: 50%;
    display: inline-block;
}

.rangeslider__handle:active {
    background: #6ac214;
}

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 3px;
    margin-top: -2.5px;
}

/* Budget */

.budget-wrap .header .title {
    color: #.budget-wrap .header .title;
    font-size: 14px;
    margin-bottom: 5px;
}

.budget-wrap .header .title .pull-right {
    color: #171b1e;
    font-size: 14px;
    font-weight: 400;
}

.budget-wrap .footer {
    margin-top: 30px;
}

.budget-wrap .footer .btn {
    color: inherit;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.budget-wrap .footer .btn.btn-def {
    color: #525263;
}

.budget-wrap .footer .btn.btn-pri {
    color: #eee;
    background: #ff5a84;
}

.budget {
    font-size: 14px;
}

/* Budget */

.uploadFile {
    display: inline-block;
    width: 103px;
    height: 39px;
    background-color: #f4830b;
    position: absolute;
    top: 0;
    border-radius: 3px;
    color: #fff;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    background-image: url('../images/file.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 8px;
}

input.inputfield.w-input.fileUpload {
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
    width: 103px;
}

/* Custom CSS */

.dropdownMenuItem {
    display: inline-block;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

.main-header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

.main-header .menu .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.menu-container {
    margin: 0 auto;
    background: #fff;
    position: static;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

/*.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}*/

.menu-dropdown-icon:before {
    content: "\f078";
    display: none;
    cursor: pointer;
    float: right;
    padding: 8px 15px;
    background: #fff;
    color: #333;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.menu>ul {
    margin: 0;
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    color: #171b1e;
    /* letter-spacing: 0.5px; */
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.menu>ul>li a:hover,
.menu>ul>li.active a {
    color: #e99215 !important;
    background-color: transparent;
}

.menu>ul>li>ul {
    display: none;
    width: 270px;
    background: #222423;
    padding: 0px;
    position: absolute;
    z-index: 99;
    top: auto;
    margin: 0;
    left: 5%;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px #333;
    border-radius: 0px 0px 5px 5px;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 250px;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #777;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 400;
    width: 270px;
    /* padding: 2px; */
    letter-spacing: 0px;
    color: #fff;
}

.menu>ul>li>ul>li a:hover {
    color: #ff9700 !important;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.menu>ul>li>ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 0px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    padding: 5px 15px;
}

.submenuList {
    width: 100%;
    margin-bottom: 20px;
}

.inner-hero.phpDetails {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)), url(../images/PHPDetails.jpg) !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)), url(../images/PHPDetails.jpg) !important;
}

/* 21-9-2018 */

.menu-container.secondPattern {
    background: #fff;
    box-shadow: 0px -4px 20px #333333;
    position: relative;
    top: 0;
    width: 100%;
}

.menu-container.secondPattern .menu>ul>li a {
    color: #171b1e;
}

div.center p {
    margin-bottom: 0;
}

.service_header {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e6e4;
    clear: both;
}

.pagination {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    margin: 0;
}

.pagination li a {
    text-decoration: none;
    font-size: 14px;
}

.pagination li a.active {
    text-decoration: none;
    color: #6ac214;
}

ul.process {
    padding: 0;
    margin: 0 -10px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

ul.process li {
    width: 16.66%;
    position: relative;
}

ul.process li span.center {
    margin: 0px 10px;
    padding: 15px;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 14px;
    color: #171b1e;
    box-shadow: 0 0 10px 3px #ececec;
    display: block;
    height: 100%;
}

ul.process li span img {
    display: block;
    margin: 0px auto 15px auto;
}

ul.process li:before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 29px;
    margin-left: 91%;
    text-align: right;
    height: 2px;
    content: '\a0';
    background-color: #e5e6e4;
    z-index: -1;
}

ul.process li:last-child:before {
    content: '';
    background-color: transparent;
}

.justify {
    text-align: justify;
}

/* Service detail css */

.faq-box.serviceDetails {
    border: none;
    padding: 0px;
}

.respImg {
    max-width: 100%;
    display: block;
    margin: auto;
}

/* portfolio css */

.portfolio ._2-intro-feature {
    min-height: 100%;
    max-height: 100%;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.5s;
}

.portfolio ._2-intro-feature img {
    transition: all 0.5s;
}

.portfolio ._2-intro-feature .processtitle {
    padding: 15px;
}

.portfolio ._2-intro-feature:hover img {
    transform: scale(1.05);
}

.usecaseImgHolder {
    max-height: 320px;
    overflow: hidden;
}

body.mobile-view .usecaseImgHolder {
    max-height: none;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(.7, .7)
    }
    to {
        opacity: 1;
    }
}

.fade-in-element {
    animation: fade-in 1.4s;
}

.hidden {
    opacity: 0;
}

.clear {
    clear: both;
}

.app_features {
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

.app_features li {
    font-size: 16px;
    float: left;
    width: 23%;
    margin: 0px 1%;
    text-align: center;
}

.app_features li img {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.verticallyCenter .features h3 {
    margin-top: 30px;
}

.techMain {
    display: flex;
    align-items: stretch;
}

.techBox {
    padding: 20px;
    background-color: #fff;
    width: 48%;
    border-radius: 10px;
    margin: 1%;
    box-shadow: 0 0 10px 3px #ececec;
}

.deveTech {
    padding: 20px 0px;
}

/* careers css */

.careers .inputBox {
    width: 46%;
    margin: 0px 2%;
}

.careers .inputBox .inputfield {
    width: 100%;
    padding: 8px 15px;
    font-size: 14.5px;
}

.inputBox .inputfield:focus {
    outline: none !important;
}

.careers .inputBox.message {
    width: 96%;
}

.careers .inputBox .uploadFile {
    width: 109px;
}

.openings ._2-intro-feature {
    min-height: auto;
    max-height: 1000px;
    box-shadow: none;
    border: 1px solid #e5e6e4;
    padding: 15px;
    background-color: #f6f6f6;
    border-left: 3px solid #ccc;
}

.careers .button {
    padding: 2px 15px 0px;
    border-radius: 3px;
    float: right;
    height: 39px;
    margin-right: 10px;
}

p.noMargin {
    margin-bottom: 0px;
}

.applyBtn {
    padding: 1px 15px 0px;
    background-color: #f4830b;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-top: 10px;
    display: inline-block;
}

.applyBtn:hover {
    background-color: #ff5b00;
}

span.bold {
    color: #171b1e;
    font-weight: 500;
}

.popupMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.popupInner {
    max-width: 700px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0px 0px 15px #000;
}

.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jobDetailsBlock {
    padding: 8px 0px;
}

.jobDetailsBlock p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #61635f;
}

.subheading {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1e1f1d;
    margin-bottom: 0px;
}

.careers {
    padding: 25px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.jobDetailsMain {
    border: 1px solid #e5e6e4;
    display: none;
}

.jobApplication {
    padding: 20px;
}

.jobAppHeader {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e6e4;
}

.jobListBtn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.jobListBtn img {
    vertical-align: middle;
    margin-right: 5px;
}

.testimonialsMain {
    padding: 10px;
}

.testimoniBlock {
    padding: 20px;
    background-color: #fff;
    /* box-shadow: 0px 0px 5px #ccc; */
    /* align-self: stretch; */
    align-items: flex-start;
    position: relative;
}

.client {
    position: absolute;
    bottom: 25px;
    border-left: 2px solid #ccc;
    padding-left: 15px;
}

.client img {
    margin-bottom: 5px;
}

.client h1 {
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 50%;
}

.arrow-left1 {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #eaeaea;
    position: absolute;
    left: -11px;
    top: 49%;
    z-index: -1;
}

ul.medium {
    color: #61635f;
    font-size: 15px;
    line-height: 24.5px;
}

.myColor {
    color: #6ac214;
}

.hireForm .inputBox {
    width: 48%;
}

.inputBox select.inputfield {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.hireForm .inputBox.message {
    width: 98%;
}

.hireForm {
    padding: 30px;
    background-color: #f2f2f2;
}

.hireInfo {
    padding: 0px 30px;
}

.hireReasons {
    /*list-style-type: none;*/
    list-style-image: url('../images/check-mark.png');
}

.hireReasons li {
    padding: 5px 0px;
}

.hireReasons li img,
.servicesProvide li img {
    max-width: 20px;
    margin-right: 10px;
}

.servicesProvide {
    padding: 0;
    list-style-type: none;
    color: #61635f;
    font-size: 15px;
    line-height: 24.5px;
}

.serviceIndustries ._2-intro-feature {
    min-height: auto;
    padding: 0;
    max-height: 500px;
    position: relative;
    overflow: hidden;
}

.serviceIndustries ._2-intro-feature img {
    width: 100%;
}

#header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

.contact-section {
    padding: 40px;
    background-color: #f6f6f6;
}

.contact-section img {
    margin-bottom: 25px;
    max-width: 80px;
}

.contact-Btn {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    background-color: #6ac214;
    text-decoration: none;
    border-radius: 20px;
    margin-top: 10px;
    transition: all 0.3s;
}

.contact-Btn:hover {
    background-color: #5db10a;
    box-shadow: 0px 3px 5px #666;
}

.flex-space.mobile-center.services ._2-intro-feature {
    min-height: auto;
    box-shadow: none;
    width: 200px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    color: #171b1e;
    border: 1px solid #ececec;
}

.respIcons {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.flex-space.mobile-center.serviceIndustries ._2-intro-feature {
    width: 22%;
    position: relative;
}

._2-intro-feature.fade-in-element img {
    transition: all 0.3s;
}

._2-intro-feature.fade-in-element img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.flex.cakePHP .faq-box:first-child {
    padding-right: 40px;
}

.android-native-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    -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;
}

.android-native-icon li {
    margin: 0;
    padding: 10px;
}

.android-native-icon li a {
    display: block;
    background: #6ac214;
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #57a010;
    transition: 0.4s ease-in-out;
}

.android-native-icon li a:hover {
    transform: rotate(1080deg);
}

.android-native-icon li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
}

.faq-box.serviceDetails {
    padding-right: 30px;
}

.android-native-icon li p {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

ul.android-weoffer {
    display: flex;
    margin: 0 -5px;
    text-align: center;
    -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;
    flex-wrap: wrap;
}

ul.android-weoffer li {
    width: 33.33%;
    margin: 0;
}

ul.android-weoffer li span {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    display: block;
    margin: 5px;
}

.content-row4 {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.content-row4 .content-col4 {
    width: 25%;
    margin-bottom: 20px;
}

.content-row4 .content-col4 .content-col4-in {
    margin: 10px;
    border: 2px solid #6ac214;
    border-radius: 3px;
    padding: 15px;
    height: 100%;
    text-align: center;
}

.content-row4 .content-col4 .content-col4-in h4 {
    color: #1e1f1d;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.content-row4 .content-col4 .content-col4-in p {
    color: #61635f;
    font-size: 15px;
    line-height: 24.5px;
    margin: 0;
}

ul.portfolio-logo1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.portfolio-logo1 li {
    margin: 0;
    width: 25%;
    padding: 10px;
}

ul.portfolio-logo1 li a {
    display: block;
    border: 2px solid #6ac214;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    height: 100%;
}

ul.portfolio-logo1 li a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.logo-designing-col {
    margin-top: 0;
}

.logo-designing-col .content-col4 {
    width: 33.33%;
}

.logo-designing-col .content-col4 .content-col4-in h4 {
    margin-bottom: 20px;
}

.branding-presentation-row5 {
    margin-bottom: 30px;
}

.branding-presentation-row5 .branding-presentation-col5 {
    width: 20%;
    padding: 0 15px;
}

.branding-presentation-row5 .branding-presentation-col5 .branding-presentation-col5-in {
    text-align: center;
}

.branding-presentation-col5-in h3 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.branding-presentation-col5-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.branding-presentation-col5-in ul li {
    color: #61635f;
    font-size: 15px;
    margin: 5px 0;
}

ul.list-number {
    list-style-type: decimal;
    padding-left: 20px;
    color: #61635f;
    font-size: 15px;
}

ul.list-number li {
    margin: 5px 0;
}

ul.sales-marketing-tab-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sales-marketing-tab-icons li {
    width: 33.33%;
    margin-bottom: 20px;
}

ul.sales-marketing-tab-icons li .social-media-tab-in {
    border: 2px solid #6ac214;
    height: 100%;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
}

ul.sales-marketing-tab-icons li .social-media-tab-in span {
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    height: 100px;
    width: 100px;
    position: relative;
    margin: 20px auto;
}

ul.sales-marketing-tab-icons li .social-media-tab-in span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

ul.sales-marketing-tab-icons li .social-media-tab-in h4 {
    color: #1e1f1d;
    font-size: 18px;
    margin: 0;
}

ul.deployment-row4 li .deployment-col4 .deployment-col4-in p,
ul.sales-marketing-tab-icons li .social-media-tab-in p {
    color: #61635f;
    font-size: 15px;
    line-height: 24.5px;
}

ul.deployment-row4 li {
    text-align: center;
}

ul.deployment-row4 li .deployment-col4 .deployment-col4-in h5 {
    background: #6ac214;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px auto;
    font-size: 38px;
    line-height: 2.1;
    border: 1px solid #5dab12;
}

ul.ecommerce-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ecommerce-list1 li {
    margin-bottom: 20px;
}

ul.ecommerce-list1 li h3 {
    color: #6ac214;
}

ul.hire-icons1 li {
    width: 170px;
    text-align: center;
}

ul.hire-icons1 li span {
    display: block;
    min-height: 60px;
}

ul.hire-icons1 li p {
    margin: 10px 0;
}

ul.technical-support-work li {
    width: 25%;
}

ul.technical-support-work li .social-media-tab-in h4 {
    margin-top: 15px;
}

ul.technical-support-work li .social-media-tab-in span {
    background: #6ac214;
    border-radius: 50%;
    color: #fff;
    font-size: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

ul.technical-support-work li .social-media-tab-in span i.fa {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ul.technical-support-img1 li span {
    display: block;
    border: 2px solid #6ac214;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
}

ul.technical-support-img1 li span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #6ac214;
    color: #fff;
    line-height: normal;
    font-size: 0;
    padding: 0 10px 4px 10px;
    border-radius: 3px;
    border: 1px solid #5ba712;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top i.fa {
    line-height: normal;
    font-size: 30px;
}

.web-content-row4 .web-content-col4 {
    width: 25%;
    border-right: 2px solid #6ac214;
    padding: 0 20px;
    margin: 20px 0;
}

.web-content-row4 .web-content-col4:last-child {
    border-right: 0;
}

.web-content-row4 .web-content-col4 .web-content-col4-in h4 {
    font-family: Oswald, sans-serif;
    color: #1e1f1d;
    font-size: 18px;
    margin: 10px 0;
}

.mobile-logo {
    display: none;
}

ul.search-seo-col1 li .social-media-tab-in span {
    background: none;
    padding: 0;
}

ul.market-customer-research-row3 li .social-media-tab-in span {
    width: 100%;
    height: 210px;
    padding: 0;
}

ul.lead-generation-row3 li {
    width: 33.33%;
}

ul.bigcommerce-row4 li .social-media-tab-in ul.servicesProvide {
    text-align: left;
}

ul.bigcommerce-row4 li .social-media-tab-in ul.servicesProvide li {
    width: 100%;
    margin: 0;
}

ul.database-administration li .social-media-tab-in h4 {
    margin: 0;
    font-size: 15px;
}

ul.database-administration li .social-media-tab-in span img {
    padding: 20px;
}

.tab-main ul.tabs {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tab-main ul.tabs li {
    margin: 0;
    display: inline-block;
    padding: 8px 20px;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    min-width: 165px;
    border-radius: 25px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: 600;
}

.tab-main ul.tabs li:hover,
.tab-main ul.tabs li.active {
   
    background-image: linear-gradient(to right, #ff5b00, #eba915);
    background-image: -moz-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -o-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -webkit-linear-gradient(to right, #ff5b00, #eba915);
    box-shadow: 1px 1px 8px 1px rgba(41, 44, 39, .27);
   
    color: #fff;
}

.tab-main .tab_content {
    display: none;
}

.portfolio-heading-in1 {
    margin: 20px 0;
    padding-bottom: 5px;
    color: #171b1e;
    font-size: 26px;
    border-bottom: 1px solid #171b1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    display: inline-block;
}

.port-more-btn {
    max-width: 100px;
    margin: 20px auto;
}

/* 18-7-2019 */

h1.hero-heading.text-red span {
    font-weight: 300;
    font-size: 42px;
    text-shadow: 0px 3px 8px #333;
}

.subtitle-box .subtitle-white {
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.menu>ul>li a.w--current {
    color: #ff9700 !important;
}

.flex-top {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: top;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-center div.content {
    width: 50%;
    /* padding: 25px; */
}

.costom-container {
    padding: 50px;
}

.text-center {
    text-align: center;
}

.heading-block {
    Margin-bottom: 30px;
}

.whyus-block {
    margin-bottom: 20px;
}

.header-top {
    padding: 2px 30px;
    background-image: linear-gradient(to right, #ff5b00, #eba915);
}

.centerFlex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.center {
    text-align: center;
}

.company-email {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

.company-email:hover {
    color: #FFF;
    text-decoration: none;
}

.company-email i {
    font-size: 17px;
    vertical-align: middle;
}

.social-media {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-media li {
    display: inline-block;
    margin: 0;
}

.social-media li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 1px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    font-size: 20px;
    padding: 3px 2px;
}

.social-media li a:hover {
    background-color: #f4830b;
    color: #fff;
}

h1.hero-heading.text-white span {
    font-weight: 100;
    font-size: 42px;
}

h4.small-heading.text-center {
    text-transform: uppercase;
    font-size: 24px;
}

.divider_img {
    display: block;
    margin: 20px auto;
}

#services {
    margin-bottom: 40px;
}

.service-name {
    color: #171b1e;
    font-weight: 600;
}

.number {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #c7c8c8;
}

.content.part-3 {
    width: 25% !important;
    padding-right: 15px;
}

.content.part-2 {
    width: 50% !important;
    padding: 0px 30px;
}

.content.part-2 .img-responsive {
    max-width: 80%;
    display: block;
    margin: auto;
}

.flexStretch {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.services-block {
    background-color: #fff;
    margin: 1%;
    box-shadow: 0px 0px 15px #d9dada;
    text-align: center;
    width: 31.33%;
    transition: all 0.5s;
    border-radius: 15px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.services-block.no-effect, .services-block.no-effect:hover{
    box-shadow: none;
}

.services-block .button {
    display: inline-block;
    font-size: 14px;
    min-width: auto;
    padding: 2px;
    min-height: auto;
    transition: all 0.5s;
    background-image: none;
    color: #171b1e;
    background-color: transparent;
    color: #f4830b;
    box-shadow: none;
    text-transform: capitalize;
}

.services-block .button:hover {
    background-color: transparent;
    color: #f4830b;
    box-shadow: none;
}

.services-block .button i {
    opacity: 0;
    margin-left: -20px;
    transition: all 0.5s;
    font-size: 16px;
    display: inline-block;
}

.services-block:hover .button i {
    margin-left: 0px;
    opacity: 1;
}

.custom-container {
    width: 100%;
    padding: 50px 50px 0px;
}

.count {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: 36px;
}

.count-title {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}

.half-part {
    flex: 1;
}

.industry-type h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.industry-type p {
    line-height: 1.3;
    margin-bottom: 0px;
}

.service_industry {
    margin-bottom: 5px;
}

.service_industry .industry-type {
    width: 50%;
    text-decoration: none;
}

#serviceInd .service_industry .service-icon {
    float: left;
}

#serviceInd .service_industry .service-content h4 {
    margin: 0px;
}

.industry-type {
    transition: all 0.5s;
    padding: 15px;
}

.industry-type:hover {
    cursor: pointer;
    box-shadow: 0px 0px 50px #cfcfcf;
}

.service-icon {
    width: 40px;
    height: 50px;
    font-size: 26px;
    color: #ff9700;
    padding-right: 5px;
}

/* #Usecase {
    background: url("../images/section-bg.png") center bottom no-repeat, linear-gradient(to right, #ff5b00, #eba915);
    background: url("../images/section-bg.png") center bottom no-repeat, -moz-linear-gradient(to right, #ff5b00, #eba915);
    background: url("../images/section-bg.png") center bottom no-repeat, -o-linear-gradient(to right, #ff5b00, #eba915);
    background: url("../images/section-bg.png") center bottom no-repeat, -webkit-linear-gradient(to right, #ff5b00, #eba915);
} */

.inverse {
    color: #fff !important;
}

.app_img {
    max-width: 90%;
    display: block;
    margin: auto;
}

.centerFlex.flexStart {
    justify-content: flex-start;
    margin-top: 15px;
}

.img-responsive {
    display: block;
    margin: auto;
}

.subheading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

.address-block {
    margin-bottom: 20px;
}

.address-block p {
    color: #b2b1af !important;
    font-weight: normal !important;
}

.quick-links {
    padding-left: 5px;
    list-style-type: none;
    margin-top: 5px;
}

.quick-links li a {
    color: #b2b1af !important;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.quick-links li {
    display: block;
}

.flex-center.spcBetween {
    justify-content: space-between;
}

.subheading small {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.innerNav {
    box-shadow: rgb(51, 51, 51) 0px -4px 20px;
}

.banner-section {
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.banner-heading {
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content h1 {
    font-weight: 700;
}

.banner-content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form {
    padding: 35px 15px;
    background-color: #eee;
    border-radius: 10px;
}

.required {
    color: #ff3333 !important;
}

.contact-us-heading {
    color: #171b1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

a.paragraph.medium {
    text-decoration: none;
}

.about_img {
    display: block;
    margin: auto;
}

.img-box {
    padding: 0px 40px;
}

.aboutblocks {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.aboutblocks .service-icon {
    margin-right: 15px;
}

.aboutblocks .service-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.service-icon{
    width: 40px;
}

.service-content{
    width:85%;
}

.service-content h4 {
    margin-bottom: 15px;
}

.inline-btn {
    display: inline-block;
}

.teamMember {
    box-shadow: 0px 0px 10px #ccc;
    border: 3px solid #fff;
    margin-right: 30px;
    position: relative;
}

.team-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.teamMember {
    width: 300px;
}

.member-name {
    padding: 15px;
}

.member-name h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.member-name p {
    margin-bottom: 0;
}

.flexStretch.flexStart {
    justify-content: flex-start;
}

.linkedin-prof {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #0984c5;
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 80px;
    color: #fff;
    font-size: 22px;
    padding: 7px 5px;
    text-align: center;
    transition: all 0.5s;
}

.linkedin-prof .uil-linkedin:before {
    margin: 0px;
}

.linkedin-prof:hover {
    box-shadow: 0px 5px 10px #666;
}

.business-pers-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 15px 0px;
}

.justify {
    text-align: justify;
}

.inside-section {
    margin-top: 25px;
}

.sub-heading {
    font-weight: 600;
    margin-bottom: 15px !important;
    font-size: 15px;
}

.bullets {
    padding-left: 15px;
}

.bullets li {
    color: #677583;
    font-size: 14px;
    line-height: 22.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.service_industry.inWeb-services .industry-type {
    width: 24%;
    text-decoration: none;
    box-shadow: 0px 0px 10px #cfcfcf;
    margin: 0.5%;
}

.service_industry.inWeb-services {
    justify-content: flex-start;
}

.service-content .button {
    display: inline-block;
    font-size: 14px;
    min-width: auto;
    padding: 2px;
    min-height: auto;
    transition: all 0.5s;
    background-image: none;
    color: #171b1e;
    background-color: transparent;
    color: #f4830b;
    box-shadow: none;
    text-transform: capitalize;
}

.flex-top.flexStart {
    justify-content: flex-start;
}

ul.nav.nav-pills.nav-stacked {
    border: 1px solid #ccc;
}

.nav-pills>li>a {
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    border-bottom: 1px solid #ccc;
}

.nav-stacked>li {
    margin-bottom: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-image: linear-gradient(to right, #ff5b00, #eba915);
    background-color: none;
}

.nav-pills>li>a:hover {
    background: transparent;
    color: #ff9700;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.tab-content h3 {
    font-weight: 600;
    margin-bottom: 0px;
}

.pane-heading {
    margin-bottom: 15px;
}

.flexStretch.flexCenter {
    justify-content: space-evenly;
}

a.img-icon-a.nofocus{
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 7;
}

.divider-line{
    height: 1px;
    background-color: #333;
    margin-bottom: 20px;
}

.services-block {
    background-color: transparent;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  
  .service-block-inner {
    position: relative;
    width: 100%;
    height: 100%;
    height: 360px;
    text-align: center;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .services-block:hover .service-block-inner, .services-block.active .service-block-inner {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  
  .service-block-front, .service-block-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 15px;
  }
  
  .service-block-back {
    background-image: linear-gradient(to right, #ff5b00, #eba915);
    background-image: -moz-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -o-linear-gradient(to right, #ff5b00, #eba915);
    background-image: -webkit-linear-gradient(to right, #ff5b00, #eba915);
    color: #fff;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 15px;
    text-align: left;
  }

  .service-block-back h4{
      margin-bottom: 5px;
      display: block;
  }

  .service-block-back p{
      opacity: 0.8;
  }

  .front-content{
    padding: 15px;
  }

/* banner slider css */
/* .slider, .slide {
      height: 100vh;
    }
.slick-track {
    height: 100vh;
} */
.slide {
position: relative;
}
  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
  }

  .slide__content{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4));
  }

  .slide .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide .slide__content--headings {
    text-align: center;
    color: #FFF;
  }
  .slide .slide__content--headings h2 {
    font-size: 7rem;
    margin: 10px 0;
    color: #fff;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .slide .slide__content--headings h2.light{
      font-weight: 400;
  }
  .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  .slick-dotted .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button:hover,
  .simple-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
  }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
  }
  .stick-dots .slick-dots li button:hover,
  .stick-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover,
  .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
  }
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
    from {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    to {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  @keyframes zoomInImage {
    from {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    to {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
            animation-name: zoomInImage;
  }
  @-webkit-keyframes zoomOutImage {
    from {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zoomOutImage {
    from {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
            animation-name: zoomOutImage;
  }
  
  /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.hero-text.fade-in-element, .slide__content--headings {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    transform: translate(0%, -50%);
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 99;
    padding: 5px;
    background-color: #fff;
    color: #222423;
    box-shadow: 0px 0px 10px #333;
    font-size: 26px;
    width: 40px;
    height: 40px;
}

button.slick-next.slick-arrow{
    right: 15px;
}

button.slick-prev.slick-arrow{
    left: 15px;
}


button.slick-prev.slick-arrow:focus, 
button.slick-next.slick-arrow:focus{
    outline: none;
}

ul.header-info.list-unstyled {
    margin: 0;
}

.header-info li{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.header-info li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* 10/8/2019 */

.social-icons{
    padding: 0px;
}

.social-icons li{
    display: inline-block;
}

.social-icons li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 2px;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    color: #fff;
}

.social-icons li a#fb{
    background-color: #3554a4;
}

.social-icons li a#twit{
    background-color: #1c9deb;
}

.social-icons li a#linkedIn{
    background-color: #0070ac;
    padding: 6px;
}

#less-height-banner{
    height: 150px;
    overflow: hidden;
}

#tab3{
    display: none;
}

#home-service-industries .service-content{
    width: 100%;
}

.mobile-menu-close{
    display: none;
    color: #ccc;
    font-size: 46px;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 999;
}



/* Accordion Css */
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    width: 20px;
    height: 20px;
    background-color: #666;
    color: #fff;
    padding: 1px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
  }

  .panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:focus{
    text-decoration: none;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .panel-body h3{
    font-weight: 600;
    margin: 0px;
    color: #e99215;
  }

  .panel-body .inside-section p{
    margin: 0;
    margin-bottom: 15px;
  }

  .panel-body .inside-section{
    margin-top: 15px;
  }

  .divider{
      width: 80px;
      height: 3px;
      background-color: #e99215;
  }

.table.table {
    border: 1px solid #ddd;
    margin: 25px 0px;
}

.table>thead{
    background-image: linear-gradient(to right, #ff5b00, #eba915);
}

.table>thead>tr>th{
    border-bottom: 1px solid #ddd;
    padding: 13px 10px;
    font-size: 14px;
    color: #fff;
}

.table>tbody>tr>td{
    padding: 10px;
    font-size: 14px;
}

.table>tbody>tr.empty>td{
    background-color: #eee;
    padding: 5px;
}

.mail, .mail:hover, .mail:focus{
    color: #ff5b00;
    font-weight: bold;
    font-size: 1.3em;
}

a.button.w-button.inline-button {
    display: inline-block;
}

.application-form-main{
    position: fixed;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.application-form-inner{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.application-form{
    padding: 50px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.form-group label{
    font-size: 13px;
}

.form-group .form-control{
    box-shadow: none;
    height: 42px;
}

.form-control:focus{
    border: 1px solid #999;
}

.closeForm, .closeForm:hover, .closeForm:focus{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2em;
    color: #666;
    text-decoration: none;
}

/* accordion */

.job-accordion-main{
    margin-top: 50px;
}

.accordion{
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.accordion-header{
    padding: 15px;
    background-color: #eee;
    position: relative;
    transition: all 0.3s;
}

.accordion-header:hover{
    cursor: pointer;
}

.accordion-header>h4{
    margin: 0;
    font-weight: 600;
}

.accordion-body{
    padding: 20px;
    display: none;
    border-top: 1px solid #ddd;
}

.accordion.active .accordion-header::after{
    content: "\f068";
}

.accordion-header::after{
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 20px;
    right: 20px;
}

.accordion-body p{
    font-size: 14px;
}

h4.title{
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

strong{
    color: #333;
}

.bullet-list>li{
    padding: 0px 0px 0px 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.bullet-list>li::before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ff9700;
}

.well{
    border: none;
    padding: 25px;
}

.red{
    color: #ff3333;
}