
/*:::::::::::::::::::
 Romo Theme
:::::::::::::::::::*/

/* Web Fonts - cargar desde la carpeta fonts */
@font-face {
  font-family: 'BlackerSansPro-Book';
  src: url('../fonts/webFonts/BlackerSansPro-Book/font.woff2') format('woff2'),
       url('../fonts/webFonts/BlackerSansPro-Book/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BlackerSansPro-Bold';
  src: url('../fonts/webFonts/BlackerSansPro-Bold/font.woff2') format('woff2'),
       url('../fonts/webFonts/BlackerSansPro-Bold/font.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BlackerProDis-It';
  src: url('../fonts/webFonts/BlackerProDis-It/font.woff2') format('woff2'),
       url('../fonts/webFonts/BlackerProDis-It/font.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BlackerProDis-Hv';
  src: url('../fonts/webFonts/BlackerProDis-Hv/font.woff2') format('woff2'),
       url('../fonts/webFonts/BlackerProDis-Hv/font.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body,
html,
* {
   font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
}

.font-SansBold,
.font-SansBold * {
    font-family: 'BlackerSansPro-Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.font-SansBook,
.font-SansBook * {
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.font-DisplayItalic,
.font-DisplayItalic * {
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.font-DisplayBold,
.font-DisplayBold * {
    font-family: 'BlackerProDis-Hv', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* bold */
strong,
b {
    font-family: 'BlackerSansPro-Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body.et_secondary_nav_enabled #page-container #et-boc #top-header {
    background: #0052a0 !important;
}

.page-id-643 #main-header,
.page-id-1123 #main-header,
.search-results #main-header {
    background: #b7cfe5;
}

/* Button */
body #page-container .et_pb_section .et_pb_button.btn--type1::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block !important;
    background: url(/wp-content/uploads/nu-skin/images/icon/arrow-next.svg);
    float: left;
    background-size: contain;
    opacity: 1;
    margin-top: 5px;
}
body #page-container .et_pb_section .et_pb_button.btn--type2::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block !important;
    background: url(/wp-content/uploads/nu-skin/images/icon/arrow-next-colorDark.svg);
    float: left;
    background-size: contain;
    opacity: 1;
    margin-top: 5px;
}
body #page-container .et_pb_section .et_pb_button.btn--type3::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block !important;
    background: url(/wp-content/uploads/nu-skin/images/icon/arrow-next-colorLight.svg);
    float: left;
    background-size: contain;
    opacity: 1;
    margin-top: 5px;
}
body #page-container .et_pb_section .et_pb_button.btn--large::before {
    content: "";
    width: 55px;
    height: 55px;
    display: block !important;
    background: url(/wp-content/uploads/nu-skin/images/icon/arrow-right-big.svg);
    position: absolute;
    background-size: 55px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left;
    left: 33px;
    top: 0;
}
body #page-container .et_pb_section .et_pb_button.btn--large {
    padding-left: 70px !important;
    position: relative;
    font-size: 25px;
}
body #page-container .et_pb_section .et_pb_button.btn--large:hover {
    padding-left: 70px !important;
}

/* submit button */
body #page-container .et_pb_section .et_pb_contact_submit {
    color: #0052a0;
    border: 0;
    padding: 0;
}
body #page-container .et_pb_section .et_pb_contact_submit::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block !important;
    background: url(/wp-content/uploads/nu-skin/images/icon/arrow-next-colorDark.svg);
    float: left;
    background-size: contain;
    opacity: 1;
    margin-top: 8px;
}
body #page-container .et_pb_section .et_pb_contact_submit:hover::after {
    display: none;
}

/* button move */
body #page-container .et_pb_section .et_pb_button.btn--type2.btn--back::before {
    transform: rotate(183deg);
}
body #page-container .et_pb_section .et_pb_button.btn--type2.btn--down::before {
    transform: rotate(90deg);
}

body #page-container .et_pb_section .et_pb_button.btn--type1,
body #page-container .et_pb_section .et_pb_button.btn--type1:hover,
body #page-container .et_pb_section .et_pb_button.btn--type2,
body #page-container .et_pb_section .et_pb_button.btn--type2:hover,
body #page-container .et_pb_section .et_pb_button.btn--type3,
body #page-container .et_pb_section .et_pb_button.btn--type3:hover   {
    padding-left: 33px !important;
}
body .et_pb_button:hover {
    background-color: transparent;
    opacity: .6;
}

