/*General*/

.grecaptcha-badge {
    visibility: collapse !important;
}

.nav-disabled {
    cursor: not-allowed;
    opacity: 0.5 !important;
    pointer-events: none;
}

.content-wrap {
    padding-bottom: 0;
}

.language-items {
    padding-top: 37px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.sticky-header .language-items {
    padding-top: 17px;
}

.language-items .languages {
    display: grid;
    overflow: hidden;
    max-height: 40px;
    transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
}

.language-items .languages:hover {
    max-height: 200px;
}

.language-items .languages a {
    padding: 5px 15px !important;
}

.language-items .languages a.active {
    order: 1;
}

.form-control[readonly] {
    background-color: transparent;
}

.modular-container {
    margin-left: 130px;
    margin-right: 130px;
    overflow: auto;
    position: relative;
}

.modular-container-double {
    margin-left: 260px;
    margin-right: 260px;
    overflow: auto;
    position: relative;
}

.modular-text-container {
    margin-left: 320px;
    margin-right: 320px;
    overflow: auto;
    position: relative;
}

.modular-testimonial-container {
    margin-left: 350px;
    margin-right: 350px;
    overflow: auto;
    position: relative;
}

.modular-small-container {
    margin-left: 12px;
    margin-right: 12px;
    overflow: auto;
    position: relative;
}

.modular-small-menu-container {
    margin-left: 26px;
    margin-right: 26px;
    overflow: auto;
    position: relative;
}

.modular-small-image-container {
    margin-left: 40px;
    margin-right: 40px;
    overflow: auto;
    position: relative;
}

.modular-left-offset {
    padding-left: 12px;
}

.modular-right-offset {
    padding-right: 12px;
}

.modular-col-2 {
    width: 20%;
    float: left;
}

.modular-col-4 {
    width: 40%;
    float: left;
}

.modular-col-6 {
    width: 60%;
    float: left;
}

.modular-screen-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1441px) {
    .modular-container {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modular-container-double {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modular-text-container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modular-small-image-container {
        max-width: 1360px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

#top-search a {
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.double-image {
    position: relative;
    padding-bottom: 84px;
}

.mod-show {
    display: inline-block;
}

.mod-hide {
    display: none;
}

.triple-line-block {
    cursor: pointer;
}

.carousel-indicators {
    position: relative;
    margin: 0;
    text-align: left;
    left: 0;
}

.carousel-indicators li {
    background-color: #dfdfdf !important;
    height: 0px;
    width: 44px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin-right: 12px !important;
    margin: 1px;
}

.carousel-indicators .active {
    height: 0px;
    width: 44px;
    background-color: #00bee0 !important;
    border: 1px solid #00bee0;
    margin-right: 12px !important;
    margin: 1px;
}

.gray-modular-button {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border: 4px solid #818181;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.gray-modular-button:hover {
    color: #818181;
}

.thin-round-button {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #434343;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.thin-round-button:hover {
    color: #000000;
}

.white-button {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #ffffff;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: none;
}

.white-button:hover {
    color: #818181;
}

.blue-white-button {
    color: #00bee0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #ffffff;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.rect-border-button {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #026375;
    border: 2px solid #026375;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.rect-border-button:hover {
    color: #026375;
    background-color: #ffffff;
}

.rect-border-button-inverted {
    color: #026375;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #026375;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.rect-border-button-inverted:hover {
    color: #ffffff;
    background-color: #026375;
}

.modular-wide-button {
    padding-left: 40px;
    padding-right: 40px;
}

.modular-thin-wide-button {
    padding: 10px 50px;
}

.line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #ffffff;
    margin: 15px auto 20px;
}

.line-block-left::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
}

.breadcrumbs .breadcrumb {
    position: relative !important;
}

.breadcrumbs #page-title {
    background-color: transparent;
    border-bottom: none;
}

.breadcrumbs .breadcrumb>li+li:before {
    content: ">";
}

.breadcrumbs .breadcrumb li a {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.breadcrumbs .breadcrumb li.active {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

/*End general*/

/*Nav-menu-col1-004*/

.nav-menu-col1-004 #primary-menu ul li a {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.nav-menu-col1-004 #primary-menu ul li:hover a {
    color: #818181;
}

.nav-menu-col1-004 #primary-menu ul li.current a div {
    border-bottom: 1px solid #000000;
}

/*End nav-menu-col1-004*/

/*Nav-menu-col-005*/

.nav-menu-col1-005 #primary-menu ul li.current a div {
    border-bottom: 2px solid #27be77;
}

.nav-menu-col1-005 #primary-menu ul li a {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu-col1-005#header #header-wrap #primary-menu ul li a.item-color {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 34px 15px;
}

.nav-menu-col1-005.sticky-header #primary-menu ul li a.item-color {
    padding: 14px 15px !important;
}

.nav-menu-col1-005 #primary-menu ul li a.item-color div {
    border-radius: 3px;
    background-color: #27be77;
    padding: 5px;
}

.nav-menu-col1-005 #primary-menu ul li:hover a {
    color: #818181;
}

.nav-menu-col1-005 #primary-menu ul li:hover a.item-color {
    color: #434343;
}

/*End nav-menu-col1_005*/

/*Nav-menu-col1-007*/

.nav-menu-col1-007 #primary-menu ul li.current a {
    background-color: #b20000;
    color: #ffffff;
}

.nav-menu-col1-007 #primary-menu ul li a {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    padding: 36px 15px;
}

.nav-menu-col1-007.sticky-header #primary-menu>ul>li>a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/*End nav-menu-col1-007*/

/*Nav-menu-col1-008*/

.nav-menu-col1-008 #primary-menu ul li a {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.nav-menu-col1-008 #primary-menu ul li:hover a {
    color: #818181;
}

.nav-menu-col1-008 #primary-menu ul li.current a {
    color: #026375;
}

/*End nav-menu-col1-008*/

/*Nav-menu-col1-009*/

.nav-menu-col1-009 #header-wrap {
    background-color: #46b29d !important;
}

.nav-menu-col1-009 #primary-menu ul li a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 38px 15px 37px 15px;
}

#header.sticky-header.nav-menu-col1-009 #header-wrap {
    border-bottom: none !important;
}

#header.sticky-header.nav-menu-col1-009 #primary-menu ul li a {
    padding: 18px 15px 17px 15px;
}

.nav-menu-col1-009 #primary-menu ul li a div {
    line-height: 25px;
}

.nav-menu-col1-009 #primary-menu ul li.current a div {
    background-color: #227066;
    border-radius: 2px;
    padding: 0 6px;
}

/*End nav-menu-col1-009*/

/*Nav-menu-col1-010*/

#header.nav-menu-col1-010 #header-wrap {
    background-color: #026375;
}

.nav-menu-col1-010 #primary-menu ul li {
    height: 100px;
    display: flex;
    align-items: center;
}

.nav-menu-col1-010.sticky-header #primary-menu ul li {
    height: 60px;
}

.nav-menu-col1-010 #primary-menu ul li.current {
    background-color: #27be77;
}

.nav-menu-col1-010 .menu-icon {
    margin-bottom: 6px;
}

.nav-menu-col1-010 #primary-menu ul li a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px !important;
}

.nav-menu-col1-010 #primary-menu ul li:hover a {
    color: #818181;
}

.nav-menu-col1-010 #primary-menu ul li.current a {
    color: #ffffff;
}

.nav-menu-col1-010 #primary-menu ul li a:hover .menu-icon path {
    fill: #818181;
}

/*End nav-menu-col1-010*/

/*Nav-menu-col1-012*/

#header.nav-menu-col1-012 #header-wrap {
    background-color: #ffffff;
}

#header.nav-menu-col1-012.sticky-header #header-wrap {
    height: 62px;
}

#header.nav-menu-col1-012.sticky-header #primary-menu ul {
    height: 62px;
    overflow-y: hidden;
}

.nav-menu-col1-012 #primary-menu ul li {
    height: 100px;
    display: flex;
    align-items: center;
}

.nav-menu-col1-012.sticky-header #primary-menu ul li {
    height: 60px;
    padding-top: 5px;
}

.nav-menu-col1-012 .menu-img-wrap {
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #00bee0;
    margin-bottom: 6px;
}

.nav-menu-col1-012 .menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.nav-menu-col1-012 #primary-menu ul li a {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-menu-col1-012 #primary-menu ul li:hover a {
    color: #818181;
}

.nav-menu-col1-012 #primary-menu ul li.current a {
    color: #000000;
}

/*End nav-menu-col1-012*/

/*Header-col1-004*/

.header-col1-004 {
    padding-top: 160px;
    padding-bottom: 160px;
    background-size: cover;
    position: relative;
}

.header-col1-004:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-col1-004 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

/*End header-col1-004*/

/*Header-col1_005*/

.header-col1-005 .slider-caption h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.header-col1-005 .slider-caption p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 70px;
}

.header-col1-005 .one-page-arrow {
    font-size: 50px;
    bottom: 35px;
}

.header-col1-005 #slider-arrow-right i, .header-col1-005 #slider-arrow-left i {
    font-size: 50px;
    color: #ffffff;
}

.header-col1-005 #slider-arrow-right, .header-col1-005 #slider-arrow-left {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.header-col1-005 .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

/*End header-col1_005*/

/*Header_col1_003*/

.header-col1-003 .modular-container {
    height: 100%;
}

.header-col1-003 .swiper-slide::before {
    content: "";
    /*background-image: linear-gradient(225deg, rgba(238, 238, 238, 0.88) 0%, #ffffff 100%);*/
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#slider.header-col1-003, #slider.header-col1-003 .swiper-slide {
    height: 60vh !important;
}

.header-col1-003 .slider-caption {
    max-width: none;
}

.header-col1-003 .slider-caption.slider-caption-center {
    text-align: left;
    top: 50% !important;
    left: 0;
    transform: translate(0, -50%);
    margin: 0;
}

.header-col1-003 .slider-caption h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-col1-003 .slider-caption p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px !important;
    max-width: none;
    margin-bottom: 40px;
}

/*End header_col1_003*/

/*Header_col1_007*/

.header-col1-007 {
    height: 70vh;
    position: relative;
    background-size: cover;
}

.header-col1-007 .modular-container {
    overflow: auto;
    height: 100%;
}

.header-col1-007:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-col1-007 .header-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-col1-007 .header-content-wrap h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-col1-007 .header-content-wrap p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 50px;
}

/*End header_col1_007*/

/*Header_col2_001*/

.header-col2-001 .slider-caption {
    max-width: 1050px;
}

.header-col2-001 .slider-caption.slider-caption-center {
    text-align: left;
    top: 60% !important;
    left: 40%;
    transform: translate(-50%, -50%);
}

.header-col2-001 .slider-caption h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-col2-001 .slider-caption p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    max-width: none;
    margin-bottom: 40px;
}

.header-col2-001 .button-wrap {
    display: flex;
    justify-content: flex-start;
}

.header-col2-001 .button-wrap a {
    margin-right: 20px;
}

/*End header_col2_001*/

/*CTA_col-1_001*/

.cta-col1-001 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.cta-col1-001 .cta-col1-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    margin: auto auto;
    margin-bottom: 35px;
}

