/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.27.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 05 Aug 2024 10:10:04 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@font-face {
    font-family: 'Transducer';
    src: url('fonts/Transducer-BlackExtended.woff2') format('woff2'),
        url('fonts/Transducer-BlackExtended.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body,
.mejs-container video{ 
    background:#18182b !important;
    background-color:#18182b !important;
}
.footer-marquee-track,
h1,h2,h3,h4,h5 {
    font-family: "Transducer", Transducer, sans-serif;
    text-shadow: none !important;
}
.et_pb_row, .container{
    width: 90%;
}
.category-projects a,
.projects .et_pb_slide_title a {
    pointer-events: none;
    cursor: default;
}
#main-content .normal-font {
    font-family: inherit;
    text-transform: none !important;
    color: inherit !important;
    font-weight:500;
}
.category-projects a,
.projects .et_pb_slide_title a {
    pointer-events: none;
    cursor: default;
}
body:not(.home) .et_pb_section.hero-home.white {
    border-bottom: 20vh solid #101d32;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.page-id-119 header#main-header {
    background: #101d32 !important;
    position: relative !important;
}
h7 i {
    font-weight: normal;
}
h1 span {
    color: #2165af;
}
.et_pb_bg_layout_light a.et_pb_button {
    background-color: #101d32 !important;
    color:White;
}
span.wpcf7-form-control-wrap label {
    margin: 0px;
}
.et_pb_row.content .et_pb_text,
.et_pb_row_inner.content .et_pb_text{
    margin-bottom:0px !important;
}
.et_pb_row.content .et_pb_image:not(.active),
.et_pb_row.content .et_pb_text:not(.active),
.et_pb_row_inner.content .et_pb_image:not(.active),
.et_pb_row_inner.content .et_pb_text:not(.active){
    display: none;
}
h1.extra-marg {
    margin-bottom: 30px;
}
.footer-marquee {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.footer-marquee-track {
  display: inline-flex;
  gap: 40px;
  animation: footerMarquee 60s linear infinite;
}

.footer-marquee-text {
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

.footer-marquee-text span {
  color: rgba(255,255,255,0.25);
  margin: 0 20px;
  font-size:150px;
  vertical-align:middle;
}

@keyframes footerMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

footer#main-footer {
    position: relative;
    overflow: hidden;
    padding-top: 0px; /*130px before*/
}
.et_pb_row.content,
.et_pb_row_inner.content {
    padding-bottom: 0px;
}

.et_pb_row.rnavi,
.et_pb_row_inner.rnavi {
    padding-bottom: 0px;
}

.et_pb_row.rnavi .et_pb_image.active,
.et_pb_row_inner.rnavi .et_pb_image.active {
    border: 2px solid #9fa7b5;
}
.et_pb_row.rnavi .et_pb_image,
.et_pb_row_inner.rnavi .et_pb_image{
    box-shadow:2px 2px 15px -10px;
    cursor: pointer;
    width: 32%;
    margin-right: 1%;
}
img.alignleft {
    margin-right: 25px;
}
h7 {
    font-size: 24px;
    font-weight: bold;
}
.text-center.et_pb_row {
    display: flex;
    align-items: center;
}
.et_pb_bg_layout_dark a {
    color: white;
}
.cont-box .et_pb_column .et_pb_text {
    display: flex;
    align-items: center;
    width: 100%;
}
body:not(.home) header#main-header {
    background: transparent;
    position: absolute;
    box-shadow: none !important;
}
body:not(.home) .et_pb_section.hero-home {
    padding: 25vh 0px 20vh 0px;
}
body:not(.home) .et_pb_section.hero-home .et_pb_section_video_bg  :before {
    content:"";
    display:Block;
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background: #18182B;
    background: linear-gradient(270deg,rgba(24, 24, 43, 0) 0%, rgba(24, 24, 43, 1) 90%);
}
.page-id-197 #main-content .et_pb_post .post-content p {
    line-height: 26px !important;
}
.single-post header {
    background: #18182b !important;
}