/* Header */
#main-header.et-fixed-header #top-menu a {
    color: #0052a0 !important;
}
body .et-fixed-header #et_search_icon:before {
    color: #0052a0 !important;
}
.logo--fixed {
    display: none;
}
#main-header.et-fixed-header .logo--fixed {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}
#main-header.et-fixed-header a img:not(.logo--fixed) {
    display: none;
}
body #main-header.et-fixed-header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important;
}
#top-menu li {
    padding-right: 40px;
}
#top-menu-nav {
    padding-right: 40px;
}

/* Col */
.col-index-10 {
    z-index: 10;
}
.col-6 .et_pb_column_1_2 {
    width: 50%;
    margin-right: 0;
}

/* Padding */
.pr-15 {
    padding-right: 15px
}
.pl-15 {
    padding-left: 15px
}

/* Heading */
h3 {
    font-family: 'BlackerProDis-Hv', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    line-height: 60px;
}
h4 {
    font-size: 25px;
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 35px;
}

/* Twice element */
.twice-element .et_pb_column_1_2{
    min-height: 850px;
}
.twice-element h3 {
    margin-bottom: 30px;
}
.twice--btn-absolute {
   
}
.twice__symbol {
    position: absolute;
    width: 135px;
    z-index: 3;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
}
.twice__wrapp {
    position: relative;
}
.twice__background,
.twice__background .et_pb_column,
.twice__background .et_pb_module,
.twice__background .et_pb_code_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.twice__item {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.twice--color1 {
    left: 0;
    background: #0052a0;
}
.twice--color2 {
    right: 0;
    background: #d2e9ff;
}

/* Simple list */
.simple-list {
    list-style: none;
    padding-left: 0 !important;
}
.simple-list li:before {
    content: '';
    background: url(/wp-content/uploads/nu-skin/images/icon/bullet-icon.svg) center no-repeat;
    background-size: 3px;
    width: 3px;
    height: 3px;
    position: absolute;
    left: -15px;
    top: 13px;
}
.simple-list li {
    position: relative;
    list-style: none;
}

/* text large */
.list-large {
    padding-left: 0 !important;
}
.list-large,
.list-large li {
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    line-height: 39px;
    list-style: none;
}
.list-large li {
    margin-bottom: 30px;
    position: relative;
}
.list-large li:last-child {
    margin-bottom: 0;
}
.list-large li:before {
    content: '';
    background: url(/wp-content/uploads/nu-skin/images/icon/bullet-icon-colorLight.svg) center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 22px;
}
.list-large.list--color2 li:before {
    content: '';
    background: url(/wp-content/uploads/nu-skin/images/icon/bullet-icon.svg) center no-repeat;
    background-size: 6px;
}

/* intro message */
.intro-message p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 30px !important;
}