.cta-col1-001 .cta-col1-content h4 {
    color: #434343;
    font-family: var(--module-h4-font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cta-col1-001 .cta-col1-content p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px !important;
    margin-bottom: 50px;
}

.cta-col1-001 a.button-modular {
    width: 180px;
    height: 48px;
    display: inline-block;
    padding-top: 12px;
    border: 2px solid #00bee0;
    border-radius: 5px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-col1-001 a.button-modular:hover {
    color: #ffffff;
    background-color: #00bee0;
}

/*End CTA_col-1_001*/

/*CTA_col-1_002*/

.cta-col1-002 {
    text-align: center;
}

.cta-col1-002 .modular-container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 4px solid #818181;
}

.cta-col1-002 h2 {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cta-col1-002 p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px !important;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/*End CTA_col-1_002*/

/*CTA_col-1_003*/

.cta-col1-003 {
    text-align: center;
}

.cta-col1-003 .modular-container {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cta-col1-003 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px !important;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.cta-col1-003 a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
    font-weight: 700;
}

.cta-col1-003 a img {
    position: relative;
    bottom: 2px;
}

/*End CTA_col-1_003*/

/*CTA_col-1_004*/

.cta-col1-004 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.cta-col1-004 .cta-col1-content h4 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.cta-col1-004 .cta-col1-content p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.cta-col1-004 a.button-modular {
    width: 180px;
    height: 48px;
    display: inline-block;
    padding-top: 12px;
    border: 2px solid #00bee0;
    border-radius: 5px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-col1-004 a.button-modular:hover {
    color: #ffffff;
    background-color: #00bee0;
}

/*End CTA_col-1_004*/

/*Cta-col1-005*/

.cta-col1-005 {
    position: relative;
}

.cta-col1-005 .cta-col1-content {
    text-align: center;
    border-top: 2px solid #22368d;
    border-bottom: 2px solid #22368d;
    padding: 60px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cta-col1-005 .cta-col1-content h3 {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
}

.cta-col1-005 .cta-share {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-col1-005 .cta-share h4 {
    color: #22368d;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 40px;
}

.cta-col1-005 .cta-share .text-dots-wrap {
    display: flex;
    justify-content: space-evenly;
}

.cta-col1-005 .cta-share .text-dots-wrap .fa {
    padding: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 4px;
    border-radius: 50%;
    background-color: #22368d;
    color: #ffffff;
}

/*End cta-col1-005*/

/*Cta-col1-006*/

.cta-col1-006 {
    padding: 35px 0;
    background-color: #27be77;
}

.cta-col1-006 .cta-col1-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-col1-006 .cta-col1-content p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 35px;
}

.cta-col1-006 .cta-col1-content .social-icon-wrap {
    display: flex;
}

.cta-col1-006 .cta-col1-content a {
    width: 32px;
    height: 32px;
    color: #27be77;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 35px;
}

.cta-col1-006 .cta-col1-content a:hover {
    opacity: 0.9;
}

/*End cta-col1-006*/

/*CTA-col1-007*/

.cta-col1-007 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}

.cta-col1-007 .cta-col1-content .line-cta {
    border-bottom: 4px solid #27be77;
    display: inline-block;
    width: 88px;
    margin-bottom: 30px;
}

.cta-col1-007 .cta-col1-content p {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.cta-col1-007 a.rect-border-button-inverted {
    border: 4px solid #27be77;
    color: #27be77;
    padding: 5px 25px;
    font-size: 20px;
}

.cta-col1-007 a.rect-border-button-inverted:hover {
    background-color: #27be77;
    color: #ffffff;
}

/*End cta-col1-007*/

/* CTA_col-1_008 */

.cta-col1-008 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.cta-col1-008 .cta-col1-content {
    text-align: center;
}

.cta-col1-008 .cta-col1-content h4 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-col1-008 .text-dots-wrap {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.cta-col1-008 .text-dots-wrap a {
    padding: 7px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background-color: #00bee0;
    color: #ffffff;
}

.cta-col1-008 .text-dots-wrap a:nth-child(3n+1) {
    margin-right: 16px;
}

.cta-col1-008 .text-dots-wrap a:nth-child(3n+2) {
    margin-right: 16px;
    margin-left: 16px;
}

.cta-col1-008 .text-dots-wrap a:nth-child(3n+3) {
    margin-left: 16px;
}

/*End cta_col-1_008*/

/*Cta-col1-010*/

.cta-col1-010 {
    padding: 70px 0;
}

.cta-col1-010 .cta-col1-content {
    text-align: center;
}

.cta-col1-010 .cta-col1-content h4 {
    color: #227066;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.cta-col1-010 .cta-col1-content p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
}

.cta-col1-010 .cta-col1-content a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #46b29d;
    border-color: #46b29d;
}

.cta-col1-010 .cta-col1-content a:hover {
    background-color: #ffffff;
    color: #46b29d;
}

/*Cta-col1-010*/

/*Cta-col2-002*/

.cta-col2-002 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-col2-002 .cta-wrap {
    display: flex;
    align-items: center;
}

.cta-col2-002 .cta-contact {
    padding-left: 0;
}

.cta-col2-002 .cta-contact .cta-links p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.cta-col2-002 .cta-contact .cta-links p a {
    color: #22368d;
}

.cta-col2-002 .cta-contact p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.cta-col2-002 .cta-button {
    padding-right: 0;
    text-align: right;
}

.cta-col2-002 .cta-button a.rect-border-button {
    background-color: #22368d;
    border-color: #22368d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
}

.cta-col2-002 .cta-button a.rect-border-button:hover {
    color: #22368d;
    background-color: #ffffff;
}

/*End cta-col2-002*/

/*Counter_col-4_001*/

.counter-col4-001 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    background-size: cover;
    position: relative;
}

.counter-col4-001::before {
    content: "";
    background-color: var(--module-color);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.counter-col4-001 .counter-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

.counter-col4-001 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #ffffff;
    margin: 15px auto 20px;
}

.counter-col4-001 span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.counter-col4-001 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*End Counter_col-4_001*/

/*Counter-col4-002*/

.counter-col4-002 {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: auto;
    background-size: cover;
    position: relative;
}

.counter-col4-002::before {
    content: "";
    background-color: var(--module-color);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.counter-col4-002 span {
    opacity: 0.3;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

.counter-col4-002 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*End counter-col4-002*/

/*Text_image_col-2_004*/

.text-image-col2-004 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-004 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-004 .carousel-box {
    padding-left: 0;
    padding-right: 48px;
}

.text-image-col2-004 .double-image {
    padding-right: 0;
    padding-left: 0;
}

.text-image-col2-004 .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-004 .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}

.text-image-col2-004 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-004 .carousel-inner .item {
    min-height: 140px;
}

.text-image-col2-004 .triple-line-block {
    display: inline-block;
    margin-right: 10px;
}

.text-image-col2-004 .triple-line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 30px;
}

.text-image-col2-004 .line-blue::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #00bee0;
    margin-bottom: 30px;
}

.text-image-col2-004 .round-image {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.square-image {
    width: 100%;
}

/*End text_image_col-2_004*/

/*Text_image_col-2_004_b*/

.text-image-col2-004-b {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-004-b .modular-container {
    overflow-x: hidden;
}

.text-image-col2-004-b .carousel-box {
    padding-left: 0;
    padding-right: 48px;
}

.text-image-col2-004-b .double-image {
    padding-right: 0;
    padding-left: 0;
}

.text-image-col2-004-b .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-004-b .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}

.text-image-col2-004-b .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-004-b .carousel-inner .item {
    min-height: 140px;
}

.text-image-col2-004-b .triple-line-block {
    display: inline-block;
    margin-right: 10px;
}

.text-image-col2-004-b .triple-line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 30px;
}

.text-image-col2-004-b .line-blue::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #00bee0;
    margin-bottom: 30px;
}

.text-image-col2-004-b .round-image {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*End text_image_col-2_004_b*/

/*Text_image_col-2_003*/

.text-image-col2-003 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-003 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-003 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-003 .carousel-box {
    padding-right: 0;
    padding-left: 48px;
}

.text-image-col2-003 .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-003 .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.text-image-col2-003 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-003 .carousel-inner .item {
    min-height: 270px;
    max-height: 270px;
}

.text-image-col2-003 .triple-line-block {
    display: inline-block;
    margin-right: 10px;
}

.text-image-col2-003 .triple-line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 30px;
}

.text-image-col2-003 .line-blue::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #00bee0;
    margin-bottom: 30px;
}

.text-image-col2-003 .round-image {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*End text_image_col-2_003*/

/*Text_image_col-2_003_b*/

.text-image-col2-003-b {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-003-b .modular-container {
    overflow-x: hidden;
}

.text-image-col2-003-b .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-003-b .double-image img.square-image {
    display: none;
}

.text-image-col2-003-b .carousel-box {
    padding-right: 0;
    padding-left: 48px;
}

.text-image-col2-003-b .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-003-b .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.text-image-col2-003-b .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-003-b .carousel-inner .item {
    min-height: 270px;
    max-height: 270px;
}

.text-image-col2-003-b .triple-line-block {
    display: inline-block;
    margin-right: 10px;
}

.text-image-col2-003-b .triple-line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 30px;
}

.text-image-col2-003-b .line-blue::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #00bee0;
    margin-bottom: 30px;
}

.text-image-col2-003-b .round-image {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*End text_image_col-2_003_b*/

/*Text_image_col-2_002*/

.text-image-col2-002 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

.text-image-col2-002 .carousel-box {
    padding-left: 0;
    padding-right: 24px;
}

.text-image-col2-002 .image {
    padding-right: 0;
    padding-left: 24px;
}

.text-image-col2-002 .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-002 .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}

.text-image-col2-002 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-002 .carousel-inner .item {
    min-height: 140px;
}

.text-image-col2-002 .triple-line-block {
    display: inline-block;
    margin-right: 10px;
}

.text-image-col2-002 .triple-line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 30px;
}

.text-image-col2-002 .line-blue::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #00bee0;
    margin-bottom: 30px;
}

/*End text_image_col-2_002*/

/*Text_image_col-2_001*/

.text-image-col2-001 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-001 .image {
    padding-left: 0;
    padding-right: 24px;
}

.text-image-col2-001 .carousel-box {
    padding-right: 0;
    padding-left: 24px;
}

.text-image-col2-001 .col-md-6 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-001 .col-md-6 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}

.text-image-col2-001 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-001 .carousel-inner .item {
    min-height: 140px;
}

/*End text_image_col-2_001*/

/*Text_image_col-3_001*/

.text-image-col3-001 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.text-image-col3-001 .text-image-intro {
    text-align: center;
}

.text-image-col3-001 .text-image-intro h2 {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col3-001 .text-image-intro p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
}

.text-image-col3-001 img {
    width: 100%;
    height: 460px;
    margin-bottom: 60px;
}

.text-image-col3-001 .modular-container .col-md-4:nth-child(3n+3) {
    padding-left: 0;
}

.text-image-col3-001 .modular-container .col-md-4:nth-child(3n+5) {
    padding-right: 0;
}

.text-image-col3-001 .col-md-4 {
    animation-duration: 0.3s;
}

.text-image-col3-001 .col-md-4 span {
    color: #013548;
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 300;
    padding-right: 10px;
}

.text-image-col3-001 .col-md-4 h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col3-001 .col-md-4 p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    margin-bottom: 0;
}

.text-image-col3-001 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

/*Text_image_col-3_001*/

/*Icons_col3_001*/

.icons-col3-001 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.icons-col3-001 .icons-header {
    text-align: center;
    margin-bottom: 70px;
}

.icons-col3-001 .icons-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.icons-col3-001 .icons-header p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.icons-col3-001 .icons-info {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.icons-col3-001 .icons-box-info {
    width: 30%;
    text-align: center;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
}

.icons-col3-001 .icons-box-info img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.icons-col3-001 .icons-box-info h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icons-col3-001 .icons-box-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-transform: lowercase;
}

@media (max-width: 991px) {
    .icons-col3-001 .icons-box-info {
        width: 47%;
    }
}

/*End icons_col3_001*/

/*Icons_col4_001*/

.icons-col4-001 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.icons-col4-001 .icons-box-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.icons-col4-001 .icons-box-info img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.icons-col4-001 .icons-box-info h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.icons-col4-001 .icons-box-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

/*End Icons_col4_001*/

/*Image_col1_002*/

.image-col1-002 .image-wrap {
    position: relative;
    width: 100%;
}

.image-col1-002 .image-wrap:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-col1-002 .image-wrap img {
    width: 100%;
}

.image-col1-002 .image-text-wrap {
    position: absolute;
    bottom: 2%;
    left: 2%;
}

.image-col1-002 .image-text-wrap p.image-text-bold {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.image-col1-002 .image-text-wrap p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px !important;
    margin-bottom: 0;
}

/*End image_col1_002*/

/*Image_col1_001*/

.image-col1-001 .image-wrap {
    position: relative;
    width: 100%;
    border: 25px solid #ffffff;
}

.image-col1-001 .image-wrap:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-col1-001 .image-wrap img {
    width: 100%;
}

.image-col1-001 .image-text-wrap {
    position: absolute;
    bottom: 2%;
    left: 2%;
}

.image-col1-001 .image-text-wrap p.image-text-bold {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.image-col1-001 .image-text-wrap p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px !important;
    margin-bottom: 0;
}

/*End image_col1_001*/

/*Image-col1-003*/

.image-col1-003 {
    padding-bottom: 50px;
}

.image-col1-003 .flex-control-nav {
    display: none;
}

.image-col1-003 .flex-next, .image-col1-003 .flex-prev {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 46px;
}

.image-col1-003 .flex-next i, .image-col1-003 .flex-prev i {
    color: #ffffff;
    line-height: 45px;
    font-size: 40px;
}

/*End image-col1-003*/

/*Image-col1-006*/

.image-col1-006 {
    padding: 40px 0;
    position: relative;
    background-image: linear-gradient(to top, #227066 0%, #46b29d 100%);
}

.image-col1-006 .image-wrap img {
    width: 100%;
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.image-col1-006 .image-wrap .image-info-wrap {
    position: absolute;
    bottom: 7%;
    left: 3%;
}

.image-col1-006 .image-wrap .image-info-wrap h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 10px;
}

.image-col1-006 .image-wrap .image-info-wrap p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.image-col1-006 .image-wrap .image-info-wrap a {
    background-color: #46b29d;
    border-color: #46b29d;
    padding: 11px 40px;
}

/*End image-col1-006*/

/*Image-col1-012*/

.image-col1-012 {
    position: relative;
}

.image-col1-012 .image-wrap {
    position: relative;
}

.image-col1-012 .image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(70, 178, 157, 0.6) 0%, rgba(34, 112, 102, 0.6) 100%);
}

.image-col1-012 img {
    width: 100%;
}

.image-col1-012 .image-info-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.image-col1-012 .image-info-wrap h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 0;
}

.image-col1-012 .image-info-wrap p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    line-height: 35px !important;
    margin-bottom: 0;
}

/*End image-col1-012*/

/*Image-col3-001*/

.image-col3-001 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.image-col3-001 .image-header {
    text-align: center;
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.image-col3-001 .image-box:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 16px;
}

.image-col3-001 .image-box:nth-child(3n + 2) {
    padding-left: 8px;
    padding-right: 8px;
}

.image-col3-001 .image-box:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 16px;
}

.image-col3-001 .image-box .image-link-wrap {
    overflow: hidden;
}

.image-col3-001 .image-box .image-link-wrap .image-link {
    transition: all 0.5s;
}

.image-col3-001 .image-box .image-link-wrap:hover .image-link {
    transform: scale(1.2);
}

.image-col3-001 .image-box .image-link a {
    display: block;
    height: 100%;
}

.image-col3-001 .image-box a.box-text-link {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
}

.image-col3-001 .image-box a.box-text-link:hover {
    color: #818181;
}

/*End image-col3-001*/

/*Image-col3-013*/

.image-col3-013 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.image-col3-013 .image-header h3 {
    text-align: center;
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 20px;
}

.image-col3-013 .image-header p {
    text-align: center;
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.image-col3-013 .image-box-icon-wrap {
    position: relative;
}

.image-col3-013 .image-box-icon .image-box-wrap {
    overflow: hidden;
}

.image-col3-013 .image-box-icon .image-box-icon-wrap {
    transition: all 0.5s ease-in-out;
}

.image-col3-013 .image-box-icon .image-box-icon-wrap:hover {
    transform: scale(1.2);
}

.image-col3-013 .image-box-icon-wrap .image-bg {
    width: 100%;
}

.image-col3-013 .image-box-icon-wrap:before {
    content: "";
    position: absolute;
    background-color: rgba(34, 54, 141, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-col3-013 .image-box-icon-wrap .image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.image-col3-013 .image-box-icon {
    padding-top: 30px;
    padding-bottom: 34px;
}

.image-col3-013 .image-box-icon:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 16px;
}

.image-col3-013 .image-box-icon:nth-child(3n + 2) {
    padding-left: 8px;
    padding-right: 8px;
}

.image-col3-013 .image-box-icon:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 16px;
}

.image-col3-013 .image-box-icon a.box-text-link {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    transition: all 0.5s;
    display: flex;
    align-items: baseline;
}

.image-col3-013 .image-box-icon a i {
    color: #22368d;
    margin-left: 10px;
}

.image-col3-013 .image-box-icon a.box-text-link:hover {
    color: #ffffff;
    padding: 0 10px;
    background-color: #22368d;
}

.image-col3-013 .image-box-icon a.box-text-link:hover .icon-angle-right {
    color: #ffffff;
}

/*End image-col3-013*/

/*Text-image-col2-010*/

.text-image-col2-010 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 70px;
}

.text-image-col2-010 .text-image-wrap:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 30px;
}

.text-image-col2-010 .text-image-wrap:nth-of-type(2n+2) {
    padding-left: 30px;
    padding-right: 0;
}

.text-image-col2-010 .text-image-photo-col img {
    width: 100%;
    display: none;
}

.text-image-col2-010 .text-image-text-col h2 {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px !important;
    margin-bottom: 0;
    margin-top: 40px;
}