.single-post div#et-main-area {
    padding-top: 160px;
}
.et_pb_toggle_content img {
    border-radius: 8px;
}
div#et-top-navigation {
    position: fixed !important;
    bottom: 4vh !important;
    width: 100% !important;
    left: 0px;
}
nav#top-menu-nav:before{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 4rem;
    background: rgba(255, 255, 255, 0.05);
    filter: blur(4px);
    z-index: -1;
    transition: all 0.3s ease;
    pointer-events: none;
}
#main-footer{
    background: #101d32 !important;
}
div#footer-bottom {
    padding-bottom: 50px;
    background: #101d32 !important;
}
nav#top-menu-nav {
    background: #2165af;
    border-radius: 4rem;
    list-style: none;
    padding: 10px 50px;
    position: relative;
}
nav#top-menu-nav li{
    margin:0px;
    padding:0px;
}
nav#top-menu-nav li a {
    padding: 0px !important;
    line-height: normal;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
    opacity:1 !important;
    transition:all .5s ease-in-out !important;
}
nav#top-menu-nav li:hover > a{
    font-size:22px;
}
#main-header{
    box-shadow:none !important;
}
nav#top-menu-nav li:last-child a:after{
    display:none;
}
nav#top-menu-nav li a:after {
    content: "/";
    color: white;
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
    font-weight: bold;
}
.projects .et_pb_module.et_pb_post_slider {
    background: transparent;
}

.projects .et_pb_slider .et_pb_slide {
    padding: 0px;
    /* background: transparent; */
}
.projects .et_pb_slide_image img{
    max-height:100% !important;
}
.projects .et_pb_slide_image {
    margin-top: 0px !important;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    opacity: 1 !important;
    display: block !important;
    padding-top: 0px;
}

.projects .et_pb_slider_container_inner {
    display: block;
}
.projects .et_pb_slide_content {
    display: none !important;
}
.projects .et_pb_slide_description {
    padding: 30px 30px 30px 30px !important;
    margin-top: -90px;
    margin-bottom: 120px;
    width: 100%;
    bottom: 0px;
}

.projects .et_pb_slide_overlay_container {
    bottom: 141px !important;
    height:auto !important;
    border-radius: 8px;
    display:none;
}

.et-pb-controllers a {
    border: 1px solid #172e56 !important;
    width: 14px !important;
    height: 14px !important;
}
.et-pb-controllers a.et-pb-active-control {
    background: #172e56;
}
#main-footer h4 {
    padding-bottom: 20px;
    font-size: 24px;
}
.projects .et-pb-controllers {
    text-align: left;
    bottom: 80px;
}

.projects .et-pb-slider-arrows {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.projects .et-pb-arrow-prev{
    right:50px !important;
    left:auto !important;
}
.projects .et-pb-arrow-next{
    right:0px !important;
    left:auto !important;
}
.projects .et-pb-arrow-prev:before,
.projects .et-pb-arrow-next:before{
    font-weight: 100 !important;
    font-size: 30px;
}
.projects .et-pb-arrow-next,.projects  .et-pb-arrow-prev {
    opacity: 1 !important;
    color: black !important;
}
a.rarr {
    text-transform: uppercase;
}
body .et_pb_button:after{
    content: "\3d" !important;
    margin-left: 10px !important;
    margin-top: -1px;
}
a.rarr:after {
    content: "\3d";
    font-family: 'ETmodules';
    margin-left:10px;
}
.inv-form h1 {
    font-size: 51px;
}

.inv-form {
    padding: 30px;
    background: #f9f3fc;
    border-radius: 25px;
}
body #main-content .et_pb_bg_layout_dark a.et_pb_button.et_pb_promo_button{
    color:#101d32;
    background-color:white;
}
body #main-content a.et_pb_button.et_pb_promo_button,input[type=submit] {
    padding: 12px 35px 10px 15px !important;
    min-width: 180px;
    text-align: center;
}
.et_pb_text ul li {
    margin-bottom: 10px;
}
ul.dots.roadmap:before {
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background: #2165af;
    left: 2px;
    top: 8px;
}