/* info message */
.info-name h4 {
    font-size: 25px;
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/* Testimonial slider */
.testimonial-slider h1,
.testimonial-slider h2,
.testimonial-slider h3,
.testimonial-slider h4,
.testimonial-slider h5,
.testimonial-slider h6 {
    font-size: 25px;
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 35px;
    color: #0052a0 !important;
    margin-bottom: 60px;
}
.testimonial-slider  p {
    font-size: 16px;
}
.testimonial-slider .et-pb-slider-arrows a {
    opacity: 1;
    top: initial;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #0052a0;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}
.testimonial-slider .et-pb-slider-arrows a:hover {
    background: #afd5f9;
}
.testimonial-slider .et-pb-arrow-prev {
    left: 42% !important;
}
.testimonial-slider .et-pb-arrow-next {
    right: 42% !important;
}
.testimonial-slider .et-pb-arrow-prev:before {
    content: "<";
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.testimonial-slider .et-pb-arrow-next:before {
    content: ">";
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}


/* slider regular */
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: inherit;
}

/* Footer */
footer a {
    color: #fff;
}
.footer__address p {
    padding-bottom: 0;
    line-height: 22px;
}
.footer__legal {
    list-style: none;
    padding: 0 !important;
    margin-top: 10px;
    font-weight: bold;
}
.footer__legal li {
    display: inline-block;
    margin-right: 10px;
}
.footer__legal li:last-child {
    margin-right: 0;
}

/* social list */
.social-list a {
    text-decoration: underline;
}
.social-list a:hover {
    text-decoration: none;
}

/* Color text */
.color-text-white, 
.color-text-white * {
    color: #fff;
}

/* En construccion */
.home.page-id-262 header,
.home.page-id-262 footer {
    display: none !important;
}

/* Flex */
.div-flex {
    display: flex;
}



/* intro module */
.intro-module h3{
    margin-bottom: 0;
    padding-bottom: 0;
}
.et_search_form_container {
    pointer-events: none;
}
.et_search_form_container.et_pb_search_visible {
    pointer-events: initial;
}
.intro-module--large h4 {
    margin-bottom: 40px;
}
.intro-module--large h4:last-child {
    margin-bottom:0;
}

/* counter item */
.counter-item h3 {
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

/* list text */
.list-left-text {
    list-style: none;
}
.list-left-text li {
    position: relative;
    list-style: none;
    margin-bottom: 60px;
}
.list-left-text li:last-child {
    margin-bottom: 0;
}
.list-left-text p {
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.list-left-text li:before {
    content: '';
    background: url(/wp-content/uploads/nu-skin/images/icon/bullet-icon.svg) center no-repeat;
    background-size: 5px;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -25px;
    top: 22px;
}
.list-left-text2 li:before {
    content: '';
    background: url(/wp-content/uploads/nu-skin/images/icon/bullet-icon.svg) center no-repeat;
    background-size: 5px;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -15px;
    top: 11px;
}
.list-left-text2 {
    list-style: none;
}
.list-left-text2 li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}
.list-left-text2 li:last-child {
    margin-bottom: 0;
}

/* row hero */
.row-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Tab slider */
.control-slider-tab .slick-arrow {
    opacity: 1;
    top: 17%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #0052a0;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #0052a0;
    background: #eaefed;
    cursor: pointer;
    position: absolute;
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.control-slider-tab .slick-arrow:hover {
    background: #d2e9ff;
}
.control-slider-tab .slick-slider {
    padding: 0 80px;
    text-align: center;
}
.control-slider-tab .slick-arrow.slick-prev {
    left: 0;
}
.control-slider-tab .slick-arrow.slick-next {
    right: 0;
}
.control-slider-tab .slick-slide {
    cursor: pointer;
}
.control-slider-tab .slick-current {
    text-decoration: underline;
    font-weight: bold;
}
.slider-tab h6 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: 'BlackerSansPro-Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.slider-tab p {
    padding-bottom: 0;
    margin-bottom: 40px;
}
.slider-tab p:last-child {
    margin-bottom: 0;
}
.slider-tab .slick-slide {
    margin-bottom: 0 !important;
}

/* img */
.img-with-100 * {
    width: 100%;
}

/* Margin */
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}

/* size-image */
.twice-photo-col .et_pb_column{
    height: 480px;
}
.twice-photo-col .img-with-100 img{
    height: 480px;
    object-fit: cover;
    object-position: center;
}

/* Col hero */
.col-hero-6 .et_pb_column{
    height: 100vh;
    min-height: 750px;
}
.col-hero-6 .img-with-100 img {
    height: 100vh;
    min-height: 750px;
    object-fit: cover;
    object-position: center;
}
.hero-6-txt {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;    
}

/* hero reset */
.section-hero-reset {
    padding: 0 !important;
    margin: 0 !important;
}

/* Profile grid */
.profile-grid-aside .et_pb_button_module_wrapper {
    display: none;
}

/* modalbox */
body .modalbox {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 99999999;
    background: rgb(27 65 64 / 82%);
    transition: .4s all ease-in-out;
}
body .modalbox.active {
    left: 0;
    opacity: 1;
    pointer-events: initial;
}
body .et_pb_row.modalbox-inner {
    background: #fff;
    padding: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 20px 20px rgba(0,0,0,.2);
    width: 90% !important;
    max-width: 700px !important;
}
body .modalbox .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
}
body  .modalbox  .et_contact_bottom_container{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.et_pb_button.close-modal-box {
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 0px !important;
    height: 40px;
    line-height: 30px !important;
    width: 40px;
    text-align: center;
    border: 0;
    font-size: 30px;
    background: url(/wp-content/uploads/nu-skin/images/icon/close.svg) center no-repeat;
    text-indent: -9999px;
    background-size: 20px;
}
body  .modalbox h1 {
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
}
.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
    color: #0052a0;
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid #0052a0 !important;
    font-size: 16px;
    background: #fff;
}

/* active modal*/
body.active-modal header,
body.active-modal footer {
    opacity: 0;
    pointer-events: none;
}
body.active-modal {
    background: #0052a0;
}

/* skin header */
body.skin-header-two #top-menu a,
body.skin-header-two #et_search_icon:before,
body.skin-header-two span.et_close_search_field:after,
body.skin-header-two .et-search-form input,
body.skin-header-two .mobile_menu_bar:before {
   color: #0052a0 ;
}
/* mobile elements */
.mobile_menu_bar:before {
    color: #fff ;
}

body.skin-header-two .logo_container a img.logo--fixed {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}
body.skin-header-two .logo_container a img#logo {
    display: none;
}
body.skin-header-two header ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0052a0 !important;
}
  