.text-image-col2-010 .text-image-text-col p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    margin-bottom: 0;
}

/*End text-image-col2-010*/

/*Text_image_col1_012*/

.text-image-col2-012 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-012 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-012 .text-image-text-col {
    width: 46%;
    margin-left: 4%;
    float: left;
}

.text-image-col2-012 .text-image-text-col .line-block-left {
    margin-bottom: 30px;
}

.text-image-col2-012 .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col2-012 .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text-image-col2-012 .text-image-photo-col {
    width: 50%;
    float: left;
}

.text-image-col2-012 .text-image-photo-col img {
    margin-top: 10px;
    width: 100%
}

/*End text_image_col1_012*/

/*Text_image_col1_012_b*/

.text-image-col2-012-b {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-012-b .modular-container {
    overflow-x: hidden;
}

.text-image-col2-012-b .text-image-text-col {
    width: 46%;
    margin-left: 4%;
    float: left;
}

.text-image-col2-012-b .text-image-text-col .line-block-left {
    margin-bottom: 30px;
}

.text-image-col2-012-b .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col2-012-b .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text-image-col2-012-b .text-image-photo-col {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 10px;
    border: 1px solid #22368d;
}

.text-image-col2-012-b .text-image-photo-col:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.text-image-col2-012-b .text-image-photo-col img.image-bg {
    width: 100%;
    z-index: 1;
}

.text-image-col2-012-b .text-image-photo-col img.image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 150px;
    height: 150px;
}

/*End text_image_col1_012_b*/

/*Text_image_col1_013*/

.text-image-col2-013 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-013 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-013 .text-image-text-col {
    width: 46%;
    margin-right: 4%;
    float: left;
}

.text-image-col2-013 .text-image-text-col .line-block-left {
    margin-bottom: 30px;
}

.text-image-col2-013 .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col2-013 .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text-image-col2-013 .text-image-photo-col {
    width: 50%;
    float: left;
}

.text-image-col2-013 .text-image-photo-col img {
    margin-top: 10px;
    width: 100%
}

/*End text_image_col2_013*/

/*Text_image_col1_013_b*/

.text-image-col2-013-b {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-013-b .modular-container {
    overflow-x: hidden;
}

.text-image-col2-013-b .text-image-text-col {
    width: 46%;
    margin-right: 4%;
    float: left;
}

.text-image-col2-013-b .text-image-text-col .line-block-left {
    margin-bottom: 30px;
}

.text-image-col2-013-b .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col2-013-b .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text-image-col2-013-b .text-image-photo-col {
    width: 50%;
    float: left;
    margin-top: 10px;
    position: relative;
    border: 1px solid #22368d;
}

.text-image-col2-013-b .text-image-photo-col:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.text-image-col2-013-b .text-image-photo-col img.image-bg {
    width: 100%;
    z-index: 1;
}

.text-image-col2-013-b .text-image-photo-col img.image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 150px;
    height: 150px;
}

/*End text_image_col2_013_b*/

/*Text_image_col-2_014*/

.text-image-col2-014 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
}

.text-image-col2-014 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-014 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-014 .carousel-box {
    padding-left: 50px;
    padding-right: 0;
}

.text-image-col2-014 .carousel-box h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col2-014 .carousel-box p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 70px;
}

.text-image-col2-014 .line-block::after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2px solid #434343;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-014 .round-image {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text-image-col2-014 .square-image-wrap .square-image {
    width: 100%;
    display: none;
}

/*End text_image_col-2_014*/

/*Text_image_col-2_026*/

.text-image-col2-026 {
    padding-top: 65px;
    padding-bottom: 65px;
    overflow: auto;
}

.text-image-col2-026 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-026 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-026 .carousel-box {
    padding-left: 50px;
    padding-right: 0;
}

.text-image-col2-026 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col2-026 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px !important;
    margin-bottom: 20px;
}

.text-image-col2-026 .line-block::after {
    content: '';
    display: block;
    width: 113px;
    border-top: 8px solid #27be77;
    margin: 0 0;
    margin-bottom: 30px;
}

.text-image-col2-026 a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-image-col2-026 .square-image-wrap .square-image {
    width: 100%;
    display: none;
}

/*End text_image_col-2_026*/

/*Text_image_col-2_027*/

.text-image-col2-027 {
    padding-top: 65px;
    padding-bottom: 65px;
    overflow: auto;
}

.text-image-col2-027 .modular-container {
    overflow-x: hidden;
}

.text-image-col2-027 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-027 .carousel-box {
    padding-left: 50px;
    padding-right: 0;
}

.text-image-col2-027 .text-col {
    text-align: right;
}

.text-image-col2-027 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col2-027 p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px !important;
    margin-bottom: 20px;
}

.text-image-col2-027 .line-block::after {
    content: '';
    display: block;
    width: 113px;
    border-top: 8px solid #27be77;
    margin-top: 0;
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.text-image-col2-027 a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-image-col2-027 .square-image-wrap .square-image {
    width: 100%;
    display: none;
}

/*End text_image_col-2_027*/

/*Text-image-col2-054*/

.text-image-col2-054 {
    position: relative;
}

.text-image-col2-054 .text-image-wrap {
    display: flex;
    align-items: center;
}

.text-image-col2-054 .text-image-wrap .text-image {
    padding: 0;
}

.text-image-col2-054 .text-image-wrap .text-image img {
    width: 100%;
}

.text-image-col2-054 .text-image-wrap .text-image-text {
    padding: 0 110px;
}

.text-image-col2-054 .text-image-wrap .text-image-text h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 8px solid #27be77;
    display: inline-block;
    padding-right: 10px;
}

.text-image-col2-054 .text-image-wrap .text-image-text p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.text-image-col2-054 .text-image-wrap .text-image-text a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 90px;
}

.text-image-col2-054 .text-image-wrap .text-image-text .text-logo-wrap {
    text-align: center;
}

.text-image-col2-054 .text-image-wrap .text-image-text .text-logo {
    width: 50%;
}

/*End text-image-col2-054*/

/*Text_image_col2_061*/

.text-image-col2-061 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-061 .modular-container {
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.text-image-col2-061 .text-image-text-col {
    width: 46%;
    margin-left: 4%;
    float: left;
}

.text-image-col2-061 .text-image-text-col .line-block-left {
    margin-bottom: 12px;
}

.text-image-col2-061 .text-image-text-col .line-block-left::after {
    border-top: 4px solid #026375;
    width: 83.5%;
}

.text-image-col2-061 .text-image-text-col h2 {
    color: #026375;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

.text-image-col2-061 .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 45px;
}

.text-image-col2-061 .text-image-photo-col {
    width: 46%;
    float: left;
    margin-right: 4%;
}

.text-image-col2-061 .text-image-photo-col .photo-col-wrap {
    position: relative;
    width: 100%;
}

.text-image-col2-061 .text-image-photo-col img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 8%;
    margin-left: 8%;
}

.text-image-col2-061 .text-image-photo-col .image-shadow {
    position: absolute;
    top: 0;
    bottom: 8%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #026375;
}

/*End text_image_col2_061*/

/*Text_image_col2_062*/

.text-image-col2-062 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-image-col2-062 .modular-container {
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.text-image-col2-062 .text-image-text-col {
    width: 46%;
    margin-right: 4%;
    float: left;
}

.text-image-col2-062 .text-image-text-col .line-block-left {
    margin-bottom: 12px;
}

.text-image-col2-062 .text-image-text-col .line-block-left::after {
    border-top: 4px solid #026375;
    width: 83.5%;
}

.text-image-col2-062 .text-image-text-col h2 {
    color: #026375;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

.text-image-col2-062 .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 45px;
}

.text-image-col2-062 .text-image-photo-col {
    width: 50%;
    float: left;
}

.text-image-col2-062 .text-image-photo-col .photo-col-wrap {
    position: relative;
    width: 100%;
}

.text-image-col2-062 .text-image-photo-col img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 8%;
    padding-right: 8%;
}

.text-image-col2-062 .text-image-photo-col .image-shadow {
    position: absolute;
    top: 0;
    bottom: 8%;
    left: 8%;
    right: 0;
    z-index: 1;
    background-color: #026375;
}

/*End text_image_col2_062*/

/*Text-image-col2-071*/

.text-image-col2-071 {
    position: relative;
}

.text-image-col2-071 .text-image-wrap {
    height: 720px;
    width: 100%;
    position: relative;
    display: flex;
}

.text-image-col2-071 .text-image-wrap .text-image-right {
    width: 50%;
    height: 100%;
    background-color: #026375;
}

.text-image-col2-071 .text-image-wrap .text-image-left {
    width: 50%;
    height: 100%;
}

.text-image-col2-071 .text-image-wrap .text-image-left .image-bg {
    height: 100%;
    background-size: cover;
}

.text-image-col2-071 .text-image-wrap .text-image-float-text {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translate(0, -50%);
    width: 60%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 110px;
}

.text-image-col2-071 .text-image-wrap .text-image-float-text h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
}

.text-image-col2-071 .text-image-wrap .text-image-float-text h2 .title-border {
    border-bottom: 12px solid #27be77;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
}

.text-image-col2-071 .text-image-wrap .text-image-float-text p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}

/*End text-image-col2-071*/

/*Text-image-col2-072*/

.text-image-col2-072 {
    position: relative;
}

.text-image-col2-072 .text-image-wrap {
    height: 720px;
    width: 100%;
    position: relative;
    display: flex;
}

.text-image-col2-072 .text-image-wrap .text-image-left {
    width: 50%;
    height: 100%;
    background-color: #026375;
}

.text-image-col2-072 .text-image-wrap .text-image-right {
    width: 50%;
    height: 100%;
}

.text-image-col2-072 .text-image-wrap .text-image-right .image-bg {
    height: 100%;
    background-size: cover;
}

.text-image-col2-072 .text-image-wrap .text-image-float-text {
    position: absolute;
    top: 50%;
    left: 145px;
    transform: translate(0, -50%);
    width: 60%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 110px;
}

.text-image-col2-072 .text-image-wrap .text-image-float-text h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
}

.text-image-col2-072 .text-image-wrap .text-image-float-text h2 .title-border {
    border-bottom: 12px solid #27be77;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
}

.text-image-col2-072 .text-image-wrap .text-image-float-text p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}

/*End text-image-col2-072*/

/*Text_image_col-2_077*/

.text-image-col2-077 {
    margin-top: 65px;
    margin-bottom: 65px;
    overflow: auto;
    position: relative;
}

.text-image-col2-077 .text-image-bg-color{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background-color: rgba(223, 223, 223, 0.6);
}

.text-image-col2-077 .modular-container {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.text-image-col2-077 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-077 .col-md-8{
    padding: 0;
}

.text-image-col2-077 .col-md-4{
    padding: 0 24px;
}

.text-image-col2-077 .carousel-box {
    padding-left: 50px;
    padding-right: 0;
}

.text-image-col2-077 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col2-077 p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.text-image-col2-077 a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-image-col2-077 .square-image-wrap .square-image {
    width: 100%;
    display: none;
}

/*End text_image_col-2_077*/

/*Text_image_col-2_078*/

.text-image-col2-078 {
    margin-top: 65px;
    margin-bottom: 65px;
    overflow: auto;
    position: relative;
}

.text-image-col2-078 .text-image-bg-color{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background-color: rgba(223, 223, 223, 0.6);
}

.text-image-col2-078 .modular-container {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.text-image-col2-078 .double-image {
    padding-left: 0;
    padding-right: 0;
}

.text-image-col2-078 .col-md-8{
    padding: 0;
}

.text-image-col2-078 .col-md-4{
    padding: 0 24px;
}

.text-image-col2-078 .carousel-box {
    padding-left: 50px;
    padding-right: 0;
}

.text-image-col2-078 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col2-078 p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.text-image-col2-078 a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-image-col2-078 .square-image-wrap .square-image {
    width: 100%;
    display: none;
}

/*End text_image_col-2_078*/

/*Text-image-col2-081*/

.text-image-col2-081 {
    position: relative;
    margin: 60px 0;
}

.text-image-col2-081 .text-image-wrap {
    display: flex;
    align-items: center;
}

.text-image-col2-081 .text-image-wrap .text-image {
    padding: 0;
}

.text-image-col2-081 .text-image-wrap .text-image img {
    width: 100%;
}

.text-image-col2-081 .text-image-wrap .text-image-text {
    padding: 0 110px;
}

.text-image-col2-081 .text-image-wrap .text-image-text h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 4px;
    position: relative;
}

.text-image-col2-081 .text-image-wrap .text-image-text h2 .title-border {
    border-bottom: 8px solid rgba(178, 0, 0, 0.4);
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 3px;
    z-index: 0;
}

.text-image-col2-081 .text-image-wrap .text-image-text p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.text-image-col2-081 .text-image-wrap .text-image-text p a {
    color: #b20000;
    text-transform: none;
}

.text-image-col2-081 .text-image-wrap .text-image-text a {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.text-image-col2-081 .text-image-wrap .text-image-text .text-logo-wrap {
    text-align: center;
}

.text-image-col2-081 .text-image-wrap .text-image-text .text-logo {
    width: 50%;
}

/*End text-image-col2-081*/

/*Text_image_col3_002*/

.text-image-col3-002 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-image-col3-002 .text-image-header {
    text-align: center;
    margin-bottom: 40px;
}

.text-image-col3-002 .text-image-header h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.text-image-col3-002 .text-image-header .line-block::after {
    border-color: #000000;
}

.text-image-col3-002 .text-image-info .text-image-box-info {
    width: 31%;
    text-align: center;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    vertical-align: top;
}

.text-image-col3-002 .text-image-box-info h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 10px;
}

.text-image-col3-002 .text-image-box-info h4 {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col3-002 .text-image-box-info p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
}

/*End text_image_col3_002*/

/*Text-image-col3-006*/

.text-image-col3-006 {
    position: relative;
    margin-bottom: 100px;
}

.text-image-col3-006 .text-image-header {
    text-align: center;
}

.text-image-col3-006 .text-image-header h2 {
    color: #214154;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.text-image-col3-006 .text-image-header .line-block:after {
    border-top: 2px solid #46b29d;
    width: 34px;
}

.text-image-col3-006 .text-image-info {
    overflow: auto;
}

.text-image-col3-006 .text-image-box-info {
    text-align: center;
}

.text-image-col3-006 .text-image-box-info .box-image {
    margin-bottom: 30px;
    margin-top: 20px;
}

.text-image-col3-006 .text-image-box-info .box-image img {
    display: none;
}

.text-image-col3-006 .text-image-box-info h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.text-image-col3-006 .text-image-box-info h4 {
    color: #46b29d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-col3-006 .text-image-box-info p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*End text-image-col3-006*/

/*Text_image_col3_007*/

.text-image-col3-007 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-image-col3-007 .text-image-info .text-image-box-info {
    width: 31%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
    vertical-align: top;
}

.text-image-col3-007 .text-image-box-info img {
    width: 100%;
    display: none;
}

.text-image-col3-007 .text-image-box-info .text-box-wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.text-image-col3-007 .text-image-box-info h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

.text-image-col3-007 .text-image-box-info h4 {
    color: #418fbf;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px !important;
    margin-bottom: 10px;
}

.text-image-col3-007 .text-image-box-info p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    margin-bottom: 25px;
}

/*End text_image_col3_007*/

/*Text-image-col3-010*/

.text-image-col3-010 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

.text-image-col3-010 .text-image-box-info .image-container {
    width: 100%;
    background-size: cover;
    margin-bottom: 30px;
}

.text-image-col3-010 .text-image-box-info {
    margin-bottom: 30px;
}

.text-image-col3-010 .text-image-box-info .text-box-wrap h3 {
    position: relative;
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 4px;
    z-index: 1;
    margin-bottom: 20px;
}

.text-image-col3-010 .text-image-box-info .text-box-wrap .title-border {
    border-bottom: 12px solid #ffcc00;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
}

.text-image-col3-010 .text-image-box-info .text-box-wrap p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-image-col3-010 .text-image-box-info .text-box-wrap a.rect-border-button {
    padding: 10px 25px;
    background-color: #434343;
    border-color: #434343;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.text-image-col3-010 .text-image-box-info .text-box-wrap a.rect-border-button:hover {
    color: #434343;
    background-color: transparent;
}

/*End text-image-col3-010*/

/*Text_image_col1_001*/

.text-image-col1-001 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.text-image-col1-001 .carousel-inner>.item>img {
    margin: auto auto;
}

.text-image-col1-001 .carousel-indicators {
    margin: auto auto;
    text-align: center;
    bottom: 0;
}

.text-image-col1-001 .carousel-control.left {
    background-image: none;
    width: 7%;
    top: 50% !important;
    bottom: auto;
    transform: translate(0, -50%);
}

.text-image-col1-001 .carousel-control.right {
    background-image: none;
    width: 7%;
    top: 50% !important;
    bottom: auto;
    transform: translate(0, -50%);
}

.text-image-col1-001 .carousel-control .icon-angle-left, .text-image-col1-001 .carousel-control .icon-angle-right {
    font-size: 60px;
}

.text-image-col1-001 .carousel-indicators {
    margin: auto auto;
    text-align: center;
    bottom: 0;
    margin-bottom: 60px;
}

.text-image-col1-001 .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col1-001 .text-image-text-col .line-block::after {
    border-top: 2px solid #434343;
    margin-left: 0;
}

.text-image-col1-001 .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    margin-top: 10px;
    margin-bottom: 36px;
}