.et_pb_text ul {
    position: relative;
    padding-bottom: 0px;
    margin-top:10px;
}
ul.fixed-width {
    list-style: none;
    padding-left: 0px;
}
ul.fixed-width li:last-child{
    border:none;
}
ul.fixed-width li{
    border-bottom:1px solid #f8f8f8;
    padding-bottom: 10px;
}
ul.fixed-width strong {
    width: 40%;
    display: inline-block;
}
.et_pb_column_2_5 .et_pb_text h2 {
    font-size: 56px;
}
.cont-box h2 {
    font-size: 48px;
}
.et_pb_section.operations {
    padding: 0px;
}

.et_pb_section.operations .et_pb_row {
    padding-left: 50px;
    padding-right: 50px;
}


.et_pb_bg_layout_light h1 span,
.et_pb_bg_layout_light h2 span,
.et_pb_bg_layout_light h3 span {
    color: #2165af;
}

.et_pb_section.operations .et_pb_row:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
}
.et_pb_section.operations .et_pb_row:nth-child(2) {
    border-radius: 0px 0px 10px 10px;
    padding-top: 0px;
    padding-bottom: 50px;
}
.team h4 {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.team p {
    color: white;
    font-size: 16px;
}

.team .et_pb_module.et_pb_text {
    padding: 10px 20px;
    border-radius: 8px;
    min-height: 400px;
    display: flex !important;
    align-items: flex-end;
}

.pac_dcm_column_1 .slick-prev {
    right:calc(2*30px + (30px - 40px) + 0px) !important;
}

.team button.slick-next.slick-arrow:before, 
.team button.slick-prev.slick-arrow:before{
    color:white;
}
button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
    background: transparent !important;
    color:black;
}
.et_pb_module.playit a:hover:after{
    opacity:0;
}
.et_pb_module.playit a:hover:before{
    opacity:0.9;
}
.et_pb_module.playit a:after{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    transition:all .5s ease-in-out;
}
.et_pb_module.playit a:before{
    opacity:0.5;
    content: "\e04e";
    font-family:ETmodules;
    color:white;
    font-size:50px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 1;
    transition:all .5s ease-in-out;
}

.operations .slick-slide {
    margin-top: 0px;
    margin-bottom: 0px;
}

.operations button.slick-next.slick-arrow, 
.operations button.slick-prev.slick-arrow {
    margin-top: -20px;
}

.et_pb_text_inner .menu {
    background-color: #2165af;
    border-radius: 50px;
    list-style: none;
    padding: 0px;
    text-align: center;
    padding: 20px 50px;
    width: auto;
    display: table;
    margin: 0 auto;
}

.et_pb_text_inner .menu li a {
    color: white;
    line-height: 40px;
    display: inline-block;
    font-weight: 500;
}

.et_pb_text_inner .menu li {
    display: inline-block;
    margin-bottom: 0px;
}

.et_pb_text_inner .menu li:after {
    content: "/";
    color: white;
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
    font-weight: bold;
}
.et_pb_text_inner .menu li:last-child:after{
    display:none;
}
.cont-box .et_pb_text{
    font-size: 18px;
    line-height: normal;
}
.et_pb_module.inline {
    display: inline-block;
    margin-bottom: 20px !important;
    margin-right: 20px;
}
.team h4.et_pb_module_header {
    color: #191126;
    font-size: 51px;
}

.team h4.et_pb_module_header span > span {
    font-size: 24px;
    color: #2165af !important;
    display: block;
    text-transform:uppercase;
    letter-spacing:3px;
    /* line-height: normal; */
}