body.skin-header-two header :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0052a0 !important;
}
  
body.skin-header-two  header ::-ms-input-placeholder { /* Microsoft Edge */
    color: #0052a0 !important;
}

/* Search result */
.search-results,
.search-results #main-content {
    background: rgba(210,233,255,0.51)!important;
}
.search-results #left-area {
    padding-right: 0;
    width: 100%;
}
.search-results #main-content .container::before {
    display: none;
}
.search-results #main-content h2,
.search-results #main-content h2 * {
    font-family: 'BlackerProDis-It', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 30px;
}

/* Service slider */
.service-slider .slick-arrow {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #0052a0;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #0052a0;
    background: #fff;
    cursor: pointer;
    position: absolute;
    font-family: 'BlackerSansPro-Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.service-slider .slick-arrow:hover {
    background: #eaefed;
}
.service-slider .slick-arrow.slick-prev {
    left: 0;
}
.service-slider .slick-arrow.slick-next {
    right: 0;
}
.service-slider .et_pb_text_inner {
    padding: 0 100px;
}
.service-slider .service__item {
    padding: 0 30px;
}
.service-slider .service__item h3 {
    line-height: 42px;
    min-height: 190px;
}

/* hero shadow */
.hero-shadow:after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    position: absolute;
}
.hero-shadow .et_pb_row {
    position: relative;
    z-index: 1;
}

/*----- Languaje -----*/
html body:not(.et-fb) footer .eng__element{
    display: none; 
}

html[lang="en-US"] body:not(.et-fb) footer .eng__element  {
    display: block;
}
html[lang="en-US"] body:not(.et-fb) footer .esp__element  {
    display: none;
}

/* Logo */
#logo {
    max-height: 74%;
}