/*End text_image_col1_001*/

/*Text_image_col1_001_b*/

.text-image-col1-001-b {
    margin-top: 120px;
    margin-bottom: 120px;
}

.text-image-col1-001-b .carousel-inner>.item>img {
    margin: auto auto;
}

.text-image-col1-001-b .carousel-indicators {
    margin: auto auto;
    text-align: center;
    bottom: 0;
}

.text-image-col1-001-b .carousel-control.left {
    background-image: none;
    width: 7%;
    top: 30% !important;
    bottom: auto;
}

.text-image-col1-001-b .carousel-control.right {
    background-image: none;
    width: 7%;
    top: 30% !important;
    bottom: auto;
}

.text-image-col1-001-b .carousel-control .icon-angle-left, .text-image-col1-001-b .carousel-control .icon-angle-right {
    font-size: 60px;
}

.text-image-col1-001-b .carousel-indicators {
    margin: auto auto;
    text-align: center;
    bottom: 19.5em;
    margin-bottom: 60px;
}

.text-image-col1-001-b .text-image-text-col {
    margin-top: 20px;
    min-height: 250px;
}

.text-image-col1-001-b .text-image-text-col h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-image-col1-001-b .text-image-text-col .line-block::after {
    border-top: 2px solid #434343;
    margin-left: 0;
}

.text-image-col1-001-b .text-image-text-col p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    margin-top: 10px;
    margin-bottom: 36px;
}

/*End text_image_col1_001_b*/

/*Faq_column-1_001*/

.faq-col1-001 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.faq-col1-001 .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-col1-001 .modular-panel-header {
    text-align: center;
}

.faq-col1-001 .modular-panel-header h2 {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.faq-col1-001 .modular-panel-header p {
    color: #afadad;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 44px;
}

.faq-col1-001 .modular-panel .panel-title {
    color: #afadad;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 200 !important;
    line-height: 44px;
}

.faq-col1-001 .modular-panel .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-col1-001 .modular-panel .panel-title a:hover {
    color: #afadad;
}

.faq-col1-001 .modular-panel .panel-title i {
    float: right;
    padding-top: 10px;
    color: #00bee0;
}

.faq-col1-001 .modular-panel .panel-body {
    color: #afadad;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.faq-col1-001 .modular-panel .panel {
    border-radius: 0;
    border: none;
    border-top: 2px solid #dfdfdf;
}

.faq-col1-001 .modular-panel .panel:last-of-type {
    border-bottom: 2px solid #dfdfdf;
}

.faq-col1-001 .modular-panel.panel-group .panel+.panel {
    margin-top: 0;
}

.faq-col1-001 .modular-panel .panel-heading {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.faq-col1-001 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid rgba(223, 223, 223, 0.3);
}

/*End Faq_column-1_001*/

/*Faq_column-1_002*/

.faq-col1-002 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.faq-col1-002 .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-col1-002 .modular-panel-header h2 {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.faq-col1-002 .modular-panel .panel-title {
    color: #afadad;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
}

.faq-col1-002 .modular-panel .panel-title a {
    display: flex;
    justify-content: space-between;
}

.faq-col1-002 .modular-panel .panel-title a:hover {
    color: #afadad;
}

.faq-col1-002 .modular-panel .panel-title i {
    float: right;
    padding-top: 10px;
    color: #00bee0;
}

.faq-col1-002 .modular-panel .panel-body {
    color: #afadad;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.faq-col1-002 .modular-panel .panel {
    border-radius: 0;
    border: none;
    border-top: 2px solid #dfdfdf;
}

.faq-col1-002 .modular-panel .panel:last-of-type {
    border-bottom: 2px solid #dfdfdf;
}

.faq-col1-002 .modular-panel.panel-group .panel+.panel {
    margin-top: 0;
}

.faq-col1-002 .modular-panel .panel-heading {
    background-color: #ffffff;
}

.faq-col1-002 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid rgba(223, 223, 223, 0.3);
}

/*End faq_column-1_002*/

/*Faq_column-1_003*/

.faq-col1-003 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.faq-col1-003 .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-col1-003 .modular-panel-header h2 {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
}

.faq-col1-003 .modular-panel-header p {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.faq-col1-003 .modular-panel .panel-title {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.faq-col1-003 .modular-panel .panel-title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq-col1-003 .modular-panel .panel-title a:hover {
    color: #afadad;
}

.faq-col1-003 .modular-panel .panel-title i {
    float: right;
    color: #434343;
    padding-right: 15px;
    font-size: 20px;
}

.faq-col1-003 .modular-panel .panel-body {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.faq-col1-003 .modular-panel .panel {
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
}

.faq-col1-003 .modular-panel.panel-group .panel+.panel {
    margin-top: 0;
}

.faq-col1-003 .modular-panel .panel-heading {
    background-color: rgba(223, 223, 223, 0.5);
    border-radius: 4px;
}

.faq-col1-003 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

/*End faq_column-1_003*/

/*Prices-col3-002*/

.prices-col3-002 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.prices-col3-002 .prices-header {
    text-align: center;
}

.prices-col3-002 .prices-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.prices-col3-002 .prices-header p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.prices-col3-002 .prices-box {
    position: relative;
    overflow: auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.prices-col3-002 .prices-box .prices-info {
    padding-top: 35px;
    padding-bottom: 35px;
}

.prices-col3-002 .prices-box .prices-info h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffffff;
}

.prices-col3-002 .prices-box .prices-list p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 50px;
}

.prices-col3-002 .prices-box .prices-book {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    position: absolute;
    width: 33.33333333%;
    height: 100%;
    right: 0;
    float: left;
}

.prices-col3-002 .prices-box .prices-book .prices-book-wrap {
    position: relative;
    top: 18%;
}

.prices-col3-002 .prices-box .prices-book::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.prices-col3-002 .prices-box .prices-book h4 {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.prices-col3-002 .prices-box .prices-book h2 {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 52px;
    font-weight: 700;
    position: relative;
}

.prices-col3-002 .prices-box .prices-book a {
    position: relative;
}

/*End prices-col3-002*/

/*Prices-col3-001*/

.prices-col3-001 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.prices-col3-001 .prices-box-wrap {
    display: flex;
}

.prices-col3-001 .prices-box {
    border-radius: 5px;
    border: 2px solid #ffffff;
    margin: 0 15px;
    animation-duration: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prices-col3-001 .prices-box:nth-child(3n + 1) {
    margin-left: 0;
}

.prices-col3-001 .prices-box:nth-child(3n + 3) {
    margin-right: 0;
}

.prices-col3-001 .prices-header {
    text-align: center
}

.prices-col3-001 .prices-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prices-col3-001 .prices-header p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 60px;
}

.prices-col3-001 .prices-box .prices-box-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    min-height: 200px;
}

.prices-col3-001 .prices-box .prices-box-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    margin: auto auto;
    padding-bottom: 30px;
}

.prices-col3-001 .prices-box .prices-box-header p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 30px;
}

.prices-col3-001 .prices-box .prices-box-content h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    min-height: 180px;
}

.prices-col3-001 .prices-box .prices-box-content h4 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.prices-col3-001 .prices-box .prices-box-content ul {
    list-style-position: outside;
    margin-left: 18px;
}