.team .et_pb_blurb:hover .et_pb_main_blurb_image{
    background-color:#2165af;
}
.team .et_pb_main_blurb_image {
    width: 100%;
    background-color: transparent;
    border-radius: 45px;
    overflow: hidden;
    padding-top: 0px;
    transition:all .5s ease-in-out;
}
.cont-box .et_pb_column {
    border-radius: 25px;
    padding: 30px;
}
.cont-box .et_pb_column:nth-child(1) .et_pb_text:before{
    background-image:url(images/pin-map.png);
}
.cont-box .et_pb_column:nth-child(2){
    background-color:black;
    color:White !important;
}
.cont-box .et_pb_column:nth-child(2) *{
    color:White !important;
}
.cont-box .et_pb_column:nth-child(2) .et_pb_text:before{
    background-image:url(images/letter.png);
    background-color: #2165af;
}
.cont-box .et_pb_column:nth-child(3) .et_pb_text:before{
    background-image:url(images/phone-call.png);
}
.cont-box .et_pb_column .et_pb_text:before {
    width: 110px;
    height: 110px;
    margin-right:15px;
    content: "";
    display: inline-block;
    float: left;
    border-radius: 150px;
    background-color: #2165af1c;
    background-repeat:no-repeat;
    background-position:center;
}
.inv-box.et_pb_column .et_pb_text{
    padding-left:190px;
    border-bottom: 1px solid #f6e5fc;
    padding-bottom: 20px;
}
.inv-box.et_pb_column .et_pb_text:last-child {
    border: none;
}
.inv-box.et_pb_column .et_pb_text:nth-child(1):before{
    background-image:url(images/profits.png);
}
.inv-box.et_pb_column .et_pb_text:nth-child(2):before{
    background-image:url(images/target.png);
    background-color:#2165af;
}
.inv-box.et_pb_column .et_pb_text:nth-child(3):before{
    background-image:url(images/policy.png);
}
.inv-box.et_pb_column .et_pb_text:nth-child(4):before{
    background-image:url(images/customer-service.png);
}
.inv-box.et_pb_column .et_pb_text:before {
    width: 160px;
    height: 160px;
    margin-right:25px;
    content: "";
    display: block;
    position:absolute;
    left:0px;
    border-radius: 150px;
    background-color: #2165af1c;
    background-repeat:no-repeat;
    background-position:center;
}
.et_pb_module.inline:last-child {
    margin-right: 0px;
}
.video-left .et_pb_section_video_bg video,
.video-right .et_pb_section_video_bg video{
    width: auto !important;
    height: 100% !important;
}
.video-left .et_pb_section_video_bg .mejs-video{
    width: 50% !important;
    left: 0px !important;
    right: auto !important;
    height: 100% !important;
    margin: 0px !important;
}
.home .video-right .et_pb_section_video_bg .mejs-video{
    width: 50% !important;
    right: 10% !important;
    left: auto !important;
    top: -5%;
    height: 110% !important;
    margin: 0px !important;
}

#top-menu .menu-item-has-children>a:first-child:after, 
#et-secondary-nav .menu-item-has-children>a:first-child:after {
    font-weight: 100;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em;
    font-weight: normal;
}
#main-content h6{
    text-transform:uppercase;
    color:#2165af !important;
    letter-spacing: 3px;
}

h1 {
    padding-bottom: 25px;
}
ul.digits{
    color:#2165af;
    list-style: decimal-leading-zero;
    list-style-position: inherit;
    padding-left: 70px;
    font-size: 18px;
    font-family: Transducer;
    font-weight: 900;
}
ul.digits h4{
    color: #000;
    font-family:Transducer;
    font-size: 18px;
} 
ul.digits li p{
    color: #646464;
    font-size:18px;
    font-family: 'Transducer';
    font-weight: normal;
}
ul.digits li{
    margin-bottom: 0px;
}
ul.digits li:last-child{
    margin-bottom:0px;
}
.box3-row h5 {
    font-size: 24px;
}
.box3-row h1 {
    font-size: 60px;
    padding: 35px 0px;
}
sup{
    font-size:50%;
}
#main-content h5{
    font-size:24px;
}
.box3-row h5 {
    color: #2165af;
    letter-spacing: 3px;
}

.et_pb_post h2.entry-title {
    color: #2165af;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

#main-content .et_pb_post .post-content p{
    color:#191126;
    font-size:36px;
    line-height: 38px !important;
}

.column .et_pb_post {
    border: none;
    padding: 0px;
    background: transparent;
}
.column .et_pb_post .et_pb_image_container{
    margin: 0px 0px 40px 0px !important;
}
.column .et_pb_post .et_pb_image_container img {
    width: 100%;
    margin: 0px !important;
}

#main-footer .wp-block-image img,
#main-footer .wp-block-image svg {
    max-width: 100%;
    width: 300px;
    height: auto;
}