/* Loader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99999999;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.loader  {
    animation: rotate 3s infinite;  
    height: 50px;
    width: 50px;
  }
  
  .loader:before,
  .loader:after {   
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;  
    width: 20px;
  }
  .loader:before {
    animation: ball1 1s infinite;  
    background-color: #0052a0;
    box-shadow: 30px 0 0 #d2e9ff;
    margin-bottom: 10px;
  }
  .loader:after {
    animation: ball2 1s infinite; 
    background-color: rgba(170,192,183,0.5);
    box-shadow: 30px 0 0 rgba(170,192,183,0.25);
  }
  
  @keyframes rotate {
    0% { 
      -webkit-transform: rotate(0deg) scale(0.8); 
      -moz-transform: rotate(0deg) scale(0.8);
    }
    50% { 
      -webkit-transform: rotate(360deg) scale(1.2); 
      -moz-transform: rotate(360deg) scale(1.2);
    }
    100% { 
      -webkit-transform: rotate(720deg) scale(0.8); 
      -moz-transform: rotate(720deg) scale(0.8);
    }
  }
  
  @keyframes ball1 {
    0% {
      box-shadow: 30px 0 0 #d2e9ff;
    }
    50% {
      box-shadow: 0 0 0 #d2e9ff;
      margin-bottom: 0;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #d2e9ff;
      margin-bottom: 10px;
    }
  }
  
  @keyframes ball2 {
    0% {
      box-shadow: 30px 0 0 #0052a0;
    }
    50% {
      box-shadow: 0 0 0 #0052a0;
      margin-top: -20px;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #0052a0;
      margin-top: 0;
    }
  }
/*:::::::::::::::::::
 Responsive Theme
:::::::::::::::::::*/
@media (max-width: 1200px) {
    .twice-photo-col .et_pb_column,
    .twice-photo-col .img-with-100 img {
        height: 540px;
    }
    #top-menu li {
        padding-right: 30px;
    }
    #top-menu-nav {
        padding-right: 20px;
    }
}
@media (max-width: 992px) {
    .wpglobus-selector-link {
        border-top: 1px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .wpglobus-selector-link a,
    .wpglobus-selector-link ul {
        width: 50%;
    }
    .wpglobus-selector-link a {
        padding-bottom: 0 !important;
    }
    .wpglobus-selector-link.wpglobus-current-language > a{
        text-decoration: underline;
    }
    h3 {
        font-size: 24px;
        line-height: 35px;
    }
    h4 {
        font-size: 18px;
        line-height: 25px;
    }
    #et_top_search {
        margin: 0;
    }
    body #main-header .et_mobile_menu {
        background-color: rgb(0 0 0 / 82%);
        border-top: 3px solid #0052a0;
    }
    body .et_search_outer .et_search_form_container {
        width: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        height: 100% !important;
        background: rgba(0,0,0,.82);
    }
    body .et_search_outer .et_search_form_container .et-search-form{
        width: 90% !important;
        max-width: 100% !important;
        height: 80px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
        margin: 0 5%;
    }
    body .et_search_outer .et_search_form_container .et-search-form .et-search-field {
        font-size: 18px !important;
        width: 95%;
        font-family: BlackerSansPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    }
    span.et_close_search_field {
        right: 30px;
    }
    .list-large,
    .list-large li {
        line-height: 35px;
    }
    .et_pb_image_0_tb_footer.footer-logo {
        margin: 0;
    }
    .twice-photo-col .et_pb_column {
        height: 570px;
        margin-bottom: 0;
    }
    .twice-photo-col .img-with-100 img{
        height: 570px;
    }
    .col-hero-6 .et_pb_column{
        height: 650px;
        min-height: initial;
    }
    .col-hero-6 .img-with-100 img {
        height: 650px;
        min-height: initial;
    }
    .map-holder iframe {
        height: 400px; 
    }
    body #page-container .et_pb_section .et_pb_button.btn--large::before {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
    body #page-container .et_pb_section .et_pb_button.btn--large {
        padding-left: 50px !important;
        font-size: 18px;
    }
    body .modalbox h1 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .service-slider .service__item h3 {
        line-height: 32px;
        min-height: initial;
    }
   
}
@media (max-width: 768px) {
    .col-6 .et_pb_column_1_2 {
        width: 100%;
        margin-bottom: 0;
        min-height: initial;
    }
    .twice__background {
        display: none;
    }
    .twice__symbol {
        z-index: 3;
        bottom: -40px;
        right: initial;
        transform: translateX(-50%);
        top: initial;
        left: 50%;
    }
    .twice--btn-absolute {
        position: relative;
        bottom: 0;
        left: 0;
    }
    body #page-container .et_pb_section .et_pb_button.btn--type1,
    body #page-container .et_pb_section .et_pb_button.btn--type1:hover,
    body #page-container .et_pb_section .et_pb_button.btn--type2,
    body #page-container .et_pb_section .et_pb_button.btn--type2:hover,
    body #page-container .et_pb_section .et_pb_button.btn--type3,
    body #page-container .et_pb_section .et_pb_button.btn--type3:hover   {
        padding-left: 30px !important;
    }
    .list-large,
    .list-large li {
        font-size: 18px;
        line-height: 30px;
    }
    .list-large li:before {
        top: 14px;
    }
    .testimonial-slider .et-pb-arrow-prev {
        left: 35% !important;
    }
    .testimonial-slider .et-pb-arrow-next {
        right: 35% !important;
    }
    /* br text */
    .br-text br {
        display: none;
    }
    .testimonial-slider h1,
    .testimonial-slider h2,
    .testimonial-slider h3,
    .testimonial-slider h4,
    .testimonial-slider h5,
    .testimonial-slider h6 {
        font-size: 24px;
    }
    .slider-tab h6 {
        font-size: 18px;
        line-height: 30px;
    }
    .twice-photo-col .et_pb_column {
        height: auto;
    }
    .twice-photo-col .img-with-100 img{
        height: auto;
    }
    .twice-photo-col {
        display: flex;
        flex-wrap: wrap;
    }
    .twice--img {
        order: 1;
    }
    .twice-photo-col .et_pb_column.twice--txt {
        order: 2;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-hero-6 .et_pb_column{
        height: auto;
    }
    .col-hero-6 .img-with-100 img {
        height: 500px;
    }
    .hero-6-txt {
        padding: 40px;
    }
    .profile-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .profile-grid-txt {
        order: 1;
    }
    .profile-grid-txt .et_pb_button_module_wrapper {
        display: none;
    }
    .profile-grid-aside .et_pb_button_module_wrapper {
        display: block;
    }
    .profile-grid-aside {
        order: 2;
    }
    .logo_container a img{
        margin-left: -4px;
    }
    .list-large,
    .list-large li {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .testimonial-slider .et-pb-arrow-prev {
        left: 30% !important;
    }
    .testimonial-slider .et-pb-arrow-next {
        right: 30% !important;
    }
    .testimonial-slider h1,
    .testimonial-slider h2,
    .testimonial-slider h3,
    .testimonial-slider h4,
    .testimonial-slider h5,
    .testimonial-slider h6 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .service-slider .et_pb_text_inner {
        padding: 0 50px;
    }
    .service-slider .slick-arrow.slick-prev {
        left: -20px;
    }
    .service-slider .slick-arrow.slick-next {
        right: -20px;
    }
    #logo {
        max-height: 54%;
    }
}

@media (max-width:480px) {
    .service-slider .et_pb_text_inner {
        padding: 0 30px;
    }
}