.prices-col3-001 .prices-box .prices-box-content ul li {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.prices-col3-001 .prices-box .prices-box-content p {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.prices-col3-001 .prices-box .prices-box-button {
    text-align: center;
    margin-bottom: 15px;
}

.prices-col3-001 .prices-box .prices-box-button .modular-wide-button {
    display: block;
}

/*End prices-col3-001*/

/*Prices-col4-001*/

.prices-col4-001 {
    background-color: #27be77;
    padding-top: 120px;
    padding-bottom: 120px;
}

.prices-col4-001 .active-circle {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.prices-col4-001 .circle {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: inline-block;
}

.prices-col4-001 .prices-header {
    text-align: center
}

.prices-col4-001 .prices-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prices-col4-001 .prices-header p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 80px;
}

.prices-col4-001 table {
    border: 2px solid #ffffff;
    width: 100%;
}

.prices-col4-001 table thead th {
    border: 2px solid #ffffff;
    padding: 15px;
}

.prices-col4-001 table tbody tr td {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.prices-col4-001 table tbody tr:last-of-type td {
    border: 2px solid #ffffff;
}

.prices-col4-001 table thead tr th {
    text-align: center;
    width: 22%;
}

.prices-col4-001 table thead tr th:first-of-type {
    text-align: left;
    padding-left: 35px;
    width: 34%;
}

.prices-col4-001 table thead h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.prices-col4-001 table thead p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.prices-col4-001 table tbody {
    text-align: center;
}

.prices-col4-001 table tbody tr:first-of-type td, .prices-col4-001 table tbody tr:last-of-type td {
    padding: 15px;
}

.prices-col4-001 table tbody tr:first-of-type p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.prices-col4-001 table tbody tr:first-of-type h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.prices-col4-001 table tbody tr td:first-of-type {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    padding-left: 35px;
    padding-right: 15px;
    list-style-position: inside;
}

.prices-col4-001 table tbody tr td:first-of-type ul {
    margin-bottom: 0;
}

.prices-col4-001 table tbody tr:nth-last-of-type(2) td {
    padding-bottom: 15px;
}

.prices-col4-001 a.blue-white-button {
    color: #27be77;
    width: 100%;
}

.prices-col4-001 a:hover.blue-white-button {
    color: #000000;
}

/*End prices-col4-001*/

/*Text-col1-004*/

.text-col1-004 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-col1-004 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-col1-004 h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-col1-004 p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px !important;
    margin-bottom: 30px;
}

/*End text-col1-004*/

/*Text-col1-011*/

.text-col1-011 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-col1-011 .text-quote {
    padding-left: 12px;
    position: relative;
}

.text-col1-011 .text-quote p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px !important;
    margin-bottom: 20px;
}

.text-col1-011 .text-quote:after {
    content: " ";
    display: block;
    width: 3px;
    background: #434343;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
}

.text-col1-011 span {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 12px;
}

/*End text-col1-011*/

/*Text-col1-012*/

.text-col1-012 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.text-col1-012 .text-wrapper {
    margin-bottom: 30px;
}

.text-col1-012 .text-wrapper ul {
    list-style-position: inside;
}

.text-col1-012 .text-wrapper ol {
    list-style-position: inside;
}

.text-col1-012 .text-wrapper li {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
}

.text-col1-012 h3 {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-col1-012 p {
    color: #747373;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 0;
}

.text-col1-012 p a {
    color: #22368d;
}

/*End text-col1-012*/

/*Text-col1-014*/

.text-col1-014 h2 {
    color: #4eb1d9;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

/*End text-col1-014*/

/*Text-col1-012-014*/

.text-col1-012-014 {
    margin-top: 100px;
    margin-bottom: 70px;
}

/*End text-col1-012-014*/

/*Text-col1-016*/

.text-col1-016 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-col1-016 .mobile-stepper {
    display: none;
}

.text-col1-016 .text-col-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-col1-016 .text-col-header .line-block::after {
    margin: 0;
}

.text-col1-016 .text-col-steps {
    margin: 50px 25px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.text-col1-016 .steps-label {
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
}

.text-col1-016 .steps-label p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.text-col1-016 .steps-label p.empty {
    font-weight: 300;
}

.text-col1-016 .step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.text-col1-016 .step-circle span {
    color: #27be77;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.text-col1-016 .text-col-steps .step-circle.empty {
    background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.text-col1-016 .text-col-steps .step-circle.empty span {
    color: #ffffff;
    font-weight: 300;
}

.text-col1-016 .text-col-steps .step-line {
    border: 1px dashed #ffffff;
    width: 100%;
}

.text-col1-016 .text-col-steps .step-line.complete {
    border: 2px solid #ffffff;
}

.text-col1-016 .text-col-content {
    margin-top: 35px;
    min-height: 320px;
}

.text-col1-016 .text-col-content h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.text-col1-016 .text-col-content p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.text-col1-016 .text-col-content.hidden {
    display: none;
}

.text-col1-016 .mobile-stepper .step-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-col1-016 .carousel-control.left {
    background-image: none;
    width: 7%;
    top: 50% !important;
    bottom: auto;
    transform: translate(0, -50%);
}

.text-col1-016 .carousel-control.right {
    background-image: none;
    width: 7%;
    top: 50% !important;
    bottom: auto;
    transform: translate(0, -50%);
}

.text-col1-016 .carousel-control {
    font-size: 50px;
    color: #ffffff;
    opacity: 1;
}

/*End text-col1-016*/

/*Text-col1-018*/

.text-col1-018 {
    position: relative;
    padding: 100px 0;
}

.text-col1-018 .text-col-header {
    margin-bottom: 25px;
}

.text-col1-018 .text-col-header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-col1-018 .text-col-header .line-block:after {
    margin: 0;
}

.text-col1-018 .text-col-content p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.text-col1-018 .text-col-content p bold {
    font-weight: 700;
}

/*End text-col1-018*/

/*Text-col2-001*/

.text-col2-001 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.text-col2-001 .text-title {
    text-align: center;
}

.text-col2-001 .text-title h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.text-col2-001 .text-title p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
}

.text-col2-001 .box-text {
    text-align: center;
}

.text-col2-001 .box-text h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.text-col2-001 .box-text p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    text-align: justify;
}

.text-col2-001 .box-text a.button-modular {
    border-radius: 5px;
    border: 2px solid #434343;
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.text-col2-001 .box-text a.button-modular:hover {
    color: #ffffff;
    background-color: #434343;
}

/*End text-col2-001*/

/*Text-col2-002*/

.text-col2-002 {
    position: relative;
    padding: 70px 0;
}

.text-col2-002 .text-title h2 {
    color: #214154;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-col2-002 .text-title .line-block:after {
    margin: 0;
    border-top: 2px solid #46b29d;
}

.text-col2-002 .text-title {
    margin-bottom: 30px;
}

.text-col2-002 .box-text:nth-of-type(2n + 2) {
    padding-left: 0;
}

.text-col2-002 .box-text:nth-of-type(2n + 1) {
    padding-right: 0;
}

.text-col2-002 .box-text p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/*End text-col2-002*/

/*Text-col3-004*/

.text-col3-004 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.text-col3-004 .text-top-info h2 {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 0.75px;
}

.text-col3-004 .text-top-info p {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    margin-bottom: 80px;
}

.text-col3-004 .text-bottom-info {
    position: relative;
    overflow: auto;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
    margin: 10px;
    margin-bottom: 30px;
    display: flex;
}

.text-col3-004 .box-image {
    background-size: cover;
    position: relative;
    padding: 0 40px;
}

.text-col3-004 .box-image.light-text:before {
    content: "";
    position: absolute;
    background-color: rgba(34, 54, 141, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-col3-004 .box-image img {
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
}

.text-col3-004 .box-image h4 {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
}

.text-col3-004 .box-image.light-text h4 {
    color: #ffffff;
}

.text-col3-004 .box-image p {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    position: relative;
}

.text-col3-004 .box-image.light-text p {
    color: #ffffff;
}

/*End text-col3-004*/

/*Maps-col3-001*/

.maps-col3-001 .maps-info h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.maps-col3-001 .maps-info h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.maps-col3-001 .maps-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
}

/*End maps-col3-001*/

/*Maps-col3-002*/

.maps-col3-002 {
    position: relative;
}

.maps-col3-002 .maps-info {
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.maps-col3-002 .map-address {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.maps-col3-002 .map-contact {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.maps-col3-002 .map-company {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.maps-col3-002 .map-info-icon-wrap {
    padding-right: 20px;
    flex-shrink: 0;
}

.maps-col3-002 .map-info-wrap h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.maps-col3-002 .map-info-wrap p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.maps-col3-002 .map-info-wrap p a {
    color: #000000;
}

/*End maps-col3-002*/

/*Maps-col2_001*/

.maps-col2-001 .maps-info .col-padding {
    padding: 110px 130px;
}

.maps-col2-001 .maps-info h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.maps-col2-001 .maps-info .map-info-wrap h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px !important;
    margin-bottom: 0;
}

.maps-col2-001 .maps-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
}

.maps-col2-001 .maps-info p a {
    color: #ffffff;
}

.maps-col2-001 .maps-info .map-info-icon-wrap {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.maps-col2-001 .maps-info .map-info-icon-wrap img {
    width: 100%;
}

.maps-col2-001 .maps-info .maps-address, .maps-col2-001 .maps-info .maps-contact, .maps-col2-001 .maps-info .maps-company {
    display: flex;
}

/*End maps-col2-001*/

/*Text-image-col3-003*/

.text-image-col3-003 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-image-col3-003 .text-image-header {
    text-align: center;
    margin-bottom: 40px;
}

.text-image-col3-003 .text-image-header h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.text-image-col3-003 .text-image-header .line-block::after {
    border-color: #000000;
}

.text-image-col3-003 .text-image-box-info .box-image img {
    display: none;
}

.text-image-col3-003 .text-image-info .text-image-box-info {
    width: 31%;
    text-align: center;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 60px;
    vertical-align: top;
}

.text-image-col3-003 .text-image-box-info h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 10px;
}

.text-image-col3-003 .text-image-box-info .image-info-wrap {
    min-height: 160px;
}

.text-image-col3-003 .text-image-box-info .image-info-name-wrap {
    min-height: 105px;
}

.text-image-col3-003 .text-image-box-info h4 {
    color: #27be77;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-image-col3-003 .text-image-box-info p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
}

.text-image-col3-003 .text-dots-wrap {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.text-image-col3-003 .text-dots-wrap .fa {
    padding: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background: #27be77;
    color: #ffffff;
}

.text-image-col3-003 .text-dots-wrap .fa.fa-facebook {
    padding-top: 7px;
}

/*End text-image-col3-003*/

/*Form-col2-001*/

.form-col2-001 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-col2-001 h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.form-col2-001 form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    text-align: left;
}

.form-col2-001 .form-id {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.form-col2-001 .form-id .name, .form-col2-001 .form-id .email {
    display: inline-block;
    width: 49%;
    height: 40px;
    margin-bottom: 15px;
    position: relative;
}

.form-col2-001 .subject {
    margin-bottom: 15px;
    position: relative;
}

.form-col2-001 .message {
    margin-bottom: 30px;
    position: relative;
}

.form-col2-001 .form-id .name input[name="name"], .form-col2-001 .form-id .email input[name="email"] {
    width: 100%;
}

.form-col2-001 .modular-form-gray {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #434343;
    background-color: rgba(69, 68, 69, 0.19);
    border: none;
}

/*End form-col2-001*/

/*Form-col2-015*/

.form-col2-015 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-col2-015 .contact-widget h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.form-col2-015 .contact-widget p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px !important;
    text-align: center;
    margin-bottom: 80px;
}

.form-col2-015 .contact-widget label {
    color: #418FBF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    pointer-events: none;
}

.form-col2-015 .contact-widget .form-group.focused label {
    transform: translateY(-125%);
    font-size: 14px;
}

.form-col2-015 .contact-widget .form-group {
    margin: 0;
}

.form-col2-015 .contact-widget .form-id {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.form-col2-015 .contact-widget .form-id .name, .form-col2-015 .contact-widget .form-id .email {
    width: 48%;
    position: relative;
}

.form-col2-015 .contact-widget .help-block {
    margin: 0;
}

.form-col2-015 .contact-widget .form-id input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #164059;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.form-col2-015 .contact-widget textarea {
    border: none;
    border-bottom: 1px solid #164059;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.form-col2-015 .contact-widget .message {
    margin-bottom: 35px;
    position: relative;
}

.form-col2-015 .contact-widget .message, .form-col2-015 .contact-widget .message textarea {
    width: 100%;
}

.form-col2-015 .contact-widget .button-right {
    text-align: right;
}

.form-col2-015 .contact-widget .button-modular {
    color: #ffffff;
    background-color: #00bee0;
    border-radius: 3px;
    border: 2px solid #00bee0;
}

.form-col2-015 .contact-widget .button-modular:hover {
    color: #00bee0;
    background-color: #ffffff;
}

.form-col2-015 .form-post {
    border-radius: 3px;
    border: 2px solid #8a9fac;
    padding: 125px 40px;
    margin-bottom: 80px;
    margin-top: 80px;
    display: none;
}

.form-col2-015 .form-post h2 {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-col2-015 .form-post p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px !important;
}

.form-col2-015 .form-post h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/*End form-col2-015*/

/*Form-col2-016*/

.form-col2-016 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-col2-016 .contact-widget h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.form-col2-016 .contact-widget p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px !important;
    text-align: center;
    margin-bottom: 80px;
}

.form-col2-016 .contact-widget label {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    pointer-events: none;
}

.form-col2-016 .contact-widget .form-group.focused label {
    transform: translateY(-125%);
    font-size: 14px;
}

.form-col2-016 .contact-widget .form-group {
    margin: 0;
    position: relative;
}

.form-col2-016 .contact-widget .form-id {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.form-col2-016 .contact-widget .form-selects {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.form-col2-016 .contact-widget .form-id .name, .form-col2-016 .contact-widget .form-id .email {
    width: 48%;
}

.form-col2-016 .contact-widget .form-selects .selector, .form-col2-016 .contact-widget .form-selects .date {
    width: 48%;
}

.form-col2-016 .contact-widget .help-block {
    margin: 0;
}

.form-col2-016 .contact-widget .form-id input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #164059;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.form-col2-016 .contact-widget textarea {
    border: none;
    border-bottom: 1px solid #164059;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.form-col2-016 .contact-widget .form-selects select, .form-col2-016 .contact-widget .form-selects input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #164059;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: url(/uploads/arrow_down.svg) !important;
    background-position: 99% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
}

.form-col2-016 .contact-widget .form-selects select {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

.form-col2-016 .contact-widget .message {
    margin-bottom: 35px;
}

.form-col2-016 .contact-widget .message, .form-col2-016 .contact-widget .message textarea {
    width: 100%;
}

.form-col2-016 .contact-widget .button-right {
    text-align: right;
}

.form-col2-016 .contact-widget .button-modular {
    color: #ffffff;
    background-color: #00bee0;
    border-radius: 3px;
    border: 2px solid #00bee0;
}

.form-col2-016 .contact-widget .button-modular:hover {
    color: #00bee0;
    background-color: #ffffff;
}

.form-col2-016 .form-post {
    border-radius: 3px;
    border: 2px solid #8a9fac;
    padding: 125px 40px;
    margin-bottom: 80px;
    margin-top: 80px;
    display: none;
}

.form-col2-016 .form-post h2 {
    color: #00bee0;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-col2-016 .form-post p {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px !important;
}

.form-col2-016 .form-post h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/*End form-col2-016*/

/*Form-col3-001*/

.form-col3-001 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-col3-001 .contact-widget {
    overflow: auto;
}

.form-col3-001 h2 {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
}

.form-col3-001 form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    text-align: left;
}

.form-col3-001 .form-id {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.form-col3-001 .form-id .name, .form-col3-001 .form-id .email {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.form-col3-001 .subject {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.form-col3-001 .message {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.form-col3-001 .data-info p {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
}

.form-col3-001 .form-id .name input[name="name"], .form-col3-001 .form-id .email input[name="email"] {
    width: 100%;
}

.form-col3-001 .modular-form-gray {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #434343;
    border: 1px solid #dfdfdf;
}

.form-col3-001 .form-info label {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
}

.form-col3-001 .button-wrap {
    text-align: right;
    padding-top: 30px;
}

.form-col3-001 .rect-border-button {
    background-color: #22368d;
    border: 2px solid #22368d;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
}

.form-col3-001 .rect-border-button:hover {
    background-color: #ffffff;
    color: #22368d;
}

/*End form-col3-001*/

/* Image_col-4_001*/

.image-col4-001 {
    position: relative;
}

.image-col4-001 .image-col-wrapper {
    display: flex;
}

.image-col4-001 .image-col-wrapper .image-col-box {
    width: 50%;
}

.image-col4-001 .image-col-wrapper .image-col-box a {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
}

.image-col4-001 .image-col-wrapper .image-col-box a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
}

.image-col4-001 .flex-control-nav {
    bottom: 14px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

@media (min-width: 1441px) {
    .image-col4-001 .image-col-wrapper {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*End image_col-4_001*/

/*Image-col4-002*/

.image-col4-002 {
    position: relative;
}

.image-col4-002 .image-col-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.image-col4-002 .box-image-wrap {
    height: 360px;
    width: 25%;
}

.image-col4-002 .box-image-wrap .box-image {
    height: 100%;
    position: relative;
    background-size: cover;
}

.image-col4-002 .box-image-wrap .box-image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*End image-col4-002*/

/*Image_col2_005*/

.image-col2-005 .image-col-box {
    display: flex;
    height: 500px;
}

.image-col2-005 .image-col-box .image-left-box-wrap {
    width: 50%;
}

.image-col2-005 .image-col-box .image-left-box-wrap .image-left-box {
    height: 100%;
}

.image-col2-005 .image-col-box .image-right-box-wrap {
    width: 50%;
}

.image-col2-005 .image-col-box .image-right-box-wrap .image-right-box {
    height: 100%;
}

.image-col2-005 .image-col-box .image-right-box .image-link-wrap {
    height: 50%;
    position: relative;
}

.image-col2-005 .image-col-box .link-wrap {
    height: 100%;
    position: relative;
}

.image-col2-005 .image-col-box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*End image_col2-005*/

/*Image-col2-006*/

.image-col2-006 {
    position: relative;
}

.image-col2-006 .image-col-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.image-col2-006 .box-image-wrap {
    width: 50%;
}

.image-col2-006 .box-image-wrap .box-image {
    height: 100%;
    position: relative;
}

/*End image-col2-006*/

/*Image-col2-007*/

.image-col2-007 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.image-col2-007 .image-box {
    margin-bottom: 50px;
}

.image-col2-007 .image-box:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 12px;
}

.image-col2-007 .image-box:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 12px;
}

.image-col2-007 .image-box-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.image-col2-007 .image-box-info .title {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.image-col2-007 .image-box-info .subtitle {
    color: #dfdfdf;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*End image-col2-007*/

/*Image-col2-009*/

.image-col2-009 {
    position: relative;
}

.image-col2-009 .image-box:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 2px;
}

.image-col2-009 .image-box:nth-of-type(2n+2) {
    padding-left: 2px;
    padding-right: 0;
}

.image-col2-009 .image-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.image-col2-009 .image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.image-col2-009 .image-wrap img.bg-image {
    display: none;
}

.image-col2-009 .image-wrap .image-box-info {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.image-col2-009 .image-wrap .image-box-logo {
    width: 32px;
    height: 32px;
    background-color: #00bee0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-col2-009 .image-wrap .image-box-info a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 25px;
}

/*End image-col2-009*/

/*Image_col2_004*/

.image-col2-004 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.image-col2-004 .image-box:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-col2-004 .image-box:after {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}

.image-col2-004 .image-box-wrapper {
    overflow: auto;
    padding: 0 0;
}

.image-col2-004 .image-box-wrapper:nth-child(2n + 1) {
    padding-right: 12px;
    padding-bottom: 24px;
}

.image-col2-004 .image-box-wrapper:nth-child(2n + 2) {
    padding-left: 12px;
    padding-bottom: 24px;
}

.image-col2-004 .image-box {
    position: relative;
}

.image-col2-004 .image-box img {
    width: 100%;
}

.image-col2-004 .image-box-info {
    position: absolute;
    bottom: 5%;
    left: 3%;
    z-index: 1;
}

.image-col2-004 .image-box-info a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.image-col2-004 .image-box-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px !important;
    margin-bottom: 0;
}

/*End image_col2_004*/

/*Image-col2-011*/

.image-col2-011 {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.image-col2-011 .box-image-wrap {
    height: 365px;
    margin-bottom: 30px;
}

.image-col2-011 .box-image-wrap .box-image {
    height: 100%;
    background-size: cover;
}

.image-col2-011 .box-image-wrap .box-image-text {
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(178, 0, 0, 0.8);
}

.image-col2-011 .box-image-wrap .box-image-text a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-col2-011 .box-image-wrap .box-image-text p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px !important;
    margin-bottom: 0;
}

.image-col2-011 .box-image-wrap .box-image-text i {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px !important;
}

/*End image-col2-011*/

/*Image-col3-012*/

.image-col3-012 {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.image-col3-012 .box-image-wrap {
    height: 365px;
    margin-bottom: 30px;
}

.image-col3-012 .box-image-wrap .box-image {
    height: 100%;
    background-size: cover;
}

.image-col3-012 .box-image-wrap .box-image-text {
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(178, 0, 0, 0.8);
}

.image-col3-012 .box-image-wrap .box-image-text a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-col3-012 .box-image-wrap .box-image-text p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px !important;
    margin-bottom: 0;
}

.image-col3-012 .box-image-wrap .box-image-text i {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px !important;
}

/*End image-col3-012*/

/*Image-col6-001*/

.image-col6-001 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
}

.image-col6-001 h2 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}

.image-col6-001 .image-other-logos {
    overflow: auto;
    display: flex;
    justify-content: center;
}

.image-col6-001 .image-other-logos .image-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(223, 223, 223, 0.3);
    margin: 0 6px;
}

/*End image-col6-001*/

/*Image-col6-002*/

.image-col6-002 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
}

.image-col6-002 h2 {
    color: #265961;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.image-col6-002 .image-main-logos {
    overflow: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.image-col6-002 .image-other-logos {
    overflow: auto;
    display: flex;
    justify-content: center;
}

.image-col6-002 .image-logo-box {
    margin: 0 6px;
    border: 1px solid rgba(223, 223, 223, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End image-col6-002*/

/*Testimonial-col1-005*/

.testimonial-col1-005 .testimonial {
    padding: 120px 0 !important;
    border-radius: 0;
}

.testimonial-col1-005 .slider-wrap {
    margin: 0 auto;
    text-align: center;
}

.testimonial-col1-005 .testimonial-content p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 36px !important;
}

.testimonial-col1-005 .testimonial-author h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonial-col1-005 .testimonial-author span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.testimonial-col1-005 .flex-control-nav li a {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.testimonial-col1-005 .flex-control-nav li a.flex-active {
    background-color: #ffffff;
}

/*End testimonial-col1-005*/

/*Footer_column-4_001*/

.footer-col4-001 {
    background-color: #434343;
    color: #ffffff;
    padding-top: 40px;
}

.footer-col4-001 .footer-top {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.footer-col4-001 .footer-bottom {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-col4-001 .footer-bottom p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
}

.footer-col4-001 .footer-bottom p a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}

.footer-col4-001 .footer-bottom .fa {
    padding: 7px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 4px;
    border-radius: 50%;
    background: white;
    color: #434343;
}

.footer-col4-001 .footer-top .col-md-2 {
    width: 20%;
    word-break: break-all;
}

.footer-col4-001 .footer-top .col-md-4 {
    width: 40%;
    padding-right: 0;
}

.footer-col4-001 .footer-bottom .col-md-2 {
    width: 20%;
}

.footer-col4-001 .footer-bottom .col-md-6 {
    width: 60%;
    text-align: right;
    padding-right: 0;
}

.footer-col4-001 .footer-bottom .col-md-5 {
    text-align: right;
    padding-right: 0;
}

.fa:hover {
    opacity: 0.7;
}

.footer-col4-001 ul li {
    list-style: none;
}

.footer-col4-001 .footer-top ul li {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer-col4-001 .footer-top ul li a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer-col4-001 h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col4-001 .footer-top div h3 {
    margin-bottom: 20px;
}

.footer-col4-001 .footer-top p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-col4-001 .form-group {
    display: flex;
    vertical-align: middle;
    width: 100%;
}

.footer-col4-001 .form-group input[type="text"]::placeholder {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.footer-col4-001 .form-group .btn-footer-4-001 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
    background-color: #00bee0;
    border: none;
}

.footer-col4-001 .form-group .btn-footer-4-001:hover {
    color: #434343;
}

.footer-col4-001 .form-control#email {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-right: 12px;
}

.footer-col4-001 .modular-copyright {
    text-align: center;
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-col4-001 .modular-copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.footer-col4-001 .modular-copyright p a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
}

.footer-col4-001 .footer-top .col-md-2:first-of-type {
    padding-left: 0;
}

.footer-col4-001 .footer-top .col-md-3:first-of-type {
    padding-left: 0;
}

.footer-col4-001 .footer-top .col-md-6 {
    padding-right: 0;
}

.footer-col4-001 .footer-top .col-md-3:last-of-type {
    padding-right: 0;
}

.footer-col4-001 .footer-bottom .col-md-2:first-of-type {
    padding-left: 0;
}

.footer-col4-001 .footer-bottom .col-md-3:first-of-type {
    padding-left: 0;
}

.footer-col4-001 .footer-bottom .col-md-8 {
    padding-right: 0;
}

.footer-col4-001 .footer-bottom .col-md-5 {
    text-align: right;
    padding-right: 0;
}

/*End footer_column-4_001*/

/*Footer-col4-003*/

.footer-col4-003 {
    position: relative;
    padding-top: 100px;
    background-color: #214154;
}

.footer-col4-003 .footer-top {
    overflow: auto;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 100px;
}

.footer-col4-003 .footer-top .footer-logo {
    padding-left: 0;
}

.footer-col4-003 .footer-top .footer-top-info h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-col4-003 .footer-top .footer-top-info p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer-col4-003 .footer-top .footer-top-info .social-wrap {
    display: flex;
    justify-content: flex-start;
    float: none;
}

.footer-col4-003 .footer-top .footer-top-info .social-wrap .fa {
    padding: 6px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #214154;
}

.footer-col4-003 .modular-copyright {
    text-align: center;
    padding: 30px 0;
}

.footer-col4-003 .modular-copyright p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
}

/*End footer-col4-003*/

/*Footer-col4-004*/

.footer-col4-004 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-col4-004 .footer-top {
    overflow: auto;
    margin-bottom: 50px;
}

.footer-col4-004 .footer-top-info h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col4-004 .footer-top-info h3.null-header {
    margin-bottom: 24px;
}

.footer-col4-004 .footer-top-info ul li {
    list-style: none;
}

.footer-col4-004 .footer-top-info ul li a {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-col4-004 .footer-top-info p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col4-004 .footer-top-info p a {
    color: #818181;
    text-transform: none;
}

.footer-col4-004 .footer-top-info p a:hover {
    color: #404040;
}

.footer-col4-004 .modular-copyright {
    text-align: center;
}

.footer-col4-004 .modular-copyright p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-col4-004 .modular-copyright p a {
    color: #d0021b;
}

/*End footer-col4-004*/

/*Footer-col4-005*/

.footer-col4-005 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-col4-005 .footer-top {
    overflow: auto;
    margin-bottom: 50px;
}

.footer-col4-005 .footer-top-info h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col4-005 .footer-top-info h3.null-header {
    margin-bottom: 24px;
}

.footer-col4-005 .footer-top-info ul li {
    list-style: none;
}

.footer-col4-005 .footer-top-info ul li a {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-col4-005 .footer-top-info p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col4-005 .footer-top-info p a {
    color: #818181;
    text-transform: none;
}

.footer-col4-005 .footer-top-info p a:hover {
    color: #404040;
}

.footer-col4-005 .footer-social-bar {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}

.footer-col4-005 .footer-social-bar .fa {
    padding: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    padding: 7px 8px;
}

.footer-col4-005 .modular-copyright {
    text-align: center;
}

.footer-col4-005 .modular-copyright p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-col4-005 .modular-copyright p a {
    color: #d0021b;
}

/*End footer-col4-005*/

/*Footer_column-3_001*/

.footer-col3-001 {
    background-color: #434343;
    color: #ffffff;
    padding-top: 30px;
}

.footer-col3-001 .footer-top {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-col3-001 ul li {
    list-style: none;
}

.footer-col3-001 ul li a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
}

.footer-col3-001 h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-col3-001 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
}

.footer-col3-001 p a {
    color: #ffffff;
}

.footer-col3-001 .footer-top .fa {
    padding: 7px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    background: white;
    color: #434343;
}

.footer-col3-001 .modular-copyright {
    text-align: center;
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-col3-001 .modular-copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

@media (max-width: 991px) {
    .footer-col3-001 h3 {
        margin-bottom: 15px;
    }
}

/*End footer_column-3_001*/

/*Footer-col2-002*/

.footer-col2-002 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-col2-002 .footer-top {
    overflow: auto;
    margin-bottom: 50px;
}

.footer-col2-002 .footer-top-info h3 {
    color: #434343;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col2-002 .footer-top-info h3.null-header {
    margin-bottom: 24px;
}

.footer-col2-002 .footer-top-info ul li {
    list-style: none;
}

.footer-col2-002 .footer-top-info ul li a {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-col2-002 .footer-top-info p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-col2-002 .footer-top-info p a {
    color: #818181;
    text-transform: none;
}

.footer-col2-002 .footer-top-info p a:hover {
    color: #404040;
}

.footer-col2-002 .footer-social-bar {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}

.footer-col2-002 .footer-social-bar .fa {
    padding: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    padding: 7px 8px;
}

.footer-col2-002 .modular-copyright {
    text-align: center;
}

.footer-col2-002 .modular-copyright p {
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-col2-002 .modular-copyright p a {
    color: #d0021b;
}

/*End footer-col2-002*/

/*Mobile media querys*/

@media (min-width: 992px) and (max-width: 1200px) {
    .cc-window.cc-floating {
        max-width: none !important;
        bottom: 0;
    }
    .modular-container {
        margin-left: 40px;
        margin-right: 40px;
    }
    .modular-container-double {
        margin-left: 80px;
        margin-right: 80px;
    }
    .modular-text-container {
        margin-left: 100px;
        margin-right: 100px;
    }
    .slider-caption {
        max-width: 850px !important;
    }
    #header-wrap .modular-container {
        margin-left: 100px;
        margin-right: 100px;
    }
    #slider.header-col2-001, #slider.header-col2-001 .swiper-slide {
        height: 42.5vh !important;
    }
    #slider.header-col1-003, #slider.header-col1-003 .swiper-slide {
        height: 42.5vh !important;
    }
    .header-col2-001 .slider-caption.slider-caption-center {
        top: 50% !important;
    }
    .counter-col4-001 .counter-wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .cta-col1-001 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .image-col2-007 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .image-col2-007 .image-box:nth-child(2n + 1) {
        padding-right: 20px;
    }
    .image-col2-007 .image-box:nth-child(2n + 2) {
        padding-left: 20px;
    }
    .prices-col3-001 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col1-001 {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .text-image-col2-001 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-003 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-003 .carousel-inner .item {
        min-height: 350px;
        max-height: 350px;
    }
    .text-image-col2-003-b {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-004 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-012 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-013 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image-col2-081 .text-image-wrap .text-image-text {
        padding: 0px 60px;
    }
    .text-col1-016 .text-col-content {
        min-height: 360px;
    }
    .footer-col4-001 .form-group {
        display: inline-block;
    }
    .footer-col4-001 .form-control#email {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .modular-container-double {
        margin-left: 32px;
        margin-right: 32px;
    }
    .modular-text-container {
        margin-left: 40px;
        margin-right: 40px;
    }
    .text-image-col2-003 .col-md-6 h2 {
        margin-top: 30px;
    }
    .text-image-col2-003 .carousel-inner .item {
        min-height: 225px;
        max-height: 225px;
    }
    #logo img {
        height: 50px;
        margin-top: 10px;
    }
    .nav-menu-col1-004 #primary-menu ul {
        display: none;
    }
    .nav-menu-col1-004 #primary-menu ul .language-items {
        padding: 14px 0;
    }
    .nav-menu-col1-004 #primary-menu ul .languages {
        display: flex;
        max-height: none;
    }
    .nav-menu-col1-004 #primary-menu ul .languages a.active {
        padding-left: 0 !important;
    }
    .nav-menu-col1-008 #primary-menu ul li a {
        justify-content: flex-start;
    }
    .nav-menu-col1-008 #primary-menu ul li:last-of-type a {
        display: inline-flex;
        margin: 10px 0 !important;
        padding: 8px 5px !important;
    }
    .nav-menu-col1-010 #primary-menu ul li>a {
        display: flex;
        align-items: center;
    }
    .nav-menu-col1-010 #primary-menu ul li>a img {
        margin-right: 5px;
    }
    .nav-menu-col1-012 #logo {
        text-align: left !important;
    }
    .nav-menu-col1-012 #primary-menu-trigger {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .nav-menu-col1-012 #primary-menu ul li>a {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding-left: 0 !important;
    }
    .nav-menu-col1-012 #primary-menu ul li>a .menu-img-wrap {
        margin-right: 20px;
    }
    .faq-col1-001 .modular-panel-header p {
        font-size: 20px !important;
    }
    .faq-col1-001 .modular-panel .panel-title {
        font-size: 20px;
    }
    .faq-col1-002 .modular-panel .panel-title {
        font-size: 20px;
    }
    .form-col2-016 .contact-widget .button-right {
        text-align: center;
    }
    .form-col3-001 .form-info h2 {
        margin-top: 30px;
    }
    .form-col3-001 .form-id {
        flex-direction: column;
    }
    .form-col3-001 .form-id .name, .form-col3-001 .form-id .email {
        width: 100%;
    }
    .form-col3-001 .button-wrap {
        text-align: center;
    }
    .cta-col2-002 .cta-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .cta-col2-002 .cta-contact {
        padding: 0 15px;
        margin-bottom: 35px;
    }
    .cta-col2-002 .cta-button {
        padding: 0 15px;
        text-align: left;
    }
    .cta-col1-006 .cta-col1-content {
        flex-direction: column;
    }
    .cta-col1-006 .cta-col1-content p {
        margin-right: 0;
        text-align: center;
        line-height: 30px !important;
        margin-bottom: 30px;
    }
    .text-col1-016 .text-col-content {
        min-height: 535px;
    }
    .image-col2-005 .image-col-box .image-left-box {
        width: 100%;
    }
    .image-col2-005 .image-col-box .image-right-box {
        width: 100%;
    }
    .image-col2-006 .image-col-wrapper {
        flex-direction: column;
    }
    .image-col2-006 .box-image-wrap {
        width: 100%;
        height: auto !important;
    }
    .image-col2-007 .image-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .image-col2-009 {
        margin-top: 4px;
    }
    .image-col2-009 .modular-small-image-container {
        margin: 0;
    }
    .image-col2-009 .image-box {
        margin-bottom: 4px;
    }
    .image-col2-009 .image-box:nth-of-type(2n+1) {
        padding-right: 0;
    }
    .image-col2-009 .image-box:nth-of-type(2n+2) {
        padding-left: 0;
    }
    .image-col2-009 .image-box .image-wrap {
        background: none !important;
        height: auto !important;
    }
    .image-col2-009 .image-box .image-wrap img.bg-image {
        display: block;
        width: 100%;
    }
    .image-col2-009 .image-box .image-box-info {
        position: absolute;
        bottom: 0;
    }
    .image-col3-013 .image-box-icon {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .image-col3-013 .image-header h3 {
        margin-bottom: 10px;
    }
    .image-col4-001 .image-col-wrapper {
        flex-direction: column;
    }
    .image-col4-001 .image-col-wrapper .image-col-box {
        width: 100%;
    }
    .image-col4-001 .image-col-wrapper .image-col-box a {
        width: 100% !important;
    }
    .image-col4-002 .image-col-wrapper {
        flex-direction: column;
    }
    .image-col4-002 .image-col-wrapper .box-image-wrap {
        width: 100%;
    }
    .image-col6-001 .image-other-logos {
        flex-wrap: wrap;
    }
    .image-col6-001 .image-other-logos .image-logo-box {
        width: 47%;
        margin-bottom: 15px;
    }
    .image-col6-001 .image-other-logos .image-logo-box:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .image-col6-001 .image-other-logos .image-logo-box:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .image-col6-002 .image-main-logos {
        flex-direction: column;
        margin-bottom: 0;
        align-items: center;
    }
    .image-col6-002 .image-main-logos .image-logo-box {
        width: 70%;
        margin-bottom: 15px;
    }
    .image-col6-002 .image-other-logos {
        flex-wrap: wrap;
    }
    .image-col6-002 .image-other-logos .image-logo-box {
        width: 47%;
        margin-bottom: 15px;
    }
    .image-col6-002 .image-other-logos .image-logo-box:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .image-col6-002 .image-other-logos .image-logo-box:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .icons-col3-001 .icons-header h2 {
        font-size: 32px;
    }
    .icons-col3-001 .icons-header p {
        font-size: 20px;
    }
    .prices-col3-002 .prices-header p {
        font-size: 20px;
    }
    .prices-col3-002 .prices-box .prices-book {
        position: relative;
        width: 100%;
    }
    .text-col3-004 {
        padding: 60px 0;
    }
    .text-col3-004 .text-top-info p {
        margin-bottom: 50px;
    }
    .text-col3-004 .text-bottom-info {
        flex-direction: column;
    }
    .text-image-col2-003-b .double-image img.square-image {
        display: block;
    }
    .text-image-col2-003-b .double-image .square-image-wrap {
        background: none !important;
        height: auto !important;
    }
    .text-image-col2-010 .text-image-wrap {
        margin-bottom: 20px;
    }
    .text-image-col2-010 .text-image-wrap:nth-of-type(2n+1) {
        padding-right: 0;
    }
    .text-image-col2-010 .text-image-wrap:nth-of-type(2n+2) {
        padding-left: 0;
    }
    .text-image-col2-010 .text-image-photo-col {
        height: auto !important;
    }
    .text-image-col2-010 .text-image-photo-col img {
        display: block;
    }
    /*Text-image-col2-012-b*/
    .text-image-col2-012-b {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-012-b .text-image-photo-col {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-012-b .text-image-text-col {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .text-image-col2-012-b .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-012-b*/
    /*Text-image-col2-013-b*/
    .text-image-col2-013-b {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-013-b .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-013-b .text-image-text-col {
        order: 2;
        width: 100%;
        float: none;
    }
    .text-image-col2-013-b .text-image-photo-col {
        order: 1;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-013-b .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-013-b*/
    .text-image-col2-014 {
        padding: 60px 0;
    }
    .text-image-col2-014 .square-image-wrap {
        height: auto !important;
        background: none;
    }
    .text-image-col2-014 .square-image-wrap .square-image {
        display: block;
    }
    .text-image-col2-014 .carousel-box {
        margin-top: 20px;
        padding-left: 0;
    }
    .text-image-col2-026 {
        padding: 60px 0;
    }
    .text-image-col2-026 h2 {
        margin-top: 30px;
    }
    .text-image-col2-026 .square-image-wrap {
        height: auto !important;
        background: none;
    }
    .text-image-col2-026 .square-image-wrap .square-image {
        display: block;
    }
    .text-image-col2-026 .carousel-box {
        margin-top: 20px;
        padding-left: 0;
    }
    .text-image-col2-026 .col-md-6 {
        padding: 0;
    }
    .text-image-col2-027 {
        padding: 60px 0;
    }
    .text-image-col2-027 .modular-container {
        display: flex;
        flex-direction: column;
    }
    .text-image-col2-027 .text-col {
        text-align: left;
        order: 2;
    }
    .text-image-col2-027 .line-block::after {
        margin: 0 0 !important;
        margin-bottom: 30px !important;
    }
    .text-image-col2-027 h2 {
        margin-top: 30px;
    }
    .text-image-col2-027 .square-image-wrap {
        height: auto !important;
        background: none;
    }
    .text-image-col2-027 .square-image-wrap .square-image {
        display: block;
    }
    .text-image-col2-027 .carousel-box {
        margin-top: 20px;
        padding-left: 0;
    }
    .text-image-col2-027 .col-md-6 {
        padding: 0;
    }
    .text-image-col2-054 .text-image-wrap {
        flex-direction: column;
    }
    /*Text-image-col2-071*/
    .text-image-col2-071 .text-image-wrap {
        flex-direction: column;
        height: auto;
    }
    .text-image-col2-071 .text-image-wrap .text-image-right {
        width: 100%;
        height: 480px;
    }
    .text-image-col2-071 .text-image-wrap .text-image-left {
        width: 100%;
        position: absolute;
        top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        height: 460px;
        z-index: 1;
    }
    .text-image-col2-071 .text-image-wrap .text-image-left .image-bg {
        height: 100%;
    }
    .text-image-col2-071 .text-image-wrap .text-image-float-text {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding-left: 16px;
        padding-right: 16px;
    }
    .text-image-col2-071 .text-image-wrap .text-image-float-text h2 {
        z-index: 1;
    }
    /*End text-image-col2-071*/
    /*Text-image-col2-072*/
    .text-image-col2-072 .text-image-wrap {
        flex-direction: column;
        height: auto !important;
    }
    .text-image-col2-072 .text-image-wrap .text-image-left {
        width: 100%;
        height: 480px;
    }
    .text-image-col2-072 .text-image-wrap .text-image-right {
        width: 100%;
        position: absolute;
        top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        height: 460px;
        z-index: 1;
    }
    .text-image-col2-072 .text-image-wrap .text-image-right .image-bg {
        height: 100%;
    }
    .text-image-col2-072 .text-image-wrap .text-image-float-text {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding-left: 16px;
        padding-right: 16px;
        box-shadow: none;
    }
    .text-image-col2-072 .text-image-wrap .text-image-float-text h2 {
        z-index: 1;
    }
    /*End text-image-col2-072*/
    .text-image-col2-077 .modular-container{
        flex-direction: column;
    }


    .text-image-col2-081 .text-image-wrap {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .text-image-col2-081 .text-image-wrap .text-image {
        padding: 0 30px;
    }
    .text-image-col2-081 .text-image-wrap .text-image-text {
        padding: 30px 30px 0 30px;
    }
    /*Text-image-col3-002*/
    .text-image-col3-002 .text-image-info .text-image-box-info {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /*End text-image-col3-002*/
    .text-image-col3-003 .text-image-info .text-image-box-info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .text-image-col3-003 .text-image-box-info .box-image {
        background-image: none !important;
        height: auto !important;
    }
    .text-image-col3-003 .text-image-box-info .box-image img {
        display: block;
    }
    .text-image-col3-006 .text-image-box-info .box-image {
        background-image: none !important;
        height: auto !important;
    }
    .text-image-col3-006 .text-image-box-info .box-image img {
        display: block;
        width: 100%;
    }
    .text-image-col3-007 .text-image-info .text-image-box-info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .text-image-col3-007 .text-image-box-info .text-image-wrap {
        background: none;
        height: auto !important;
    }
    .text-image-col3-007 .text-image-box-info img {
        display: block;
    }
    .text-image-col3-010 .text-image-box-info {
        margin-bottom: 60px;
    }
    .text-image-col3-010 .text-image-box-info:last-of-type {
        margin-bottom: 0;
    }
}

/*iPad only fixes*/

@media (min-width: 750px) and (max-width: 991px) {
    .footer-col3-001 .footer-top .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .modular-container {
        margin-left: 16px;
        margin-right: 16px;
    }
    /*Header-col2-001*/
    .header-col2-001.swiper_wrapper:not(.force-full-screen), .header-col2-001.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 550px !important;
    }
    .header-col2-001 .slider-caption.slider-caption-center {
        left: 0;
        top: 50% !important;
        transform: translate(0, -50%);
    }
    .header-col2-001 .slider-caption h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }
    .header-col2-001 .slider-caption p {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    }
    .header-col2-001 .container {
        width: 100% !important;
    }
    /*End header-col2-001*/
    /*Header-col1-003*/
    .header-col1-003.swiper_wrapper:not(.force-full-screen), .header-col1-003.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 550px !important;
    }
    .header-col1-003 .slider-caption.slider-caption-center {
        left: 0;
        top: 50% !important;
        transform: translate(0, -50%);
    }
    .header-col1-003 .slider-caption h2 {
        margin-bottom: 20px !important;
    }
    .header-col1-003 .slider-caption p {
        margin-bottom: 20px !important;
    }
    .header-col1-003 .container {
        width: 100% !important;
    }
    /*End header-col1-003*/
    /*Cta-col1-001*/
    .cta-col1-001 {
        margin-left: 16px;
        margin-right: 16px;
    }
    /*End cta-col1-001*/
    /*Cta-col1-004*/
    .cta-col1-004 {
        margin-left: 16px;
        margin-right: 16px;
    }
    /*End cta-col1-004*/
    /*Counter-col4-002*/
    .counter-col4-002 .counter {
        width: 100%;
        margin-bottom: 60px;
    }
    .counter-col4-002 .counter:last-child {
        margin-bottom: 0;
    }
    .counter-col4-002 span {
        font-size: 36px;
    }
    .counter-col4-002 p {
        font-weight: 200;
        width: 100%;
    }
    /*End counter-col4-002*/
    /*Icons-col4-001*/
    .icons-col4-001 .icons-box-info h3 {
        margin-bottom: 0;
    }
    .icons-col4-001 .icons-box-info {
        margin-bottom: 50px;
        width: 25%;
        float: left;
    }
    .icons-col4-001 .icons-box-info:last-child {
        margin-bottom: 0;
    }
    /*End icons-col4-001*/
    /*Maps-col2-001*/
    .maps-col2-001 .maps-info .col-padding {
        padding: 30px;
    }
    /*End maps-col2-001*/
    /*Maps-col3-001*/
    .maps-col3-001 .maps-info .col-padding {
        padding: 30px;
    }
    /*End maps-col3-001*/
    /*Text-image-col1-001*/
    .text-image-col1-001 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .text-image-col1-001 .text-image-text-col p {
        margin-bottom: 0;
    }
    .text-image-col1-001-b .carousel-indicators {
        bottom: 23.5em;
    }
    .text-image-col1-001-b .text-image-text-col {
        min-height: 300px;
    }
    /*End text-image-col1-001*/
    /*Text-image-col2-001*/
    .text-image-col2-001 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-001 .image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .text-image-col2-001 .carousel-box {
        padding-left: 0;
    }
    /*End text-image-col2-001*/
    /*Text-image-col2-002*/
    .text-image-col2-002 .image {
        padding-left: 0;
    }
    .text-image-col2-002 .carousel-box {
        padding-right: 0;
    }
    /*End text-image-col2-002*/
    /*Text-image-col2-003*/
    .text-image-col2-003 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-003 .double-image {
        padding-right: 0;
    }
    .text-image-col2-003 .carousel-box {
        padding-left: 0;
    }
    /*End text-image-col2-003*/
    /*Text-image-col2-004*/
    .text-image-col2-004 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-004 .double-image {
        padding-left: 0;
    }
    .text-image-col2-004 .carousel-box {
        padding-right: 0;
    }
    /*End text-image-col2-004*/
    /*Image-col3-001*/
    .image-col3-001 .image-header {
        margin-bottom: 0;
    }
    .image-col3-001 .image-box a {
        display: block;
    }
    .image-col3-001 .image-box a img {
        width: 100%;
    }
    .image-col3-001 .image-box a.box-text-link {
        margin-top: 16px;
    }
    .image-col3-001 .image-box {
        margin-bottom: 35px;
    }
    .image-col3-001 .image-box:last-child {
        margin-bottom: 0;
    }
    .image-col3-001 .image-box:nth-child(3n + 1), .image-col3-001 .image-box:nth-child(3n + 2), .image-col3-001 .image-box:nth-child(3n + 3) {
        padding: 0;
    }
    /*End image-col3-001*/
    /*Text-image-col3-001*/
    .text-image-col3-001 .text-image-intro h2 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.61px;
    }
    .text-image-col3-001 .text-image-intro p {
        font-size: 22px;
        font-weight: 200;
        line-height: 28px !important;
        margin-bottom: 20px;
    }
    .text-image-col3-001 img {
        height: auto;
    }
    .text-image-col3-001 .col-md-4 span {
        font-size: 32px;
        font-weight: 200;
    }
    .text-image-col3-001 .col-md-4 h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .text-image-col3-001 .col-md-4 p {
        font-size: 16px;
        font-weight: 200;
        line-height: 28px !important;
        margin-bottom: 20px;
    }
    .text-image-col3-001 .modular-container .col-md-4 {
        padding: 0;
    }
    /*End text-image-col3-001*/
    /*Text-image-col2-012*/
    .text-image-col2-012 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-012 .text-image-photo-col {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-012 .text-image-text-col {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .text-image-col2-012 .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-012*/
    /*Text-image-col2-013*/
    .text-image-col2-013 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-013 .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-013 .text-image-text-col {
        order: 2;
        width: 100%;
        float: none;
    }
    .text-image-col2-013 .text-image-photo-col {
        order: 1;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-013 .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-013*/
    /*Text-image-col2-061*/
    .text-image-col2-061 .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-061 .text-image-photo-col {
        width: 96%;
    }
    .text-image-col2-061 .text-image-text-col {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    /*End text-image-col2-061*/
    /*Text-image-col2-062*/
    .text-image-col2-062 .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-062 .text-image-photo-col {
        width: 96%;
        order: 1;
    }
    .text-image-col2-062 .text-image-text-col {
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
        order: 2;
    }
    /*End text-image-col2-062*/
    /*Prices-col3-001*/
    .prices-col3-001 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .prices-col3-001 .prices-box-wrap {
        display: block;
    }
    .prices-col3-001 .prices-box {
        margin: 0;
        margin-bottom: 40px;
    }
    /*End prices-col3-001*/
    /*Text-col1-016*/
    .text-col1-016 .desktop-stepper {
        display: none;
    }
    .text-col1-016 .mobile-stepper {
        display: block;
    }
    .text-col1-016 .mobile-stepper .text-col-header {
        margin-bottom: 35px;
    }
    .text-col1-016 .mobile-stepper .step-line {
        border: 1px dashed #ffffff;
        width: 10%;
        height: 0;
    }
    /*End text-col1-016*/
    /*Footer-col4-001*/
    .footer-col4-001 h3 {
        font-size: 18px;
    }
    .footer-col4-001 .footer-top ul li {
        font-weight: 200;
    }
    .footer-col4-001 .footer-top p {
        font-weight: 200;
    }
    .footer-col4-001 .footer-top .col-md-3 {
        padding-left: 0;
        float: left;
        width: 25%;
    }
    .footer-col4-001 .footer-top div:last-of-type h3 {
        margin-bottom: 0;
    }
    .footer-col4-001 .footer-bottom .col-md-3 {
        padding-left: 0;
        margin-bottom: 25px;
        float: left;
        width: 25%;
    }
    .footer-col4-001 .footer-bottom .col-md-4 {
        padding-left: 0;
        margin-bottom: 25px;
        float: left;
        width: 33.33333333%;
    }
    .footer-col4-001 .footer-bottom .col-md-5 {
        padding-left: 0;
        text-align: right;
        float: left;
        width: 41.66666667%;
    }
    /*End footer-col4-001*/
}

@media (max-width: 768px) {
    .modular-container {
        margin-left: 16px;
        margin-right: 16px;
    }
    .swiper-slide .slider-caption p {
        display: block !important;
    }
    /*Nav-menu-col1-005*/
    .nav-menu-col1-005 #header-wrap .modular-container {
        overflow-y: hidden;
    }
    .nav-menu-col1-005 #top-search a {
        margin: 0;
        position: fixed;
        top: 3% !important;
    }
    .nav-menu-col1-005 #top-search form {
        height: 70px !important;
    }
    .nav-menu-col1-005 #primary-menu ul li.current a div {
        display: inline-block;
    }
    /*End nav-menu-col1-005*/
    /*Header-col2-001*/
    .header-col2-001.swiper_wrapper:not(.force-full-screen), .header-col2-001.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 550px !important;
    }
    .header-col2-001 .slider-caption.slider-caption-center {
        left: 0;
        top: 50% !important;
        transform: translate(0, -50%);
    }
    .header-col2-001 .slider-caption h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }
    .header-col2-001 .slider-caption p {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    }
    .header-col2-001 .container {
        width: 100% !important;
    }
    /*End header-col2-001*/
    /*Header-col1-003*/
    .header-col1-003.swiper_wrapper:not(.force-full-screen), .header-col1-003.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 550px !important;
    }
    .header-col1-003 .slider-caption.slider-caption-center {
        left: 0;
        top: 50% !important;
        transform: translate(0, -50%);
    }
    .header-col1-003 .slider-caption h2 {
        margin-bottom: 20px !important;
    }
    .header-col1-003 .slider-caption p {
        margin-bottom: 20px !important;
    }
    .header-col1-003 .container {
        width: 100% !important;
    }
    /*End header-col1-003*/
    /*Cta-col1-001*/
    .cta-col1-001 {
        margin-left: 16px;
        margin-right: 16px;
    }
    /*End cta-col1-001*/
    /*Cta-col1-004*/
    .cta-col1-004 {
        margin-left: 16px;
        margin-right: 16px;
    }
    /*End cta-col1-004*/
    .cta-col1-007 .cta-col1-content p {
        width: 100%;
        padding: 0 40px;
    }
    /*Counter-col4-002*/
    .counter-col4-002 .counter {
        width: 100%;
        margin-bottom: 60px;
    }
    .counter-col4-002 .counter:last-child {
        margin-bottom: 0;
    }
    .counter-col4-002 span {
        font-size: 36px;
    }
    .counter-col4-002 p {
        font-weight: 200;
        width: 100%;
    }
    /*End counter-col4-002*/
    /*Icons-col3-001*/
    .icons-col3-001 .icons-info {
        display: block;
    }
    .icons-col3-001 .icons-box-info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /*End icons-col3-001*/
    /*Icons-col4-001*/
    .icons-col4-001 .icons-box-info h3 {
        margin-bottom: 0;
    }
    .icons-col4-001 .icons-box-info {
        margin-bottom: 50px;
    }
    .icons-col4-001 .icons-box-info:last-child {
        margin-bottom: 0;
    }
    /*End icons-col4-001*/
    /*Maps-col2-001*/
    .maps-col2-001 .maps-info .col-padding {
        padding: 30px;
    }
    /*End maps-col2-001*/
    /*Maps-col3-001*/
    .maps-col3-001 .maps-info .col-padding {
        padding: 30px;
    }
    /*End maps-col3-001*/
    /*Text-image-col1-001*/
    .text-image-col1-001 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .text-image-col1-001 .text-image-text-col p {
        margin-bottom: 0;
    }
    .text-image-col1-001-b .carousel-indicators {
        bottom: 32.5em;
    }
    .text-image-col1-001-b .text-image-text-col {
        min-height: 425px;
    }
    .text-image-col1-001-b .carousel-control.left {
        top: 14% !important;
    }
    .text-image-col1-001-b .carousel-control.right {
        top: 14% !important;
    }
    /*End text-image-col1-001*/
    /*Text-image-col2-001*/
    .text-image-col2-001 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-001 .image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .text-image-col2-001 .carousel-box {
        padding-left: 0;
    }
    /*End text-image-col2-001*/
    /*Text-image-col2-002*/
    .text-image-col2-002 .image {
        padding-left: 0;
    }
    .text-image-col2-002 .carousel-box {
        padding-right: 0;
    }
    /*End text-image-col2-002*/
    /*Text-image-col2-003*/
    .text-image-col2-003 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-003 .double-image {
        padding-right: 0;
    }
    .text-image-col2-003 .carousel-box {
        padding-left: 0;
    }
    .text-image-col2-003 .carousel-inner .item {
        min-height: 300px;
        max-height: 300px;
    }
    /*End text-image-col2-003*/
    /*Text-image-col2-004*/
    .text-image-col2-004 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-004 .double-image {
        padding-left: 0;
    }
    .text-image-col2-004 .carousel-box {
        padding-right: 0;
    }
    /*End text-image-col2-004*/
    .image-col1-012 .image-info-wrap h2 {
        font-size: 32px;
    }
    .image-col1-012 .image-info-wrap p {
        font-size: 26px;
    }
    /*Image-col3-001*/
    .image-col3-001 .image-header {
        margin-bottom: 0;
    }
    .image-col3-001 .image-box a {
        display: block;
    }
    .image-col3-001 .image-box a img {
        width: 100%;
    }
    .image-col3-001 .image-box a.box-text-link {
        margin-top: 16px;
    }
    .image-col3-001 .image-box {
        margin-bottom: 35px;
    }
    .image-col3-001 .image-box:last-child {
        margin-bottom: 0;
    }
    .image-col3-001 .image-box:nth-child(3n + 1), .image-col3-001 .image-box:nth-child(3n + 2), .image-col3-001 .image-box:nth-child(3n + 3) {
        padding: 0;
    }
    /*End image-col3-001*/
    .image-col1-006 .container {
        width: auto !important;
    }
    /*Text-image-col3-001*/
    .text-image-col3-001 .text-image-intro h2 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.61px;
    }
    .text-image-col3-001 .text-image-intro p {
        font-size: 22px;
        font-weight: 200;
        line-height: 28px !important;
        margin-bottom: 20px;
    }
    .text-image-col3-001 img {
        height: auto;
    }
    .text-image-col3-001 .col-md-4 span {
        font-size: 32px;
        font-weight: 200;
    }
    .text-image-col3-001 .col-md-4 h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .text-image-col3-001 .col-md-4 p {
        font-size: 16px;
        font-weight: 200;
        line-height: 28px !important;
        margin-bottom: 20px;
    }
    .text-image-col3-001 .modular-container .col-md-4 {
        padding: 0;
    }
    /*End text-image-col3-001*/
    /*Text-image-col2-012*/
    .text-image-col2-012 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-012 .text-image-photo-col {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-012 .text-image-text-col {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .text-image-col2-012 .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-012*/
    /*Text-image-col2-013*/
    .text-image-col2-013 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image-col2-013 .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-013 .text-image-text-col {
        order: 2;
        width: 100%;
        float: none;
    }
    .text-image-col2-013 .text-image-photo-col {
        order: 1;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .text-image-col2-013 .text-image-photo-col img {
        margin-top: 0;
    }
    /*End text-image-col2-013*/
    /*Text-image-col2-061*/
    .text-image-col2-061 .modular-container {
        display: block;
    }
    .text-image-col2-061 .text-image-photo-col {
        width: 96%;
    }
    .text-image-col2-061 .text-image-text-col {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    /*End text-image-col2-061*/
    /*Text-image-col2-062*/
    .text-image-col2-062 .modular-container {
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image-col2-062 .text-image-photo-col {
        width: 96%;
        order: 1;
    }
    .text-image-col2-062 .text-image-text-col {
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
        order: 2;
    }
    /*End text-image-col2-062*/
    /*Prices-col3-001*/
    .prices-col3-001 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .prices-col3-001 .prices-box-wrap {
        display: block;
    }
    .prices-col3-001 .prices-box {
        margin: 0;
        margin-bottom: 40px;
    }
    /*End prices-col3-001*/
    /*Text-col1-016*/
    .text-col1-016 .desktop-stepper {
        display: none;
    }
    .text-col1-016 .mobile-stepper {
        display: block;
    }
    .text-col1-016 .mobile-stepper .text-col-header {
        margin-bottom: 35px;
    }
    .text-col1-016 .mobile-stepper .step-line {
        border: 1px dashed #ffffff;
        width: 10%;
        height: 0;
    }
    /*End text-col1-016*/
    /*Form-col2-015*/
    .form-col2-015 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .form-col2-015 .contact-widget .form-id {
        display: block;
        margin-bottom: 0;
    }
    .form-col2-015 .contact-widget .form-id .name, .form-col2-015 .contact-widget .form-id .email {
        width: 100%;
        margin-bottom: 40px;
    }
    .form-col2-015 .contact-widget .button-right .button-modular {
        width: 100%;
    }
    /*End form-col2-015*/
    /*Footer-col4-001*/
    .footer-col4-001 h3 {
        font-size: 18px;
    }
    .footer-col4-001 .footer-top ul li {
        font-weight: 200;
    }
    .footer-col4-001 .footer-top p {
        font-weight: 200;
    }
    .footer-col4-001 .footer-top .col-md-2 {
        padding-left: 0;
        width: 100%;
    }
    .footer-col4-001 .footer-top .col-md-4 {
        padding-left: 0;
        width: 100%;
    }
    .footer-col4-001 .footer-top div:last-of-type h3 {
        margin-bottom: 0;
    }
    .footer-col4-001 .footer-bottom .col-md-2 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .footer-col4-001 .footer-bottom .col-md-6 {
        padding-left: 0;
        width: 100%;
        text-align: left;
    }
    /*End footer-col4-001*/
}

@media (max-width: 479px) {
    .image-col1-006 .image-wrap .image-info-wrap {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
    .text-image-col2-003-b .carousel-inner .item {
        min-height: 350px;
        max-height: 350px;
    }
    .text-col1-016 .text-col-content {
        min-height: 0;
    }
    .text-image-col1-001-b .carousel-indicators {
        bottom: 42.5em;
    }
    .text-image-col1-001-b .text-image-text-col {
        min-height: 570px;
    }
    .text-image-col1-001-b .carousel-control.left {
        top: 7% !important;
    }
    .text-image-col1-001-b .carousel-control.right {
        top: 7% !important;
    }
    .text-image-col2-072 .text-image-wrap .text-image-left {
        height: 240px;
    }
    .text-image-col2-072 .text-image-wrap .text-image-right {
        height: 220px;
    }
    .text-image-col2-003 .carousel-inner .item {
        min-height: 375px;
        max-height: 375px;
    }
}

@media (max-width: 375px) {
    .text-image-col1-001-b .carousel-indicators {
        bottom: 50.5em;
    }
    .text-image-col1-001-b .text-image-text-col {
        min-height: 680px;
    }
    .carousel-indicators li {
        width: 36px;
    }
    .text-image-col1-001-b .carousel-control.left {
        top: 3% !important;
    }
    .text-image-col1-001-b .carousel-control.right {
        top: 3% !important;
    }
    .text-image-col2-003 .carousel-inner .item {
        min-height: 475px;
        max-height: 475px;
    }
}

/*End mobile media querys*/