div#block-7 {
    margin-bottom: 15px;
}

#main-footer h4.title {
    font-family: 'Transducer';
}
.rbot {
    display: inline-block;
    margin-left: 15px;
    float: right;
}

.rbot a {
    font-weight: normal !important;
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}

.rbot a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

div#footer-bottom .container {
    padding: 35px 0px 20px 0px;
}

div#footer-info {
    font-size: 16px;
    width: 100%;
}
.footer-widget:last-child{
    margin-right:0px !important;
}
.footer-widget {
    margin-bottom: 20px !important;
    font-weight: 400;
    /* width: 18.4% !important; */
    /* margin-right: 2% !important; */
}
div#nav_menu-3 {
    width: 74%;
}
div#nav_menu-4{
    float:right;
}

ul#menu-footer-2 {
    column-count: 2;
}
#main-footer .menu {
    list-style: none;
}

#main-footer .menu li {
    padding-left: 0px;
    margin-bottom: 35px;
    line-height: normal;
    padding-right: 25px;
}

#main-footer .menu li:before {
    display: none;
}
#main-footer ul.et-social-icons li.et-social-linkedin a:before{
    content:"\e09d";
}
#main-footer ul.et-social-icons li a:before{
    line-height: 35px;
    color:#191126;
    font-size:20px;
}
#main-footer ul.et-social-icons li {
    list-style: none;
    background-color: #979797;
    width: 35px;
    height: 35px;
    margin: 0px 20px 10px 0px;
    padding: 0px;
    text-align: center;
}

#main-footer ul.et-social-icons li:before {
    display: none;
}
ul.sub-menu {
    padding: 0px !important;
    border: none !important;
}

ul.sub-menu li {
    padding: 0px !important;
    display: block;
    width: 100%;
}

ul.sub-menu li a {
    display: block !important;
    width: 100% !important;
}
.et_pb_column.have_padd {
    padding: 2% 3%;
}
.wpcf7 label {
    font-size: 18px;
    float: left;
    font-weight: 700;
    font-family: inherit;
    width: 100%;
    margin-bottom: 20px;
}
h1,h2,h3 {
    font-weight: 900 !important;
    text-transform: uppercase;
}
label.rhalf {
    float: left;
    width: 48%;
    margin-right: 4%;
}

label.rhalf.last {
    margin-right: 0px;
}

span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-response-output {
    float: left;
    border: none !important;
    text-align: center;
    margin: 20px 0px 0px 0px !important;
    width: 100%;
    font-weight:bold;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}
.inv-form .wpcf7-list-item {
    width: 100%;
    margin-left: 0px;
}
.inv-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.wpcf7-list-item label {
    margin-bottom: 0px;
    font-weight: normal;
}

span.wpcf7-list-item-label {
    color: #646464;
}
span.wpcf7-form-control-wrap input[type="radio"],
span.wpcf7-form-control-wrap input[type="checkbox"]{
    width:auto;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px 20px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px -17px #2165af;
}

input.wpcf7-form-control.wpcf7-submit {
    float: left;
    border-radius: 8px;
    background: #101d32 !important;
    border: 2px solid #101d32 !important;
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 12px 15px 10px 15px !important;
    cursor: pointer;
    text-transform: uppercase;
}
h5.et_pb_toggle_title {
    font-family: inherit;
    font-weight: 900;
    color: #101d32 !important;
}

.et_pb_toggle.et_pb_module {
    border: none;
    padding: 0px;
    margin-bottom: 40px !important;
    background: transparent;
}
.et_pb_toggle_title:before{
    content:"\4c";
    font-size:20px;
    font-weight:900;
    color: #101d32 !important;
}
.et_pb_toggle_open .et_pb_toggle_title:before{
    content:"\4b" !important;
    opacity:1 !important;
    display:block !important;
}
.rnavi2 ul {
    display: flex;
    justify-content: center;
    align-items: normal;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 25px;
    margin-bottom: 40px;
    padding-left: 0px;
}

