/* @font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
} */

@font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* @font-face {
    font-family: 'lexend';
    src: url('../fonts/Lexend-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
} */

canvas#ondas {
    /* background: white;
    filter: blur(4px);
    filter: blur(4px) saturate(1) brightness(1); */
    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 65%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); */
    margin-top: -300px;
}
canvas#dots {
    position: absolute;
    top: 0;
    background: white;
    /* filter: blur(2px);
    filter: blur(2px) saturate(1) brightness(1); */
    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 65%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); */
}

:focus {
    outline: none;
}

body {
    /* background-color: #3bd4ae; */
    font-family: 'lexend';
    /* overflow-x: hidden; */
    font-weight: 400;
    color: #000;
    /* letter-spacing: -1px; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'lexend';
    color: #19444F;
}
h1 span {
    color: #6FD6F0;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #18BDE7;
}
h1 {
    font-weight: 600;
}
h3 {
    font-weight: 400;
}
h2, h5, h6 {  
    font-weight: 500;
}
h4 {  
    font-weight: 400;
}

h1{
    font-size: 60px;
    line-height: 75px;
}
h2{
    font-size: 50px;
    line-height: 62px;
    /* margin-bottom: 25px; */
}
h3{
    font-size: 40px;
    line-height: 50px;
}
h4{
    font-size: 32px;
    line-height: 40px;
}
h5 {
    font-size: 28px;
    line-height: 35px;
}
h6 {
    font-size: 22px;
    line-height: 28px;
}
p{
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
p.big{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}
/* p.small{
    font-size: 16px;
    line-height: 28px;
} */
.txt-seasalt{
    color: #FAFAFA;
}
.txt-aero-light{
    color: #6FD6F0;
}
.txt-aero{
    color: #18BDE7;
}
.txt-aero-dark{
    color: #0A5265;
}
.txt-aero-dark-s{
    color: #0F7690;
}
.txt-aero-dark-l{
    color: #1399BC;
}
.txt-midnight-blue{
    color: #19444F;
}
.txt-black{
    color: #000;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.hidden{
    display: none;
}
.btn {
    font-size: 24px;
    line-height: 35px;
    color: #19444F;
    min-width: 285px;
    min-height: 60px;
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.btn:hover {
    background: #6FD6F0;
    color: #19444F;
}
.btn.btn-blue {
    color: white;
    background-color: #18BDE7;
}
.btn.btn-blue:hover {
    color: white;
    background-color: #0A5265;
}

.section {
    position: relative;
}
.container{
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.custom-menu {
    /* background: linear-gradient(0deg, transparent, hsl(0deg 0% 0% / 85%)); */
    width: 100%;
    /* height: 300px; */
    position: absolute;
    z-index: 999999999;
    transition: .5s ease-in-out;
}
.custom-menu.fixed, 
.internal-page .custom-menu {
    position: fixed;
    background: #0b5265;
    z-index: 99999999;
    top: 0;
}
.internal-page .custom-menu .nav-primary, 
.custom-menu.fixed .nav-primary {
    /* padding-top: 0; */
    padding-bottom: 0;
}
.custom-menu .custom-logo {
    max-width: 240px;
    height: auto;
    padding: 15px 0;
}
.custom-menu .sub-menu {
    border: none;
    width: auto;
}
.custom-menu .genesis-nav-menu .sub-menu {
    width: 180px;
}
.custom-menu.fixed .nav-primary .genesis-nav-menu .sub-menu a,
.internal-page .custom-menu .nav-primary .genesis-nav-menu .sub-menu a {
    background: #0b5265;
}
.custom-menu .nav-primary .genesis-nav-menu a {
    font-size: 20px;
    font-family: 'lexend';
    font-weight: 400;
    line-height: 30px;
    color: white;
    width: auto;
    background: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-menu .nav-primary .genesis-nav-menu a:hover {
    color: #6FD6F0;
}

.custom-menu .nav-primary .genesis-nav-menu .btn {
    min-height: auto;
    min-width: auto;
    padding: 0;
    border: none;
    margin: 0;
}
.custom-menu .nav-primary .genesis-nav-menu .btn a{
    font-size: 17px;
    line-height: 21px;
}
.home .on_page {
    display: none !important;
}
.internal-page .on_home {
    display: none !important;
}


.header-section {
    width: 100%;
    display: block;
    color: white;
}
.header-section h1,
.header-section h2 {
    color: white;
}
.header-section video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header-section .hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 700px;
    height: 100vh;
    position: relative;
    display: block;
    background-image: url(../video-background.png);
}
.header-section .hero:after {
    background-image: url('../ondas home.png');
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}
.header-section .hero .header-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-section .hero .header-content img{
    margin: 0 auto;
}

.two_sliders {
    padding: 60px 0;
}
.two_sliders h3 {
    color: #1399BC;
}
.two_sliders h3,
.slider_elevate {
    padding-top: 40px;
    padding-bottom: 40px;
}
.slider_elevate img {
    padding: 0 20px;
    max-height: 35px;
}

.four-columns-section {
    padding: 80px 0;
    background-size: 60% auto !important;
    background-repeat: no-repeat;
    background-position-x: 90% !important;
}
/* .four-columns-section h2 {
    margin-bottom: 80px;
} */
/* .four-columns-section h4 {
    color: #1399BC;
    font-style: italic;
} */
.four-columns-section p {
    text-align: justify;
}
.four-columns-section .row .p-5 {
    transition: .5s ease-in-out;
}
.four-columns-section .row .p-5:hover {
    transform: scale(1.1);
}

.list-section {
    padding: 80px 0;
    text-align: justify;
}
.list-section .image-effect .img-lines{
    background-size: 90% !important;
    background-repeat: no-repeat;
}
.list-section h4 {
    color: #1399BC;
    margin: 0;
}
.lists .list-items {
    position: relative;
    z-index: 999;
}

.image-effect .img-lines {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.image-effect .list-dev-image {
    position: relative;
}
.image-effect .img-original {
    position: relative;
    z-index: -2;
}
.image-effect .img-dev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    filter: saturate(0);
    transition: .5s ease-in-out;
}
.image-effect .list-content:hover .img-dev,
.image-effect .container:hover .img-dev {
    filter: none;
}
.list-left .image-effect .img-lines {
    background-size: 50% !important;
    background-repeat: no-repeat;
    background-position-x: 95% !important;
}

.with-waves-section,
.build_dream {
    background-color: #f9fbfc;
    margin: 12vw 0;
}
.with-waves-section:before,
.build_dream:before {
    background-image: url('../ondasteamarriba.svg');
    content: '';
    width: 100%;
    height: 12vw;
    position: absolute;
    top: -12vw;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}
.with-waves-section:after,
.build_dream:after {
    background-image: url('../ondasteamabajo.svg');
    content: '';
    width: 100%;
    height: 12vw;
    position: absolute;
    bottom: -12vw;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}
.with-waves-section h5 {
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 400;
}
.build-content {
    padding: 50px 0;
}
.box_build img {
    /* min-width: 100px; */
    margin-bottom: 20px;
    min-height: 100px;
}
.build-content .boxes_build {
    padding: 40px 0;
    background-color: #f9fbfc;
}
.build-content .boxes_content{
    display: flex;
}
.build-content .boxes_content.cta_boxes {
    display: block;
}
.build-content .boxes_content .cta_boxes_content {
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.build-content .box_build {
    background: #FAFAFA;
    box-shadow: 5px 5px 15px -5px gray;
    border-radius: 8px;
    padding: 30px 20px;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.build-content .box_build p {
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}
.build-content .box_build_hover {
    position: absolute;
    background-size: cover;
    top: 0;
    background-position: center;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 20px;
    opacity: 0;
    transition: ease-in-out 0.3s;
}
.build-content .box_build_hover:hover {
    opacity: 1;
}
.build-content .box_build_hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.build-content .big {
    margin-bottom: 0;
}
.build-content ul {
    margin: 0;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.cta-section .cta-container {
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    color: white;
}
.cta-section ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}
.cta-section li {
    list-style-type: decimal;
    flex: 50%;
    padding: 10px 20px;
}
.cta-section li h5,
.cta-section li::marker {
    color: #9AE2F5;
}
.cta-section .btn{
    background-color: #43C9EC;
    border-color: #43C9EC;
}

.vertical_slider_content{
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.vertical_slider .tech-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vertical_slider .tech-content h3 {
    font-weight: 400;
}
.vertical_slider .tech-content h5 {
    font-weight: 400;
    line-height: 40px;
}
.vertical_slider .tech-slide{
    margin: 0 10px;
}
.vertical_slider .tech-slide .img-c{
    display: flex;
}
.vertical_slider .img-sld {
    border: 1px solid #0A5265;
    border-radius: 8px;
    flex: 1;
    text-align: center;
    padding: 15px;
    /* display: flex; */
    min-height: 155px;
    box-shadow: 3px 3px 10px -8px #0A5265;
    /* justify-content: center; */
    /* vertical-align: middle; */
    position: relative;
}
.vertical_slider .slick-slide img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.benefit-section {
    padding: 80px 0;
}
.benefit-content {
    background-color: white;
    border-left: 5px solid #18BDE7;
    box-shadow: 5px 5px 10px -10px #0000009e;
    padding: 15px;
    flex: 1;
    transition: .5s ease-in-out;
}
.benefit-content:hover {
    box-shadow: 5px 5px 20px -5px #0000009e;
}
.benefit-section .col-xl-6 {
    display: flex;
}
.benefit-content img {
    max-width: 50px;
    float: left;
    margin-right: 20px;
}
.benefit-content h3 {
    color: #0F7690;
}
.benefit-section .benefit-content p {
    margin-top: 1rem;
    clear: both;
}

.section.client_success {
    padding: 80px 0;
}
.client_slider {
    padding: 50px 0 20px;
}
.client_success .clients_success_icons {
    padding: 50px 0;
}
.client_success .client_slider .slick-dots li button:before {
    width: 15px;
    height: 15px;
    color: #E0F1F5;
    opacity: 1;
    font-size: 15px;
}
.client_success .client_slider .slick-dots li.slick-active button:before {
    color: #6FD6F0;
}
.success_slide {
    margin: 15px 50px;
    box-shadow: 3px 3px 10px -6px black;
    border-radius: 8px;
    background: #FBFDFE;
    
}
.slide_s_content {
    padding: 50px 20px 30px;
    display: flex;
}
.slide_s_content .slide_s_image {
    /* display: flex; */
    flex: 30%;
}
.slide_s_content .slide_s_image_c {
    border: 1px solid #0F7690;
    border-radius: 8px;
    text-align: center;
    box-shadow: 20px 20px 0px -5px #0F7690;
    padding: 25px 10px;
    position: relative;
    top: -15px;
    left: -35px;
    background: white;
    min-height: 145px;
    /* flex: 1; */
    /* vertical-align: middle; */
    /* display: flex; */
    /* justify-content: center; */
}
.client_success .client_slider .slick-slide img {
    top: 50%;
    position: absolute;
    max-width: calc(100% - 21px);
    transform: translateY(-50%);
}
.slide_s_content .slide_s_story {
    flex: 65%;
}
.slide_s_content .slide_s_story p {
    font-size: 16px;
    line-height: 30px;
}
.clients_success_icons img {
    opacity: .5;
    max-height: 35px;
    padding: 0 20px;
}

.list-right {
    padding: 100px 0;
}
.list-right .list-right-items{
    position: relative;
    z-index: 999;
}
.list-right.image-effect .img-lines {
    background-repeat: no-repeat;
    background-size: 65% !important;
    background-position-x: 0% !important;
}
.list-left {
    padding: 60px 0;
}
.list-left .container {
    background: #F6F7F8;
    padding: 50px;
    border-radius: 8px;
}
.list-left .list-left-items {
    position: relative;
    z-index: 999;
}
.list-left .elements_of_list {
    margin-left: 60px;
    position: relative;
    transition: .5s ease-in-out;
}
.list-left .elements_of_list:hover {
    transform: scale(1.05) translateX(14px);
}
.list-left .content_elements {
    position: relative;
    counter-reset: section;
}
.list-left .content_elements:before {
    content: '';
    border: 1px solid #739ca7;
    position: absolute;
    width: 2px;
    height: calc(100% - 90px);
    top: 45px;
    left: 23px;
}
.list-left .elements_of_list:before {
    counter-increment: section;
    content: counter(section);
    color: white;
    background: #18BDE7;
    width: 45px;
    display: block;
    height: 45px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    border: 2px solid #18BDE7;
    transition: .5s ease-in-out;
}
.list-left .elements_of_list:hover:before {
    background: white;
    color: #18BDE7;
}
.list-left .elements_of_list h6 {
    margin: 0;
}
.list-left .elements_of_list p {
    margin-bottom: 20px;
}

.check-list .content_elements .elements_of_list,
.check-list .list-items .list-item {
    margin-left: 30px;
    position: relative;
    transition: .5s ease-in-out;
}
.check-list .content_elements .elements_of_list:hover,
.check-list .list-items .list-item:hover {
    transform: scale(1.1) translateX(28px);
}
.check-list .content_elements .elements_of_list h6,
.check-list .list-items  h6 {
    line-height: 30px;
    margin: 0;
    position: relative;
}
.check-list .content_elements .elements_of_list h6:before,
.check-list .list-items h6:before {
    content: url(../checkbox.svg);
    position: absolute;
    top: 2px;
    left: -30px;
}

.number-list .content_elements {
    position: relative;
    counter-reset: section;
}
.number-list .content_elements:before {
    content: '';
    border: 1px solid #1399BC;
    position: absolute;
    width: 2px;
    height: calc(100% - 90px);
    top: 45px;
    left: 23px;
}
.number-list .content_elements .elements_of_list {
    margin-left: 60px;
    position: relative;
    transition: .5s ease-in-out;
}
.number-list .content_elements .elements_of_list:hover {
    transform: scale(1.1) translateX(28px);
}
.number-list .content_elements .elements_of_list h6 {
    color: #0F7690;
    line-height: 30px;
    margin: 0;
    position: relative;
}
.number-list .content_elements .elements_of_list h6:before {
    counter-increment: section;
    content: counter(section);
    color: white;
    background: #18BDE7;
    width: 45px;
    display: block;
    height: 45px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    border: 2px solid #18BDE7;
    transition: .5s ease-in-out;
}
.number-list .content_elements .elements_of_list:hover h6:before {
    background: white;
    color: #18BDE7;
}


.our_numbers {
    padding: 150px 0;
}
.our_numbers .counters{
    position: relative;
    z-index: 99999;
}
.our_numbers .numbers {
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    color: #0F7690;
}
.our_numbers .numbers p {
    font-weight: 500;
    font-size: 22px;
}

.ctc-section {
    padding: 100px 0;
}
.ctc-section .ctc-cnt {
    padding: 40px;
    border-radius: 8px;
    max-width: 1170px;
    margin: 0 auto;
}
.ctc-section .ctc-cnt h4 {
    color: white;
}
.ctc-section .ctc-cnt p {
    margin: 0;
}

.contact-section {
    padding-bottom: 80px;
}
.home-contact .top-content {
    padding-bottom: 30px;
}
.home-contact .top-content p {
    line-height: 43px;
}
.contact-section.image-effect .img-lines {
    background-size: 90% !important;
    background-repeat: no-repeat;
    background-position-x: 20% !important;
}
.contact-section form.contact-us {
    z-index: 999999;
    position: relative;
}
.contact-section form.contact-us input[type=text],
.contact-section form.contact-us input[type=tel],
.contact-section form.contact-us input[type=email],
.contact-section form.contact-us textarea {
    font-size: 20px;
    font-family: 'lexend';
    font-weight: 300;
    padding: 15px 10px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px -5px #00000052;
    margin-bottom: 15px;
}
.contact-section form.contact-us input[type=text]::placeholder,
.contact-section form.contact-us input[type=tel]::placeholder,
.contact-section form.contact-us input[type=email]::placeholder,
.contact-section form.contact-us textarea::placeholder {
    color: #737373;
}
.contact-section form.contact-us input[type=submit]{
    background-color: #1399BC;
    font-family: 'lexend';
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.contact-section form.contact-us input[type=submit] {
    background-color: #1399BC;
    font-family: 'lexend';
    font-size: 23px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
}
.contact-section .btn.btn-border {
    z-index: 99999;
    position: relative;
    display: block;
    min-height: auto;
    padding: 5px 15px;
    width: 80%;
    border: 2px solid #1499bd;
    color: #1499bd;
    background: white;
}

.internal-page {
    padding-top: 100px;
}

.jazz_hr_section {
    padding: 70px 0;
}
.jazz_hr_section .resumator-basic-widget > .resumator-jobs-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.jazz_hr_section .resumator-job {
    display: flex;
    flex-direction: column;
    flex: calc(30% - 25px);
    justify-content: space-around;
    border-radius: 8px;
    background: #fafafa;
    margin: 25px;
    padding: 25px 15px;
    font-family: 'lexend';
    box-shadow: 3px 5px 17px -3px #0000004f;
}
.jazz_hr_section .resumator-job .resumator-job-title {
    margin: 0;
    padding: 0;
    font-family: 'lexend';
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #0A5265;
    border: none;
    margin-bottom: 0px;
}
.jazz_hr_section .resumator-job .resumator-job-view-details a {
    color: #FAFAFA;
    background: #18bde6;
    font-family: 'lexend';
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}
.jazz_hr_section .resumator-job .resumator-job-info {
    font-family: 'lexend';
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    /* background-color: #abd9e5; */
    border-radius: 10px;
    padding: 0;
    display: block;
    margin: 10px 0 10px;
}
.jazz_hr_section .resumator-job-heading, .jazz_hr_section .resumator-job-department {
    color: #0F7690;
    /* clear: both; */
    display: block;
    margin: 0;
    font-weight: 400;
}

.section-hero {
    padding: 70px 0;
}
.section-hero h1 {
    font-weight: 500;
    margin-bottom: 30px;
}
.section-hero h5 {
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 15px;
}
.section-hero p {
    line-height: 37px;
    text-align: justify;
}
.bg-gray .container {
    background: #f6f8f9;
    padding: 50px;
    border-radius: 10px;
}
.list-right.bg-gray {
    padding: 0;
}
.internal-page .contact-section {
    background: #eff6f9;
    padding: 80px 0;
}

.waves_section .waves_container .row {
    min-height: 500px;
    position: relative;
    z-index: 9;
}
.waves_section .waves_container canvas#ondas {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.map_section {
    padding: 60px 0;
}
.map_section svg {
    width: 100%;
    circle {
        fill: #027898;
    }
    .st2 {
    fill:#AD1519;
    }
    .preActive{    
        transition: all 2s ease-in-out;
        fill:#18BDE7;
        box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
        animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    }
}
.map_section .popupWrapper{
    visibility:hidden; 
}
.map_section .active{
  visibility:visible;
}
  
.map_section .popup {
    fill: white;
    stroke: #C6C6C6;
    stroke-width: 0.4px;
    rx: 5px;
}
.map_section .popupTitle{
    fill: #19444F;
    font: 300 16px lexend;
}
  
@keyframes pulse {
    from {
    }
  
    to {
        cx: "50%";
        cy:"50%"; 
        r: 8;
    }
}
@keyframes path{
    100% { 
        transform:   translate(+2px,-2px);
        r:8
    }
}

.footer-section {
    padding: 60px 0;
    background-image: url(../rayas_footer.png);
    background-size: 80% !important;
    background-repeat: no-repeat;
    background-position-x: right !important;
    background-color: #08404F;
    color: white;
}
.footer-section .footer-widgets {
    padding: 0;
    border: none;
    background: none;
}
.footer-section .wrap {
    max-width: 100%;
}
.footer-section .footer-widget-area {
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.footer-section p.big {
    margin-bottom: 10px;
}
.footer-section a {
    text-decoration: none;
    color: white;
}

.elevate-rrss .fa {
    background-color: #18BDE7;
    padding: 10px 12px;
    margin-right: 20px;
    border-radius: 100%;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #18BDE7;
    transition: .5s ease-in-out;
}
.elevate-rrss .fa:hover {
    background: white;
    color: #18BDE7;
}

.footer-section .footer-widgets-1 {
    width: 20%;
    margin-right: 12%;
}
.footer-section .footer-widgets-2 {
    width: 26%;
    margin-right: 6%;
}
.footer-section .footer-widgets-3 {
    width: 12%;
    margin-right: 6%;
}
.footer-section .footer-widgets-4 {
    width: 18%;
}

.copy-right {
    background-color: #0A5265;
    color: white;
    text-align: center;
}
.copy-right p {
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
}

/* Accordion */
.accordions {
    padding-bottom: 35px;
}
.accordions h6 {
    background-color: transparent;
    border: 2px solid #1499bd;
    border-radius: 5px;
    padding: 5px 35px 5px 15px;
    color: #1499bd;
    position: relative;
    cursor: pointer;
    transition: .3s ease-out;
}
.accordions h6:hover, 
.accordions h6.ui-state-active {
    background-color: #1499bd;
    color: white;
}
.accordions h6.ui-state-active {
    margin-bottom: 0;
}
.accordions h6:after {
    content: '\f107';
    font-size: 35px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 5px;
}
.accordions h6.ui-state-active:after {
    content: '\f106';
}
.accordions .ui-accordion-content {
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 2px solid #1599bd;
    border-radius: 5px;
}
.accordions .ui-accordion-content li {
    list-style-type: circle;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 42px;
        line-height: 52px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 28px;
        line-height: 35px;
    }
    h5 {
        font-size: 25px;
        line-height: 30px;
    }
    h6 {
        font-size: 20px;
        line-height: 25px;
    }
    p {
        font-size: 15px;
        line-height: 20px;
    }
    p.big {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .container {
        max-width: 960px;
    }s
    .btn {
        font-size: 20px;
        line-height: 30px;
        min-width: 250px;
        min-height: 50px;
    }

    .custom-menu .title-area {
        max-width: 170px;
    }
    .custom-menu .custom-logo {
        max-width: 100%;
        padding: 10px 0;
    }
    .custom-menu .nav-primary .genesis-nav-menu a {
        font-size: 17px;
        line-height: 25px;
        padding: 8px 6px;
        letter-spacing: -0.5px;
    }

    .two_sliders {
        padding: 30px 0;
    }
    .two_sliders h3, .slider_elevate {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .four-columns-section {
        padding: 40px 0;
    }
    .our_numbers {
        padding: 100px 0;
    }
    .our_numbers .numbers {
        font-size: 35px;
        line-height: 50px;
    }
    .our_numbers .numbers p {
        font-size: 16px;
        line-height: 22px;
    }
    canvas#dots {
        height: 400px;
    }
    .list-section {
        padding: 40px 0;
    
    }
    .build-content {
        padding: 25px 0;
    }
    .build-content .box_build {
        padding: 15px;
    }
    .box_build img {
        min-height: 70px;
    }
    .build-content .box_build p {
        line-height: 25px;
    }
    .build-content .box_build_hover {
        font-size: 16px;
        line-height: 20px;
    }
    .list-left {
        padding: 30px 0;
    }
    .list-left .elements_of_list:hover {
        transform: scale(1.05) translateX(11px);
    }
    .list-right {
        padding: 50px 0;
    }
    .number-list .content_elements .elements_of_list:hover {
        transform: scale(1.1) translateX(20px);
    }
    .vertical_slider .img-sld {
        padding: 10px;
        min-height: 115px;
    }
    .slide_s_content {
        padding: 30px 20px 20px;
    }
    .slide_s_content .slide_s_image_c {
        padding: 25px 10px;
        min-height: 100px;
    }
    .slide_s_content .slide_s_story p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    .benefit-section {
        padding: 40px 0;
    }
    .section.client_success {
        padding: 40px 0;
    }
    .client_slider {
        padding: 20px 0 20px;
    }
    .home-contact .top-content p {
        line-height: 30px;
    }
    .contact-section form.contact-us input[type=text], 
    .contact-section form.contact-us input[type=tel], 
    .contact-section form.contact-us input[type=email], 
    .contact-section form.contact-us textarea {
        font-size: 17px;
        padding: 10px 10px;
        margin-bottom: 10px;
    }
    .ctc-section {
        padding: 50px 0;
    }
    .contact-section form.contact-us input[type=submit] {
        font-size: 20px;
        padding: 8px;
    }
    .contact-section .btn.btn-border {
        width: 95%;
    }
    .ctc-section .ctc-cnt {
        padding: 20px;
        max-width: 700px;
    }
    .footer-section {
        padding: 40px 0;
        background-size: cover !important;
    }
    .footer-widget-area {
        float: left;
    }

    .section-hero {
        padding: 30px 0;
    }
    .section-hero h1 {
        margin-bottom: 15px;
    }
    .section-hero h5 {
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-hero p {
        line-height: 27px;
    }
    .with-waves-section h5 {
        line-height: 35px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .with-waves-section h5 {
        line-height: 25px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .waves_section .waves_container .row {
        min-height: 400px;
    }
    .waves_section .waves_container canvas#ondas {
        height: 400px;
    }
    .jazz_hr_section .resumator-job {
        margin: 10px;
    }
	.accordions .ui-accordion-content li {
    	font-size: 15px;
        line-height: 20px;
	}
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
    h6 {
        font-size: 15px;
        line-height: 20px;
    }

    p {
        font-size: 13px;
        line-height: 16px;
    }
    p.big {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .btn {
        font-size: 15px;
        line-height: 22px;
        min-width: 200px;
        min-height: 40px;
    }
    .container {
        max-width: 750px;
    }
    .custom-menu {
        position: fixed;
    }
    .custom-menu .container {
        max-width: 100%;
        padding: 0;
    }
    .custom-menu .title-area {
        max-width: 150px;
        left: calc((100vw / 2) - (750px / 2));
        position: relative;
        margin-left: 15px;
        z-index: 9;
    }
    .custom-menu .menu-toggle:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        margin-right: 5px;
    }
    .custom-menu .menu-toggle.activated:before {
        content: "\f00d";
    }
    .custom-menu .menu-toggle {
        color: white;
        font-family: 'lexend';
        font-weight: 400;
        text-transform: uppercase;
        right: calc((100vw / 2) - (750px / 2));
        position: relative;
        margin-left: 15px;
        display: block;
        visibility:visible;
    }
    .custom-menu .pll-parent-menu-item > a {
        display: none;
    }
    .custom-menu .genesis-nav-menu .sub-menu {
        display: block;
        left: 0;
        padding-left: 15px;
        opacity: 1;
        position: relative;
    }
    .custom-menu .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: block;
    }
    
    .js .nav-primary {
        display: none;
        position: relative;
    }
    .custom-menu .genesis-responsive-menu {
        background: #0b5265;
        position: relative;
        padding: 20px;
        top: 0;
        right: 0px;
        width: 100%;
        height: 100vh;
        clear: none;
        float: none;
    }
    .custom-menu .genesis-nav-menu {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    .custom-menu .genesis-nav-menu .menu-item {
        display: block;
    }
    .custom-menu .nav-primary .genesis-nav-menu a {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0;
        letter-spacing: 0px;
    }

    .two_sliders h3, .slider_elevate {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .slider_elevate img {
        padding: 0 15px;
        max-height: 25px;
    }
    .four-columns-section .p-5 {
        padding: 1.5rem !important;
    }
    .our_numbers {
        padding: 60px 0;
    }
    canvas#dots {
        height: 260px;
    }
    .our_numbers .numbers {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        padding: 0.5rem !important;
    }
    .our_numbers .numbers p {
        font-size: 13px;
        line-height: 15px;
    }
    .image-effect .p-4 {
        padding: 0.5rem !important;
    }
    .build-content .boxes_build {
        padding: 20px 0;
    }
    .build-content .box_build p {
        line-height: 20px;
    }
    .build-content .box_build_hover {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
    }
    .number-list .content_elements:before {
        top: 40px;
    }
    .number-list .content_elements .elements_of_list h6:before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 35px;
        left: -58px;
    }
    .list-left .content_elements:before {
        top: 40px;
    }
    .list-left .elements_of_list:before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 35px;
        left: -57px;
    }
    .vertical_slider .tech-content h5 {
        font-weight: 400;
        line-height: 25px;
    }
    .vertical_slider .p-4,
    .vertical_slider .p-5 {
        padding: 0.5rem !important;
    }
    .vertical_slider .img-sld {
        padding: 10px;
        min-height: 80px;
    }
    .benefit-section .p-4 {
        padding: .5rem !important;
    }
    .benefit-content {
        padding: 10px;
    }
    .benefit-content img {
        max-width: 30px;
        margin-right: 10px;
    }
    .benefit-section .benefit-content p {
        margin-top: 0.5rem;
    }
    .client_success .clients_success_icons {
        padding: 20px 0;
    }
    .clients_success_icons img {
        max-height: 20px;
        padding: 0 10px;
    }
    .contact-section form.contact-us input[type=submit] {
        font-size: 12px;
        width: 150px;
        min-height: 30px;
        padding: 8px;
        display: block;
        margin: 5px auto 50px;
    }
    .contact-section form.contact-us input[type=text], 
    .contact-section form.contact-us input[type=tel], 
    .contact-section form.contact-us input[type=email], 
    .contact-section form.contact-us textarea {
        font-size: 15px;
        padding: 7px 10px;
        margin-bottom: 5px;
    }
    .contact-section .btn.btn-border {
        width: 95%;
    }
    .ctc-section .ctc-cnt {
        padding: 10px;
        max-width: 700px;
    }
    .footer-section {
        padding: 20px 0;
        background-size: cover !important;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
    }
    .waves_section .waves_container .row {
        min-height: 300px;
    }
    .waves_section .waves_container canvas#ondas {
        height: 300px;
    }
    .map_section {
        padding: 40px 0;
    }
    .jazz_hr_section .resumator-job .resumator-job-title {
        font-size: 23px;
        line-height: 25px;
    }
	.accordions .ui-accordion-content li {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    h3 {
        font-size: 24px;
        line-height: 27px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    h6 {
        font-size: 14px;
        line-height: 16px;
    }
    p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    p.big {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .btn {
        font-size: 12px;
        line-height: 18px;
        min-width: 150px;
        min-height: 30px;
        padding: 8px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .custom-menu .title-area {
        left: 30px;
        margin-left: 0;
    }
    .custom-menu .menu-toggle {
        right: 30px;
        margin-left: 0;
    }
    .header-section .hero .header-content {
        text-align: center;
    }
    .two_sliders {
        padding: 40px 0;
    }
    .four-columns-section {
        padding: 40px 0;
        text-align: center;
        background-position: 50% 25% !important;
        background-size: 100% !important;
    }
    .four-columns-section p {
        text-align: center;
    }
    .four-columns-section img {
        max-width: 300px;
        width: 100%;
    }
    .four-columns-section .p-5 {
        padding-bottom: 0rem !important;
    }
    .our_numbers {
        padding: 40px 0;
    }
    canvas#dots {
        width: 100%;
    }
    .image-effect .list-dev-image {
        text-align: center;
    }
    .image-effect .img-original {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .list-section .image-effect .img-lines {
        background-size: 100% !important;
        background-position: 50% 20% !important;
    }
    .image-effect .img-dev {
        max-width: 100%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        filter: none;
    }
    .lists .list-items {
        max-width: 100%;
        margin: 0 auto;
    }
    .list-left .image-effect .img-lines {
        background-size: 90% !important;
        background-position: 90% 70% !important;
    }
    .list-left .elements_of_list:before {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 27px;
        left: -52px;
    }
    .list-left .content_elements:before {
        top: 30px;
        height: calc(100% - 60px);
    }
    .number-list .content_elements:before {
        top: 30px;
        height: calc(100% - 70px);
    }
    .number-list .content_elements .elements_of_list h6:before {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 27px;
        left: -52px;
    }
    .build-content .box_build_hover {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }
    .list-left .container {
        padding: 20px;
        text-align: center;
    }
    .list-left .elements_of_list {
        text-align: left;
    }
    .list-left .list-dev-image img {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .list-right.image-effect .img-lines {
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: 50% 10% !important;
    }
    .list-right {
        padding: 40px 0;
        text-align: center;
    }
    .list-right .list-dev-image img {
        max-width: 100%;
        width: 100%;
    }
    .list-right .elements_of_list {
        text-align: left;
    }
    .rpv-invert .row .col-xl-6:nth-child(1) {
        order: 1;
    }
    .rpv-invert .row .col-xl-6:nth-child(2) {
        order: 0;
    }
    .vertical_slider {
        text-align: center;
    }
    .success_slide {
        margin: 15px 15px;
    }
    .contact-section {
        text-align: center;
    }
    .contact-section.image-effect .img-lines {
        background-size: 90% !important;
        background-position: 220% 30% !important;
    }
    .contact-section .list-dev-image img {
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
    }
    .contact-section .btn.btn-border {
        font-size: 12px;
        line-height: 18px;
        width: 150px;
        min-height: 30px;
        padding: 8px;
        display: block;
        margin: 5px auto 50px;
    }
    .ctc-section {
        padding: 20px 0;
    }
    .home-contact .top-content p {
        line-height: 20px;
    }
    
    .footer-widget-area {
        float: none;
        text-align: center;
        width: 100% !important;
        max-width: 150px;
        margin: 0 auto 10px !important;
    }
    .elevate-rrss .fa {
        margin-right: 5px;
        margin-left: 5px;
    }
    .waves_section .waves_container .row {
        min-height: 200px;
    }
    .waves_section .waves_container canvas#ondas {
        height: 200px;
    }
    .map_section {
        padding: 20px 0;
        overflow: hidden;
    }
    .map_section svg {
        width: 160%;
        left: -17%;
        position: relative;
    }

    .jazz_hr_section .resumator-job .resumator-job-title {
        font-size: 16px;
        line-height: 20px;
    }
    .jazz_hr_section .resumator-job .resumator-job-info {
        font-size: 12px;
        line-height: 18px;
    }
    .jazz_hr_section .resumator-job {
        flex: 100%;
        margin: 0 0 15px;
    }
    .section-hero h5 {
        line-height: 25px;
    }
    .section-hero p {
        line-height: 20px;
    }
	.accordions h6:after {
		font-size: 20px;
	}
	.accordions .ui-accordion-content li {
		font-size: 11px;
	}
}
@media screen and (max-width: 480px) {
    .list-right.image-effect .img-lines {
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: 50% 27% !important;
    }
} 