.rnavi2 ul li {
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
    list-style: none;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    text-align: center;
    margin: 0px;
    width: calc(25% - 20px);
}
.contenta {
    display:none;
    align-items:center;
    max-width: 1100px !important;
}
.contenta.active {
    display:flex;
}
.et_pb_toggle_open {
    background: transparent !important;
}
.chest h2.entry-title {
    color: #101d32;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0px;
    /* display: inline-block; */
    /* float: none; */
    margin-bottom: 0px;
    padding-bottom: 5px !important;
    padding-top: 11%;
}
.chest .post-content{
    /* display:inline-block; */
    /* float: none; */
}
.chest .post-content p {
    font-size: 18px !important;
}
.chest article{
    /* display:flex; */
    align-items:center;
    flex-wrap: wrap;
}
.chest .et_pb_post .entry-featured-image-url {
    width: 55%; /* fixed width image */
    margin-right: 5%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-bottom: 0px;
}

.chest .et_pb_post:nth-child(odd) .entry-featured-image-url {
    width: 55%;
    margin-right: auto;
    float:right;
    margin-left: 5%;
}
.chest .et_pb_post{
    margin-bottom:80px;
}
.rnavi2 ul li a.active{
    color:#101d32;
    background-color:White;
}
.rnavi2 ul li a {
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et_pb_toggle_content {
    padding-top: 30px;
}
.box3-row .et_pb_circle_counter {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
}

.box3-row .et_pb_circle_counter p {
    padding: 0px;
    min-height: 60px;
    margin-bottom: 30px;
}
.box3-row .et_pb_text{
    max-width:350px;
    margin:0 auto;
}
.box3-row .et_pb_circle_counter canvas {
    display: none;
}

.box3-row .et_pb_circle_counter .percent-value:before {
    content: "$";
    font-size: 50%;
    vertical-align: bottom;
    line-height: 30px;
}
@media all and (min-width:1650px){
    .page-id-784 h2{
        font-size: 57px !important;
    }
}
@media all and (max-width:1650px){
    body h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 52px;
    }
    body h2,
    .et_pb_column_2_5 .et_pb_text h2{
        font-size:40px;
    }
}
@media all and (max-width:1200px){
    .rnavi2 ul li a{
        font-size:18px;
    }
    div#nav_menu-3 {
        width: 72%;
    }
    body h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 42px;
    }
    body h2,
    .et_pb_column_2_5 .et_pb_text h2{
        font-size:32px;
    }
    body h3 {
        font-size: 32px;
    }
}
@media all and (max-width:980px){
    .et_header_style_centered .et_mobile_menu{
        top:100px
    }
    .home .et_section_specialty .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
}
    .logo_container {
        z-index: 99999;
        position:relative;
    }
    .opened span.mobile_menu_bar.mobile_menu_bar_toggle {
        z-index: 99999;
    }
    .et_header_style_centered #logo{
        max-height: 80px;
    }
    .home div.et_pb_section.et_pb_section_2{
        margin-top:-1px;
    }
    body:not(.home) .et_pb_section.hero-home{
        padding:150px 0px 0px 0px !important;
    }
    .chest h2.entry-title{
        padding-top:5%;
    }
    .rnavi2 ul li{
        width: calc(50% - 15px);
    }
    #footer-info{
        text-align:center;
    }
    .rbot{
        display:table;
        float:none;
        margin:0 auto;
    }
.logo_container {
    width: auto;
    float: left;
}
    ul#mobile_menu:before{
        content:"";
        width: calc(100vw + 100px);
        height: 100vh;
        position:absolute;
        background-color: rgb(15 28 50 / 97%);
        z-index:-1;
        top: -140px;
        left: -10%;
    }
    ul#mobile_menu {
        padding: 0 0;
        border: none;
        background: transparent !important;
    }

    ul#mobile_menu li a {
        font-size: 18px;
        opacity: 1!important;
        padding: 3vh 5% 2.3vh 5%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "Transducer", Transducer, sans-serif;
    }

    ul#mobile_menu li:hover,ul#mobile_menu li a:hover {
        background-color: #2165af!important
    }

    ul#mobile_menu li {
        border-bottom: 1px solid #e9d8ef30
    }

    ul#mobile_menu li:last-child {
        border: none
    }
    span.select_page {
        display: none !important;
    }
    .mobile_nav.closed span.mobile_menu_bar.mobile_menu_bar_toggle:before{
        opacity:0;
    }
    span.mobile_menu_bar.mobile_menu_bar_toggle:before{
        color:white;
        content:"\4d";
    }
    .mobile_nav.closed span.mobile_menu_bar.mobile_menu_bar_toggle {
        background-image: url(images/menuw.png);
        background-repeat:no-repeat;
        background-size:100% auto;
        top: 5px;
    }
    .et_pb_slide_description .et_pb_slide_title{
        font-size:24px !important;
    }
    .footer-marquee-text{
        font-size:60px;
    }
    .footer-marquee-text span{
        font-size:100px;
    }
    div#footer-bottom{
        padding:0px;
    }
    #footer-widgets{
        padding-bottom:0px;
        padding-top: 20px;
    }
    #footer-widgets .footer-widget .fwidget{
        margin-bottom: 30px !important;
    }
    div#nav_menu-3{
        width: 66%;
    }
    div#nav_menu-4{
        width:auto;
    }
    .footer-widget:last-child{
        width:100% !important;
    }
    div#et-top-navigation {
        position: absolute !important;
        bottom: auto !important;
        width: 100% !important;
        right: 0px;
        left: auto;
        top: 0px;
    }
    body h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 42px;
    }
    .et_pb_section.operations .et_pb_row{
        padding-left:30px !important;
        padding-right:30px !important;
    }
    .text-center.et_pb_row{
        flex-direction:column;
    }
    .et_pb_map_container>.et_pb_map{
        min-height:450px !important;
    }
}
@media all and (max-width:768px){
    .hero-home .et_pb_text_0 {
        font-size: 20px;
    }
    .home .video-right .et_pb_section_video_bg .mejs-video{
        width: 100% !important;
        right: -10% !important;
    }
    .et_pb_map_container>.et_pb_map{
        min-height:300px !important;
    }
    label.rhalf{
        width:100%;
        margin-right:0px;
    }
    .chest .et_pb_post .entry-featured-image-url{
        float:none !important;
        margin:0px auto 20px auto !important;
        display:table;
        width: 100% !important;
        border-radius: 8px;
        overflow: hidden;
    }
    .chest h2.entry-title{
        padding-top:0px;
    }
    .et_pb_toggle_content img{
        float:none;
        display: block;
        margin-bottom: 20px;
    }
    .home .video-right .et_pb_section_video_bg video{
        margin-left:-40% !important;
    }
    div#nav_menu-3,
    div#nav_menu-4{
        width:100%;
    }
    .contenta{
        flex-direction:column;
    }
    .contenta .et_pb_image .et_pb_image_wrap{
        margin:0 auto;
        display:table;
    }
    .rnavi2 ul li a{
        padding:10px 15px;
        line-height:22px;
    }
    .projects .et_pb_slide_description{
        margin-top: -100px;
        margin-bottom: 100px;
        padding: 30px 20px 10px 20px !important;
    }
    body h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 32px;
    }    
    body h3 {
        font-size: 24px;
    }
    
}
@media all and (max-width:480px){
    .et_pb_row_inner.rnavi .et_pb_image{
        width:100%;
        margin-bottom: 10px !important;
    }
    .et_pb_slide_description .et_pb_slide_title {
        font-size: 20px !important;
    }
    .footer-marquee-text {
        font-size: 40px;
    }
    .footer-marquee-text span{
        font-size: 60px;
    }
    ul#menu-footer-2{
        column-count:1;
    }
    .projects .et_pb_slide_description{
        margin-top: -90px;
        margin-bottom: 90px;
        padding: 30px 20px 10px 20px !important;
    }
    body .hero-home h1 {
        font-size: 24px;
    }  
    body h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 24px;
    }  
    body h2, .et_pb_column_2_5 .et_pb_text h2 {
        font-size: 22px;
    }  
    body h3 {
        font-size: 20px;
    }
    .rnavi2 ul li {
        width: 100%;
    }
}