/*!
Theme Name: Simpliza - Hedgehog
Theme URI: http://www.simpliza.com
Author: Simpliza
Author URI: http://www.simpliza.com/
Description: Description
Version: 1.0.0
License: Copyrighted
License URI: LICENSE
Text Domain: Hedgehog
Tags: 
*/

/* Generic */



html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

body {
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

body p{
    line-height: 26px;
}

p {
  line-height: 1.75;
      margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
}
h1,h2,h3,h4,h5,h6,.h3x,.h4x {

    margin-bottom: 4px;
    font-family: Montserrat;
    font-weight: 700;

          margin-top: 10px;
              line-height: 40px;
    color: #3b3f43;
}

html, body, form, fieldset, table, tr, td, img {
    font-family: Montserrat;
}



html {
  scroll-behavior: smooth;
}
h1 {font-size: 42px;color: #00567d;}
h2 {font-size: 29px;}
h3 {font-size: 25px;}
h4 {font-size: 22px;line-height: 27px;}
h5 {font-size: 19px;}
h6 {font-size: 17px;}

.h3x {font-size: 25px;}
.h4x {font-size: 22px;}

a {
 color: #255487;;
    text-decoration: none;
}
a:hover {
    color: #102f59;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}
.img-revert-layer {
       width: revert-layer; 
}

li {
    line-height: 29px;
    font-size: 14px;
}
.ct-fw ul {padding: 7px 0 7px 25px;}
ul.share_menu.left.share {
    padding: 0;
}    
.standard-list, .standard-list ul, .standard-list ol {
    list-style: none;
    margin: 0;
    font-size: 17px;
        padding: 0!important;
}
.entry-title {
font-size: 28px;
    padding-top: 6px;
    line-height: 25px;
    margin-bottom: 16px;
    font-weight: 400;
}
td {
        line-height: 25px;
    padding: 4px 0px 1px 4px;
    font-size: 17px;
}
/* Divs and containers */

/* ex full-width-container */
.ct-fw {    overflow: auto;}

/* ex standard-container */
.ct-std {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
    overflow: hidden;
}

[class*='cl-'] {
display: block;
float: left;
margin: 6px;
}
.cl-1-1 {width: calc(100% - 12px);}
.cl-1-1-nomargin {width: 100%;    margin: 0;}
.cl-1-3 {width: calc(33% - 13px);}
.cl-1-3-nomargin {width:33%;margin:0;}
.cl-2-3 {width: calc(66% - 6px);}
.cl-1-2 {width: calc(50% - 22px);}
.cl-1-2-nomargin {width:49%;margin:0;}
.cl-1-4 {width: calc(25% - 12px);}
.cl-1-5 {width: calc(20% - 12px);}
.cl-1-6 {width: calc(16.6% - 12px);}
.cl-3-4 {width: calc(75% - 20px);}
.cl-3-4-nomargin {width: 74%;}
.cl-1-1-margin-l-r {    padding: 0px 70px 0px 50px;}
.cl-pos-invert {order: 0;}

.overflow-hidden {
    overflow: hidden;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignflexcenter{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.alignleft {
    display: block;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}
.alignright {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.highlight {
padding: 9px 9px 9px 9px;
    border: 1px solid #ececec;
    margin-bottom: 24px;
    background-color: #f8f9fa;
    border-radius: 3px;
    display: inline-block;
}
.highlights:first-letter {
    font-size: 60px;
    float: left;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    color: #78c2be;
}
.highlight-top-bottom {
border-top: 3px solid #78c2be;
    border-bottom: 3px solid #eaeaea;
    }
.highlight-ribbon {
    line-height: 30px;
    position: absolute;
    left: -24px;
    top: 10px;
    background: #24517f;
    padding-left: 30px;
    padding-right: 14px;
    font-weight: 600;
    color: #ffffff;
}

.highlight-ribbon:after {
    height: 0;
    width: 0;
    right: -10.5px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 11px solid #24517f;
}
.highlight-ribbon:before, .highlight-ribbon:after {
    content: "";
    position: absolute;
}
.border-right {
    border-right: solid 2px #f1f1f1;
}
.border-bottom-grey {
        border-bottom: solid 4px #efefef;
}
.border-none {
        border: none!important;
}
.text-small p{
    font-size: 14px;
    line-height: 24px;
    }
.top-tag {
    position: absolute;
    bottom: 10px;
    left: 9px;
    text-align: center;
    transform-origin: bottom right;
    letter-spacing: 1px;

    z-index: 2;

}

.top-tag a {
    display: block;
    padding: 0px 5px 0px 5px; 
    background-color: #009697;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: inherit; 
        border-radius: 3px;
}

.top-tag a:hover {
    background-color: #00718b;
    color: #fff;
}


/* Paddings and margins */

.pt-main  {padding-top: 56px;}
.pt-main  {padding-top: 61px;}
.p-tb-40 {padding: 40px 0 40px 0;}
.pt-30 {padding-top:30px;}
.pb-30 {padding-bottom:30px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}
.ptb-60 {padding-top: 60px;padding-bottom:60px;}
.mtb-60 {margin-top: 60px;margin-bottom:60px;}
.mtb-20 {margin-top: 20px;margin-bottom:20px;}
.pt-120 {padding-top:120px;}
.pt-20 {padding-top:20px;}
.no-margins{margin:0;}
.mt-10 {margin-top:10px;}
.mt-40 {margin-top:40px;}
.mb-20 {margin-bottom:20px;}
.p-20 {padding: 20px;}
.p-6 {padding: 6px;}
.mt-30 {margin-top:30px;}
.m-0 {
    margin-bottom: 0;
        margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {    margin-bottom: 5px;}
.mb-7 {    margin-bottom: 7px;}
.mt-0 {
    margin-top: 0;
}
.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-0 {
    padding-top: 0;
}
.ptb-0 {
    padding-top: 0;
    padding-bottom:0;
}
.ptb-30 {
      padding-top: 30px;
    padding-bottom:30px;  
}
.no-overflow {
    overflow: unset;
}
/* Masonry */

.masonry-wrapper {

  margin-right: auto;
  margin-left: auto;
}
.masonry {
  columns: 1;
  column-gap: 10px;
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.masonry-item, .masonry-content {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {  .masonry {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}
/* Images */

figure.wp-caption {
  width: 100% !important;
}

figure.wp-caption img {
  width: 100% !important;
  height: auto !important;
}

.sprite-svg{
     background-image: url("/wp-content/themes/hedgehog/img/sprite-svg.svg#svgView(viewBox(0,0,280,70))");
    width: 35px;
        height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
background-size: 280px 70px;
    }
.sprite-svg.hamburger {    background-size: auto 70px;}
.sprite-svg.hamburger:hover {background-position: 0px -35px;}

.sprite-svg.search {    background-position: -35px 0px;}
.sprite-svg.search:hover {    background-position: -35px -35px;}

.sprite-svg.close {    background-position: -70px 0px;}
.sprite-svg.close:hover {    background-position: -70px -35px;}


.sprite-svg-icons{
     background-image: url("/wp-content/themes/hedgehog-child/imgs/sprite-va-group-limited.svg#svgView(viewBox(0,0,385,142))");
    width: 70px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 385px 142px;
    }
.sprite-svg-icons.companyformation {    background-position: 0px 0px;}
.services-megabuttons:hover .sprite-svg-icons.companyformation {background-position: 0px -70px;}

.sprite-svg-icons.licences {    background-position: -70px 0px;}
.services-megabuttons:hover .sprite-svg-icons.licences {    background-position: -70px -70px;}

.sprite-svg-icons.redomiciliation {    background-position: -140px 0px;}
.services-megabuttons:hover .sprite-svg-icons.redomiciliation {    background-position: -140px -70px;}

.sprite-svg-icons.relocation {    background-position: -210px 0px;}
.services-megabuttons:hover .sprite-svg-icons.relocation {    background-position: -210px -70px;}

.sprite-svg-icons.services {    background-position: -280px 0px;}
.services-megabuttons:hover .sprite-svg-icons.services {    background-position: -280px -70px;}

.services-megabuttons {
padding-right: 40px!important;
    display: inline-block;}
    
.services-megabuttons:after {
    content: ""; /* Essential for generating the pseudo-element */
    display: inline-block; /* or block, depending on your layout */
    width: 35px;
    height: 35px;
    background-image: url("/wp-content/themes/hedgehog-child/imgs/sprite-va-group-limited.svg#svgView(viewBox(0,0,420,142))");
    background-repeat: no-repeat;
    background-size: 420px 142px;
    background-position: -350px 0px;
    right: 0;
    position: absolute;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
margin-top:20px;
}
.services-megabuttons:hover:after {
    background-position: -385px 0;
}
.services-megabuttons.services-megabuttons-sidebar:hover:after {
    background-position: -385px 0;
}
.services-megabuttons-solid:after {
    background-position: -355px -40px;
    margin-top: -4px;
}
.services-megabuttons-solid:hover:after {
    background-position: -350px -40px;
    margin-top: -4px;
}
.services-megabuttons-white {
    background: #fff!important;
    color: #004c74!important;
}
.services-megabuttons-white:hover {
    color: #004c74!important;
    background-color: #78c3bf!important;
}
.services-megabuttons-white:after {
    background-position: -355px -8px;
         margin-top: 0;
}
.services-megabuttons-white:hover:after {
    background-position: -350px -8px;
         margin-top: 0;
}
.services-megabuttons-down-arrow:after {
    background-position: -385px -112px;
    margin-top: -4px;
}
.services-megabuttons-down-arrow:hover:after {
    background-position: -385px -107px;
    margin-top: -4px;
}
.services-megabuttons-fw {
    width: auto!important;
    display: block;
}
.services-megabuttons.services-megabuttons-sidebar {
    justify-content: flex-start;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
    width: -webkit-fill-available;

}
.services-megabuttons.services-megabuttons-sidebar:hover {
background-color: #d8eeec;
}
.services-megabuttons.services-megabuttons-sidebar::before {
    content: ''; /* Necessary to generate the pseudo-element */
    position: absolute; /* Position it in relation to the parent */
    bottom: 0; /* Align it to the bottom of the parent element */
    left: 50%; /* Center horizontally */
    width: 50%; /* Adjust the width to your preference */
    width: 97%; /* Make it as wide as the parent element */
    height: 1px; /* Height of the pseudo-border */
    background-color: #d1d3d4; /* Color of the pseudo-border */
    transform: translateX(-50%); /* Adjust for the width to center it */

}
.services-megabuttons-title{
color:#232323;
font-weight:600;
padding-left:10px;
margin-top:20px;
}
/*
.services-megabuttons:hover .services-megabuttons-title{
color:#004c74;
}
*/
/* Box styles */

.dsg-box-main {
background-color: #fff;
border-radius: 8px;
padding: 17px 17px;
box-shadow: 0 5px 10px 0 rgb(65 71 108 / 15%);
overflow: hidden;
margin-top: 20px;
margin-bottom: 30px;
}

.widget-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 17px 17px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
/*box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);*/
        overflow: hidden;
        width: 100%;
}
.ct-box-hv {
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
}
.ct-box-hv:hover {
background-color: #fbfbfb;
}
.ct-box-hv-plus-button {

    position: absolute;
    padding-top: 14px;
    right: 45px;
    top: 110px;
    font-size: 2.5em;
    line-height: 1.1em;
    z-index: 1;
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #2860a0;
    border-radius: 50%;
    text-align: center;
    transition: box-shadow 400ms cubic-bezier(.2,0,.7,1),;
        border: 2px solid #2860a0;
    }
.ct-box-hv-plus-button:hover {
    background: #2860a08a;
    transition: .2s ease;
    color: #ffffff;
    }
.ct-box-hv-plus-button:after {
      content: "+";  
    }    
    
.ct-box-hv-noshadow-child.ct-box-hv {
    box-shadow: none; 
    }
.ar-box {
    background-color: #fff;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-shadow: none;
    border: none;
    overflow: auto;
    box-shadow: 0 12px 32px rgb(181 181 181 / 20%);
/*    margin: 40px 0 40px 0;*/
    border-radius: 0.75rem;
}
.no-box-shadow {
    box-shadow: none!important;
}
.ar-box-menu {
    box-shadow: none;

}
.ar-box-hover-light:hover {background-color: #e9f9f8;}
.ar-box-hover-medium:hover {background-color: #78c2be42!important;}



.ar-box-single {
    padding: 5px;
}
/*
.ar-box-single:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1.2px solid #ececec;
    top: 0;
    right: 0;
    height: 70%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ar-box-single:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1.2px solid #ececec;
    top: 0;
    left: 0;
    height: 70%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ar-box-single:nth-child(3n):before {
    content: none;
    }
.ar-box-single:last-child:before {
    content: none;
    }
*/
.ar-box-single:hover {     background-color: #fff1d6!important;}



.ar-box-title {
        font-size: 14px;
    margin-bottom: 0;
        line-height: 18px;
}
.ar-box-link {
    font-size: 16px;
    line-height: 16px;
    background: #2860a0;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 7px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border: none;

    }
.ar-box-link:hover {
    cursor: pointer;
    background-color: #25476d;
    color: #ffff;
    text-decoration: none;
}
.ar-box-img {
       object-position: left;
    }
.ar-ct-title{
    min-height: 109px;
    padding: 30px 0px 10px 0px;
}
.ar-link-title a {
 font-weight:100;
 }
.ar-link-title a:hover {
    color: #25476d;
    text-decoration: none;
}
.ar-box-label {
    font-size: 25px;
    position: absolute;
    bottom: -34px;
    background-color: white;
    color: #25476d;
    padding: 10px;
    border-radius: 0px 3px 0px 0px;
    z-index: 12;
}
.ar-box-ct-img{}

.box-des-1{
    background-color: #fff;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    border: solid 1px #d8e1e9;
    }
.ct-box-hv-archive {
    margin-bottom: 0;
    /*
padding: 0 28px 0 28px;
*/
transition: all 0.2s linear 0s;
    border: solid 1px #d8e1e9;
}
.ct-box-hv-archive:hover {
    background-color: #f6f6f6;
    padding-left: 10px;
    }
.ct-box-hv-archive:hover:before {
    opacity: 1;
    text-indent: 0px;
}
.ct-box-hv-archive:before {
    content: ">";

    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
    font-weight: 700;
}
.ct-box-hv-top {

overflow: hidden;
    }
.ct-box-hv-to p:hover {color:#fff;}
 .ct-box-hv-content {
/*     margin: 0px 20px 0px 20px;*/
     position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
 }
.ct-box-hv-top-image {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    /* background-size: unset; */
    /* background-position: center; */
    height: 320px;
    /* min-height: -webkit-fill-available; */
    /* width: -webkit-fill-available; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    /* background-position: center top; */
    background-size: 100% auto;
    }
.ct-box-hv-top-image:hover {


    }
.pointer-events-none a:hover,.pointer-events-none p:hover,.pointer-events-none h3:hover {
 color:#fff;
    }
 .ct-box-hv-top-title {
  padding: 16px 0px 13px 0px;     font-weight: 400;  font-size: 21px;  line-height: 35px;  
  color: #fff;
    }   
 .ct-box-hv-top-title:hover {
   color:#fff;
    }   
 .ct-box-hv-top-excerpt {
    opacity: 0;
    color: #fff;
   
    }  
.ct-box-hv-top:hover .ct-box-hv-top-excerpt {
    transition: opacity 1s ease;
    opacity: 1;
    }  
.ct-box-hv-top:hover .ct-box-hv-top-title {
    transition: opacity 1s ease;
    opacity: 0.8;
    }     
    
.ct-box-hv-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s ease;   background: linear-gradient(180deg,rgba(2,20,58,.7) 0%,rgba(7,14,29,0) 100%);
    }
.ct-box-hv-hover-overly {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    opacity: 0;
    background-color: #070e1d; 
    }
.ct-box-hv-top:hover .ct-box-hv-hover-overly {
        opacity: .8;
    background: linear-gradient(rgba(7,14,29,.8));
    }



.pointer-events-none {    pointer-events: none;
}


.sticky-deal {
    position: sticky;
    top: 90px;
    display: flex;
    justify-content: center;
    }
.ar2-ct-title{

}
.ar3-ct-title{
    min-height: 27px;
    font-size: 16px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.footer {

    padding-top: 20px;
/*    margin-top: 25px;*/
}
.footer p {
    color:#fff;
}
.footer-2nd-row {
    border-top: 1px solid #fff;
}
.submenu-sticky {
    position: sticky;
    top:75px;
    z-index: 5;
}
.pagination {justify-content: space-between;}

/* Positioning */

.pos-rel{ position: relative;}
.text-center{text-align:center;}
.vert-align-middle {vertical-align:middle;}
.text-left {text-align:left!important;}
.text-right {text-align:right!important;}
.flex {
    display: flex!important;
    flex-wrap: wrap;
}
.flex-nowrap {
       flex-wrap: nowrap; 
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

/* Tabs */
.tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
.tabs-img {
 max-width: 100px;   
    }
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;

}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
  border-bottom: 2px solid #2860a0;
}
.tabs input[type="radio"]:checked + label + .tab {

	    display: block;
    border: 2px solid #2860a0;
    border-radius: 3px;
    transition: .2s ease;
    padding: 5px;
    margin: 30px 20px 0px 20px;
    /* padding-top: 20px; */
    float: right;
    color: inherit;
    padding: 40px;
}
.tabs-title {
    padding-bottom: 20px;font-weight: 700;
    }

.text-lt-grey {
        color: #bac1c1;
}
.text-dk-grey {
        color: #2d3131;
}
.text-main-color {
    color: #004c74;
}
@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}



 /* Images */
 
.img-fill {max-width: -webkit-fill-available;}
.img-cropped {
    width: 100%;
    /* max-height: 170px; */
    /* overflow: hidden; */
    object-fit: cover;
    max-height: 370px;

}
.img-border {
    border: solid 9px #0055cc1c;    
    }
.img-round {    border-radius: 100%;}


 /* Backgrounds */

.bg-main {background-color: #ffffff;}
.bg-main-extralt {    background-color: #e9fdff}
.bg-main-lt {    background-color: #24517f}
.bg-main-md {    background-color: #163657}
.bg-main-md2 {    background-color: #112b45}
.bg-main-dk {    background-color: #1b334b;color: #fff;}
.bg-secundary-light {    background-color: #fff1e9}
.bg-lt-green {     background-color: #79c2be;}
.bg-tr-white {background-color: #ffffffc4;}
.bg-dk-grey {     background-color: #585650;}
.bg-dk-white {background-color: #fcfcfc;}
.bg-dk-blue {    background-color: #132e57;}
.bg-white {background-color: #ffF;}
/*.bg-top {
background-color: #cce4ff;

}*/
.bg-top-home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233 249 248)), to(rgb(233 249 248 / 85%))), url(/wp-content/uploads/home-background.jpg);
    background-size: auto, cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bg-top-home:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9f9f8;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
 z-index: -1;
}
.bg-lt-blue {background-color:#004c74;}
.bg-lt-grey {    background: #f8f9fa;}
.bg-lt-yellow {background-color: #fef7ea;}
.bg-black {    background-color: #000000;}
.bd-lt-grey {border: solid 2px #e9e9e9!important;}
 /* Text colors */
.txt-white {color:#fff;}
.txt-red {color: #ee0000;;}


 /* Column Backgrounds */
.cl-bg-dk, .cl-bg-dk h2, .cl-bg-dk h3, .cl-bg-dk h4, .cl-bg-dk h5, .cl-bg-dk h6 {
background-color:#1b334b;
color: #fff;
border-radius: 5px;
}
.cl-bg-dk .cta-btn {
    background-color: #fff;
    color: #000;
}
.cl-bg-dk .cta-btn:hover {
    color: #000;
    background-color: #fff1e9;
}
.cl-bg-secundary-light {
background-color:#fff1e9;
border-radius: 5px;
}
.cl-content {
    padding:10px;
}
.cl-content h4{
    padding-bottom:10px;
}


/* Text formatting */
 .introduction {
     font-size: 20px;
}
 .introduction:first-letter {
     font-size: 80px;
     float: left;
     font-size: 64px;
     line-height: 60px;
     padding-top: 4px;
     padding-right: 8px;
     padding-left: 3px;
}
.standard-text {    margin-bottom: 0;
    color: #797979;}
.fs-20 {font-size:20px;}
.fs-40 {font-size:40px;}
.lh-20 p {line-height: 20px;}
.text-lowercase {text-transform: lowercase!important}
.text-uppercase {text-transform: uppercase!important}
.text-lt-grey {    color: #adadad;    }
.text-dk-blue {color: #2a4b6f;}
.text-dk-grey { color: #161616;}
.text-bk {color: #000000;}
.list {
    font-size: 15px;
    line-height: 22px;
        list-style: none;
    }
.list:before {
    font-size: 18px!important;
    margin-right: .5em!important;
    font-weight: 700!important;
   background: none!important;
   line-height: 2rem;
    margin-right: 0.5rem;
}
.list-x:before {
    content: "\2717"!important;
    color: #e6651f!important;
}
.list-v:before {
    content: "\2713"!important;

    color: #0071bc!important;
}

/* Buttons/Links */
.cta-btn-menu {
    border: 2px solid #2860a0!important;
    border-radius: 3px;
    transition: .2s ease;
    padding: 5px;
    margin-left: 13px;
    }
.cta-btn-menu:hover {
    background-color: #0055cc!important;
    color: #fff!important;    
    }
.cta-btn-box {
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: 13px;
    }
.cta-btn-box:hover {
color:#2860a0;
    }
.cta-btn-box:before {
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-1px, -6px) rotate(45deg);
    transform: translate(-1px, -6px) rotate(45deg);
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-1px, -6px) rotate(45deg);
    transform: translate(-1px, -6px) rotate(45deg);
    opacity: .5;
    content: '';
    display: block;
    right: -15px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-right: 2px solid #2860a0;
    border-top: 2px solid #2860a0;
    }
.cta-btn-box:hover:before {
    border-right: 2px solid #2860a0;
    border-top: 2px solid #2860a0;
    right: -20px;
        opacity: 1;
    }
.cta-btn {
font-size: 16px;
background: #197dde;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    line-height: 18px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    width: fit-content;
   margin-left: 11px;
    font-weight: 600;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
    padding: 16px 15px;
}
.cta-btn:hover {
cursor: pointer;
background-color: #005ab1;
color: #ffff;
text-decoration: none;
}

.cta-btn-lt {
background-color:#f1f7fb!important;
color: #801d31!important;
    }
.cta-btn-lt:hover {
background-color:#004c74!important;
color: #fff!important;
    }
.cta-btn-square-box-home {
    max-width:214px; margin-top: 21px!important;margin: auto;
    }
.cta-btn-2-box {
width: 100%;
    position: absolute;
    bottom: 33px;
    /* left: 0px; */
    text-align: right;
    }
.cta-btn-2-box a{
    font-size: 14px;
    background: #da500c;
    color: #ffffff;
    -moz-border-radius: 4px;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 24px 6px 18px;
    border-radius: 2px 0 0 2px;
    }
.cta-btn-2-box a:hover{
    cursor: pointer;
    background-color: #f05e17;
    color: #ffff;
    text-decoration: none;
    }
.cta-btn-2-box a:after{
    content: '';
    position: absolute;
    top: 7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid transparent;
    border-left: 9px solid white;
    margin-right: 60px;
    right: -62px;
    }
.cta-btn-2 {
    font-size: 14px;
    background: #6dbf22;
    color: #ffffff;
    -moz-border-radius: 4px;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 12px 6px 12px;
    border-radius: 100px 0;
    }
.cta-btn-2:hover {
cursor: pointer;
background-color:#427b0e;
color: #ffff;
text-decoration: none;
}

.cta-btn-scrollto:after {
    content: '';
    position: absolute;
    top: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
    right: 18px;
}

.max-width-300 {max-width:300px;}

.no-bkgd {background: none;}
.no-bkgd:hover {background: none;}


/* Social shares */

.social-shares-box {
    position: fixed;
    width: 50px;
    top: 20%;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
    padding: 15px 0;
    text-align: center;
    z-index: 21;
        right: 20px;
    margin-right: 0px;
    }
.social-shares-box-menu {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
    margin: 3px 5px;
    text-align: center;
    z-index: 21;
    margin-right: 0px;
    width: auto;
        display: inline-block;
    }
.submenu {
    padding: 0px;
  /*   -webkit-mask: -webkit-linear-gradient( right,  rgba(255,255,255,0) 5%, rgba(255,255,255,1) 15%);*/
}
.submenu a {
    font-size: 16px;
    font-weight: 700;
    color: #9aa0a3;
    line-height: 1;
    display: block;
    position: relative;
    text-decoration: none;
 /*   text-transform: uppercase;*/
/*    padding: 10px 16px 10px 16px;*/
padding: 10px 11px 10px 11px;
    float: left;
    line-height: 18px;
}
.submenu a:hover {
    color: #000000;
}
.submenu-active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.sidebar-bottom {    position: fixed;
    bottom: 21px;
    width: 50px;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
    padding: 15px 7px;
    text-align: center;
    z-index: 21;
    margin-right: 0;
    right: 20px;

}
    


 
.submenu {
   
}
    
#share_container .share_menu li {
    font-family: Roboto, Arial, sans-serif;
    list-style: none;
    position: relative;
    text-align: center;
    margin: 5px 2px 0px;
    padding: 0px;
    font-size: 0px;
    width: 30px;
    height: 30px;
}

.article-share ul li, .reviews-share ul li {
    margin: 0 5px 0 0;
    float: left;
}
.article-share ul, .reviews-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
.share_btn {
    float: left;
}
.share_menu {
    padding-left:0px
    }
}
.share_menu li:before {
    content:none;
    }

.left.share li {
    position: relative;
    height: 32px;
    width: 32px;
      list-style: none;
      margin: 1px;
left: 7px;
 
}

.share-link{
     background-image: url("/wp-content/themes/hedgehog/img/sprite-td.svg#svgView(viewBox(0,0,352,64))");
    width: 32px;
        height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
background-size: 352px 64px;
    }
.share-link.f {background-size: auto 64px;}
.share-link.f:hover {background-position: 0px -32px;}
.share-link.t {background-position: -32px -0px;}
.share-link.t:hover {background-position: -32px -32px;}
.share-link.w {background-position: -64px -0px;}
.share-link.w:hover {background-position: -64px -32px;}
.share-link.g {background-position: -96px -0px;}
.share-link.g:hover {background-position: -96px -32px;}
.share-link.p {background-position: -128px -0px;}
.share-link.p:hover {background-position: -128px -32px;}
.share-link.flip {   background-position: -160px -0px;}
.share-link.flip:hover {background-position: -160px -32px;}
.share-link.l {background-position: -192px -0px;}
.share-link.l:hover {background-position: -192px -32px;}
.share-link.x {background-position: -224px -0px;}
.share-link.x:hover {background-position: -224px -32px;}
.share-link.r {background-position: -256px -0px;}
.share-link.r:hover {background-position: -256px -32px;}
.share-link.s {background-position: -288px -0px;}
.share-link.s:hover {background-position: -288px -32px;}
.share-link.up {background-position: -320px -0px;}
.share-link.up:hover {background-position: -320px -32px;}
.share {    font-size: 11px;color: #9aa0a3;top: 9px;right: 7px;}

.share-link_big{
     background-image: url("/wp-content/themes/hedgehog/img/sprite-td.svg");
    width: 64px;
    height: 64px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 128px;
    }
.share-link_big.f {background-size: auto 128px;}
.share-link_big.f:hover {background-position: 0px -64px;}
.share-link_big.t {    background-position: -64px -0px;}
.share-link_big.t:hover {background-position: -64px -64px;}
.share-link_big.w {background-position: -128px -0px;}
.share-link_big.w:hover {background-position: -128px -64px;}
.share-link_big.p {background-position: -256px -0px;}
.share-link_big.p:hover {background-position: -256px -64px;}
.share-link_big.flip {   background-position: -320px -0px;}
.share-link_big.flip:hover {background-position: -320px -64px;}
.share-link_big.l {background-position: -384px -0px;}
.share-link_big.l:hover {background-position: -384px -64px;}
.share-link_big.x {background-position: -448px -0px;}
.share-link_big.x:hover {background-position: -448px -64px;}
.share-link_big.r {background-position: -512px -0px;}
.share-link_big.r:hover {background-position: -512px -64px;}
.share-link_big.s {background-position: -576px -0px;}
.share-link_big.s:hover {background-position: -576px -64px;}
.share-link_big.up {background-position: -640px -0px;}
.share-link_big.up:hover {background-position: -640px -64px;}

.list-no-style li:before {visibility: none!important;}


[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
    -webkit-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 32%;
      border-left-color: #22afd2;
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    background-color: #22afd2;
    content: attr(data-tooltip);
    pointer-events: none;
    font-size: 13px;
    letter-spacing: -.24px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 22%);
    color: #fff;
    line-height: 1.3;
    padding: 7px 15px;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    opacity:0;
}

/* Timeline */

.timeline {
font-size: 20px;
    text-align: left;
}
.timeline-date {
    font-size: 20px;
}
.timeline-title {
      font-size: 20px;
          font-weight: 600;
    }
.timeline dl {
    padding: 0 0 30px;
    position: relative;
}

.timeline dl:before {
    bottom: 0;
    top: 0;
}
.timeline dl:after, .timeline dl:before {
    border-left: 2px solid #e9ecef;
    content: "";
    left: 100px;
    margin-left: -1px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.timeline dl:after, .timeline dl:before {
    border-left: 2px solid #e9ecef;
    content: "";
    left: 100px;
    margin-left: -1px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.timeline dl dd .timeline-event {
    background: #e9ecef;
    border-radius: 5px;
    margin: 0 0 0 20px;
    padding: 20px;
    position: relative;
}
.timeline dl dd .timeline-event:before {
    border: 6px solid transparent;
    border-right-color: #e9ecef;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.timeline dl dt {
    background: #dee2e6;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    margin: 0 60px 30px;
    padding: 3px 0 1px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 2;
        font-size: 20px;
}
.timeline dl dd {
    margin: 0 0 30px 100px;
    position: relative;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
.timeline dl dd .timeline-date {
    color: #009ee2;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    right: 100%;
    text-align: right;
    top: 0;
    width: 120px;
}
.timeline dl dd .timeline-dot {
    background-color: #009ee2;
    border: 4px solid #e9ecef;
    border-radius: 50%;
    height: 20px;
    margin-left: -10px;
    position: absolute;
    top: 10px;
    width: 20px;
    z-index: 3;
}
@media (min-width: 768px){
.timeline dl dd:nth-of-type(odd) .timeline-event:before {
    border-color: transparent transparent transparent #e9ecef;
    left: 100%;
    right: 0;
}}
@media (min-width: 768px){
.timeline dl dd:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 50%;
}}
@media (min-width: 768px){
.timeline dl dd {
    margin-left: 50%;
}}
@media (min-width: 768px) {
.timeline dl:after, .timeline dl:before {
    left: 50%;
}}
@media (min-width: 768px){
.timeline dl dt {
    margin-left: auto;
    margin-right: auto;
}}
@media (min-width: 768px){
.timeline dl dd:nth-of-type(odd) .timeline-date {
    left: 100%;
    right: auto;
    text-align: left;
    font-size: 18px;
}}
@media (min-width: 768px){
.timeline dl dd .timeline-event {
    margin-left: 30px;
    margin-right: 30px;
}}
@media (min-width: 768px){
.timeline dl dd:nth-of-type(odd) .timeline-dot {
    left: 100%;
}}





/* Directions */

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 120%;
  left: auto;
}
.pb-40 {
    padding-bottom:40px;
    }
.pb-80 {
    padding-bottom:80px;
    }
.pb-120 {
    padding-bottom:120px;
    }
.pt-30 {
    padding-top:30px;
    }
.pt-40 {
    padding-top:40px;
    }
.tooltip-left-down:before,
.tooltip-left-down:after {
    right: -30%!important;
    bottom: 30%!important;
    left: auto;
}

.tooltip-left:before {
    border-top-color: transparent;
    right: 27px;
    /*
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0px;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);*/
}
.tooltip-left-down:before {
       visibility: hidden!important; 
    }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
/*  -webkit-transform: translateY(-32px);
  -moz-transform:    translateY(-32px);
  transform:         translateY(-32px); */
}

.tooltip-left-down:hover:before,
.tooltip-left-down:hover:after,
.tooltip-left-down:focus:before,
.tooltip-left-down:focus:after {
  -webkit-transform: translateX(18px);
  -moz-transform:    translateX(18px);
  transform:         translateX(18px); 
}

/* Right */

.tooltip-right:before,
.tooltip-right:after {
    right: auto;
    left: 120%;
}


.tooltip-right-down:before,
.tooltip-right-down:after {
    right: -30%!important;
    bottom: 30%!important;
    left: auto;
}

.tooltip-right:before {
    border-top-color: transparent;
    left: 27px;
    transform: rotateZ(180deg);
}
.tooltip-right-down:before {
       visibility: hidden!important; 
    }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {

}

.tooltip-right-down:hover:before,
.tooltip-right-down:hover:after,
.tooltip-right-down:focus:before,
.tooltip-right-down:focus:after {
  -webkit-transform: translateX(18px);
  -moz-transform:    translateX(18px);
  transform:         translateX(18px); 
}
 
 /* Menu */

.navbar {
 /*   background-color: white; */

    padding: 6px 0;
    height: 79px;
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: flex;
	overflow: visible;
	padding: 0 2rem;
    height: 50px;	
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
    height: 35px;
    width: 35px;	
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 35px;
	width: 35px;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 0.8rem;
	width: 2.6rem;
}

/* Primary Menu ---------------------------- */


.primary-menu-wrapper {
	display: none;
}
.primary-menu a {
    color: #939597;
}
.primary-menu .sub-menu a:hover {
    background: #F5F5F5;
}
.primary-menu .sub-menu .cta-btn-language a:hover {
    background: none;
}
.primary-menu .sub-menu .cta-btn-language a {
    background: none;
}
ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	justify-content: flex-end;
/*	margin: -0.8rem 0 0 -1.6rem;*/
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
/*	font-size: 17px;*/
	line-height: 1.25;
	position: relative;
}
.primary-menu li:hover {
    color: #25476d;
}

.primary-menu > li {
    align-self: center;
}

.primary-menu > li.menu-item-has-children > a {

}
.primary-menu .cta-btn > li.menu-item-has-children > a {
color: #fff!important;
}
.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

.primary-menu a {
 color: inherit; 
	/* display: block; */
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
	    padding: 0px 6px 0px 6px;
}
/*
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
    color: #25476d;
}*/
.primary-menu .cta-btn .current_page_ancestor {
    /* text-decoration: underline; */
    color: #fff;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {

    background: #F5F5F5;	
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
    background: #fff;
    color: #939597;
    font-size: 14px;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 12px);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 32rem;
    z-index: 10;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before {
content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 28px;
    border: 7px solid #000;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
    z-index: 1002;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
    bottom: 0;
    height: 18px;
    right: -14px;
    top: 7px;
    width: 2rem;
    transform: rotate(45deg);
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	#site-header {
		z-index: 2;
	}

	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0rem 0 0 2.6rem;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem;
	}

	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}



	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}

	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}
/*
	.mobile-menu {
		display: none;
	}
*/
	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}	}
 
 /*	5. Menu Modal
/* -------------------------------------------------------------------------- */

.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
}

.admin-bar .menu-modal {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .menu-modal {
        top: 46px;
    }
}

.menu-modal.show-modal {
    display: flex;
}

.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
    background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
}

button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
}

.menu-modal .menu-top {
    flex-shrink: 0;
}



/* Cover Modals ------------------------------ */

.cover-modal {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
    display: none !important;
}

.cover-modal.show-modal {
    display: block;
    cursor: pointer;
}

.cover-modal.show-modal>* {
    cursor: default;
        display: content;
}

.header-titles-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    /* padding: 0 4rem; */
    /* text-align: center;*/
    
}
@media (max-width: 1000px) {
    .header-titles-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .header-titles{
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */

@media (min-width: 700px) {
    .search-modal .section-inner {
        width: calc(100% - 8rem);
    }
    .search-modal form {
        position: relative;
        width: 100%;
    }
}

.search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 -0.8rem -0.8rem;
}

.search-form label {
    align-items: stretch;
    display: flex;
    font-size: inherit;
    margin: 0;
    width: 100%;
}

.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-form .search-field, .search-form .search-submit {
    margin: 0 0 0.8rem 0.8rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

@media (min-width: 700px) {
    .search-untoggle svg {
        height: 2.5rem;
        width: 2.5rem;
    }
}

.search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
}

.search-modal {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 1039;
}

.admin-bar .search-modal.active {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .search-modal.active {
        top: 46px;
    }
}

.search-modal-inner {
    background: #fff;
        opacity: 100%;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
    display: flex;
    justify-content: space-between;
    max-width: 168rem;
    margin: 0 auto;
}

.search-modal.active {
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 18px 0 rgb(65 71 108 / 22%);
    transform: translateY(0);
    transition: none;
/*    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;*/
    height: 70px;
}

button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
    color: inherit;
}

.search-modal.active .search-untoggle {
    animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
}

.search-untoggle:focus svg, .search-untoggle:hover svg {
    transform: scale(1.15);
}

/* Modal Search Form ------------------------- */

.search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
}

.search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    letter-spacing: -0.0277em;
    height: 76px;
    margin: 0 0 0 -2rem;
    max-width: calc(100% + 2rem);
    padding: 0 0 0 3rem;
    width: calc(100% + 2rem);
        outline-width: 0;
}

.search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
    color: inherit;
}

.search-modal .search-field::-moz-placeholder {
    color: inherit;
    line-height: 4;
}

.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-modal .search-submit:focus {
    right: 0;
}

.desktop-nav-toggle {
    display: none!important;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}
.sub-menu{
background: #fff;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 5%), 0 6px 32px 0 rgb(18 43 70 / 10%);
    list-style: none;
    padding: 10px 0;
    position: absolute;
/*    right: -20px;*/
    top: -webkit-calc(100% - 15px);
    top: calc(100% - 15px);
    margin: 0;
    min-width: 168px;
    opacity: 0;
    /* visibility: hidden; */
    z-index: 100;
}
.sub-menu:before, .user-wrap-container>.sub-menu:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 28px;
    border: 7px solid #000;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
    z-index: 1002;
}
    .sub-menu {
    color: #939597;
    opacity:100;
        position: relative;
    }
.wpcf7-form-control {
    width: 100%;
    min-height: 34px;
    /* padding: 7px 0 7px 0; */
    margin: 8px 0 3px 0;
    border-color: #eaeaea;
    /* color: aquamarine; */
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    /* box-shadow: 0px 5px 10px rgb(0 0 0 / 10%); */
    border-radius: 5px;
    caret-color: rgb(233 249 248 / 85%);

}
input.wpcf7-form-control {
    border: 2px solid #ddd;
}
textarea.wpcf7-form-control {
    border: 2px solid #ddd;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}
.wpcf7-list-item {
    margin: 0!important;
    width: 100%;
        display: inline-block;

    width: -webkit-fill-available;
}

span.wpcf7-list-item-label {
    word-break: normal;
    word-wrap: normal;
        white-space: nowrap;
}
.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    font-weight: 600;
    background: #2860a0;
    color: #ffff;
    min-height: 45px;
    /* max-width: 380px; */
    border: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #25476d;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #e0e0e0;
}

.wpcf7-form-control::selection{
  color: #fff;
  background: #58cff1;  
}
.wpcf7-form-control:focus{
    border-color: #0073aa;
}
.wpcf7-form-control::placeholder{
  color: #c4c4c4;
}
#desktop-nav .primary-nav-tab-column-title-small .color-box {
    background-color: white!important;
}
.bg-grey-lt {
    background-color: #ecf4f6;
}
.header-inner {
    padding: 6px 0 6px 0;
}
.cta-btn-menu {
    color: #0055cc!important;
    border: solid 2px #0055cc!important;
    padding: 0px 15px 0px 15px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translateY(-50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
    font-size: 19px;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    display: block;
    font-weight: normal;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border: none;
    border-radius: 100px;
    width: max-content;
    transition: all 0.3s linear;
    height: fit-content;
    align-self: center;
}



.box-des-1-container {
    border-radius: 0.75rem;
    border: solid 2px #f9f9f9;
        background-color: #f9f9f9;
    overflow: hidden;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
}
.box-des-1 {
    background-color: #fff;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-shadow: none;
    border: none;
    overflow: auto;
    margin: 40px 0 40px 0;
    padding: 27px;
    margin: 5px;
}
.box-des-1-container:hover {
    background-color: #f9f7f3!important;
    border: solid 2px #ffffff;
    background-color: #fef7ea!important;
    border: solid 2px #ffffff;
}
.box-des-1-img-container {
    overflow:hidden;
    }
.box-des-1-img {
    width: -webkit-fill-available;
    height: auto;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
        display: block;
}
.box-des-1-container:hover .box-des-1-img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.entry-title a{
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
}

.my-child-box {

    display: block;
}


.sidebar {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -350px;
    background-color: #f9f9f9;
    overflow-x: unset;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 12px 8px rgb(181 181 181);
    padding-top: 80px;
    overflow-y: auto;
    border-left: solid 9px #0055cc1c;
    border-right: solid 9px #0055cc1c;
}
.footer-menu-button {
    position: fixed;
    right: 19px;
    width: 20px;
    height: 20px;
    background-color: #17a0ac;
    border-radius: 100px;
    bottom: 30px;
    z-index: 1000;
    color: white;
    padding: 15px;
    font-weight: 700;
    text-align: -webkit-center;
    transition: .2s ease-in-out;

}
.footer-menu-button svg {
    color: white;
    width: 26px;
    height: 26px;
    margin-left: -5px;
    margin-top: -2px;
}
.footer-menu-button-back-to-top {
    position: fixed;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #17a0ac;
    border-radius: 100px;
    bottom: 25px;
    z-index: 1000;
    color: white;
    padding: 15px;
    font-weight: 700;
    text-align: -webkit-center;
    display: none;
}
.footer-menu-button-back-to-top svg{
    color: white;
    width: 26px;
    height: 26px;
    margin-left: -5px;
    margin-top: -2px;
}

.sidebar .closebtn {
    position: absolute;
    top: 57px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.btn-align-center {
    display: table;
    margin-left: auto!important;
    margin-right: auto;
}
 /* Media queries */
@media (max-width: 992px) {
.cl-1-3 {width: calc(33% - 22px);}
.cl-sm-2-3 {width: calc(66% - 10px);}
.cl-sm-3-4 {width: calc(75% - 22px);}
.cl-1-3-sm-1 {width: calc(100% - 22px);}
.cl-1-3-sm-2 {width: calc(50% - 22px);}
.cl-1-2-xs-1 {width: calc(100% - 22px);}
.cl-1-4 {width: calc(33% - 22px);}
.cl-1-4-sm-1 {width: calc(100% - 22px);}
.cl-sm-1-2 {width: calc(50% - 22px)!important;}
.cl-sm-1-3 {width: calc(33% - 12px);}
.cl-sm-1-4 {width: calc(25% - 12px);}
.cl-sm-1-2-nomargin {width: 50%;}
.cl-3-4-sm-1 {width:100%;    max-width: -webkit-fill-available;}
.cl-sm-1  {width:100%;    max-width: -webkit-fill-available;}
.cl-sm-1-nomargin  {width:100%;    margin: 0;  max-width: -webkit-fill-available;}
.cl-sm-1-4 {width: calc(33% - 22px);}
.flex-xs{display: flex;flex-direction: column;}

.share_btn {
    float: left;
}
.social-shares-box {
    position: relative;
width: max-content;
    float: left;
    margin: 3px 5px;
    right: 0px;
    padding: 0px 10px 0px 0px;
     }
.sidebar-add {
    margin-top: 4px;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    visibility: hidden;
}
.welcome-close  {
    display: block!important;
}
}
.img-sm-70 {width:100%;     object-fit: scale-down;}    
@media (min-width: 992px) {
.menu-modal {
text-align: -webkit-left;
}}
@media (max-width: 767px){
    .cl-pos-invert {order: 1;}
    .xs-text-center {text-align: center!important;}
.cl-1-3 {width: calc(50% - 22px);}
.cl-1-3-xs-1 {width:100%;    max-width: -webkit-fill-available;}

.cl-2-3 {width: 100%;     max-width: -webkit-fill-available;}
.cl-xs-1-1 {width:100%!important;    max-width: -webkit-fill-available!important;}
.cl-xs-2-3 {width: calc(66% - 37px);}
.cl-xs-1-2 {width: calc(50% - 12px)!important;}

.cl-1-2 {width: calc(100% - 22px);}
.cl-xs-1-2-nomargin {    width: 50% !important;}
.cl-1-4 {width: calc(50% - 12px);}
.cl-xs-1-3 {width: calc(33% - 12px);}
.cl-3-4 {width: calc(75% - 20px);}
.cl-3-4-xs-1 {width:100%;    max-width: -webkit-fill-available;}
.cl-1-4-xs-1 {width:100%;    max-width: -webkit-fill-available;}
    .cl-sm-1 {width:100%;    max-width: -webkit-fill-available;}

.logo-img{    max-width: calc(100% - 58px);
    margin-top: 15px;}
    .sub-menu a:hover { 
    color: #25476d;
        }
  .sub-menu a:hover {
    background: #F5F5F5;
}
.img-sm-70 {width:70%; height:auto;}
.pt-120-sm-60 {padding-top:60px;}
.img-cropped {
object-fit: contain; 
    height: auto;
max-height:none;
    }
.navbar {
    background-color: white;
}
.my-child-box {
    padding: 0;
}
}

@media (min-width: 992px) {
.cta-btn-header a{
color:#fff;
word-break: normal;
font-size: 16px;
background: #2860a0;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-weight: normal;
line-height: 18px;
margin: 7px;
padding: 10px 16px 10px 16px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 100px;
}
.cta-btn-header a:hover {
cursor: pointer;
background-color:#25476d;
color: #ffff;
text-decoration: none;
}
.cta-btn-header a:active {
background-color:#555;
}
.cta-btn-header a:hover {
    color: #fff!important;
}
.cta-btn-grey a:hover {
background-color: #25476d;
color: #fff!important;
}
.cta-btn-grey a {
color: #fff;
background-color: #bdbdbd;
}
}




/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
.border-right {
    border-right: none;
}
.primary-nav-tab-column-main {
    padding-top: 20px;

}
.services-pre-price {
    font-size: 14px;
    margin-bottom: 4px;
    font-style: italic;
}
.inline-flex {
        display: inline-flex;
    }
.ar-box::after {
    content: "";
    background: linear-gradient(90deg, #ffffff 2px, transparent 15px), linear-gradient(270deg, #ffffff 2px, transparent 15px);
    z-index: 120;
    position: absolute;
    display: revert;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    max-height: 50px;
    left: 0;
    pointer-events: none;
}

.ar-box-single-no-hover {
background-color: #f9f9f9!important;
}
.ar-box-price {
    margin-bottom: 0;
}

.ar-box-single:hover {
    color: #000;
        background-color: #f9f9f9;
}
.ar-box-single-no-hover {
       color: black; 
    }


.sticky {
    position: sticky;
top: 56px;
    width: 100%;
}

.div-center {
 display: flex; 
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* margin: 0; */
    /* bottom: 40px; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    }
.title-archive {
position: absolute;
    margin: 20px;
    color: white;
    }
.title-archive {
    color: white;
}
.logo-img {
    max-height: 48px;
    padding-top: 13px;
    height: auto;
    width: auto;
}
#mobile-nav-icon-top, #mobile-nav-icon-middle, #mobile-nav-icon-bottom {
    fill: #004c74;
}
.sidebar-toggled {
    right: 0;}
.footer-menu {
transition: .2s ease-in-out;
    }   
.footer-menu-toggled {
background-color:#25476d;
transform: rotate(180deg);
transition: .2s ease-in-out;
    }
 .closebtn-toggled{   

}

.footer-menu-button:before  {
transition: .2s ease-in-out;
/*transition-delay: 250ms;*/
}
.cta-btn-quick-request{
transition: .2s ease-in-out;
/*transition-delay: 250ms;*/
}
.footer-menu-button:hover, .footer-menu-button-back-to-top:hover, .cta-btn-quick-request:hover {
    background-color: #116c74;
    text-decoration: none;
    color: white;
}
    
#form_currency {
    margin-left: 20px;
padding-top: 6px;
}
#form_currency #currency_dd {
    font-size: 15px;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
    padding: 0 6px 0 6px;
    border: 2px solid #939393;
    background: #ffffff;
    color: #939393;
    margin: 0 10px 0 10px;
    border-radius: 100px;
    white-space: nowrap;
    line-height: 29px;
    cursor: pointer;
}
#form_currency #currency_dd:hover {
    color: #666666;
    border: 2px solid #666666;
}
select {
    outline-style: none;
}


.header-currency {
    display: inline-block;
}
.img-icon-watermark {
    border-radius: 4px;
}
.img-icon-watermark:after {
  content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.68 76.03'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='10.24' cy='10.24' r='10.24'/%3E%3Cpath class='cls-1' d='M4255.17,1808.32a35.66,35.66,0,0,0-13.37,2.61,15.23,15.23,0,0,1,.4,3.46,15.51,15.51,0,0,1-19.68,15,35.63,35.63,0,0,0-3.28,14.88,35.93,35.93,0,1,0,35.93-35.93Zm0,56.16a20.23,20.23,0,1,1,20.23-20.23A20.22,20.22,0,0,1,4255.17,1864.48Z' transform='translate(-4216.41 -1804.15)'/%3E%3C/svg%3E");    
  content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.68 76.03'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='10.24' cy='10.24' r='10.24'/%3E%3Cpath class='cls-1' d='M4255.17,1808.32a35.66,35.66,0,0,0-13.37,2.61,15.23,15.23,0,0,1,.4,3.46,15.51,15.51,0,0,1-19.68,15,35.63,35.63,0,0,0-3.28,14.88,35.93,35.93,0,1,0,35.93-35.93Zm0,56.16a20.23,20.23,0,1,1,20.23-20.23A20.22,20.22,0,0,1,4255.17,1864.48Z' transform='translate(-4216.41 -1804.15)'/%3E%3C/svg%3E");    position: absolute;
    position: absolute;
    bottom: 32px;
    right: 11px;
    width: 46px;
}
.cta-btn-quick-request {
    padding-left: 47px;

}
.cta-btn-quick-request:before {
content: url("data:image/svg+xml,%3Csvg style='color: white' xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-send' viewBox='0 0 16 16'%3E%3Cpath d='M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576 6.636 10.07Zm6.787-8.201L1.591 6.602l4.339 2.76 7.494-7.493Z' fill='white'%3E%3C/path%3E%3C/svg%3E%0A");
    height: 20px;
    position: absolute;
    margin-left: -37px;
transition: .2s ease-in-out;
    margin-top: -2px;
}
.cta-btn-quick-request-toggled {
    background-color: #25476d;
}
.cta-btn-quick-request-toggled:before {
transform: rotate(180deg);
transition: .2s ease-in-out;
    margin-top: 1px;
    }
.navbar-inner {
    padding: 0;
    background-color: white;
    background-color: #ffF;

    }
    /*
.navbar-inner.on-scroll, .navbar-inner.primary-nav-tab-active {

    box-shadow: 0px 2px 3px #0000002e;
  transition: 0.3s ease-in-out;
    background-color: #ffF;
    }
*/
/*Show more function*/ 

.show-more {
  position: relative;
    padding: 10px 0px 10px 0px;
}
.show-more-button {
    display: block;
    width: 100%;

    font-size: 16px;
    /* font-weight: bold; */
    color: #a7a7a7;
    /* background-color: #f5f5f5; */
    padding: 10px;
    cursor: pointer;
    border-top: 1px solid #ccc;
}
.show-more-button:hover {
color:#000;
}
.services-container-main {
    background-color: #fff;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-shadow: none;
    border: none;
    overflow: auto;
    margin: 40px 0 40px 0;
    border-radius: 0.75rem;
    border: solid 2px #f9f9f9;
    margin: 5px;
}
.services-container-2-inner .show-more-button {
    text-align: center;
}
.show-more-button:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.show-more-button.show-more-active:before {
  content: "-";
}
.show-more-content {
  margin-top: 10px;
  display: none;
}
.show-more-active ~ .show-more-content {
  display: block;
}

/*Footer button tooltip*/
.welcome-container-wrapper  {

    overflow: hidden;
}
.welcome-box {
  position: fixed;
  right: 19px;
    bottom: 104px;
    z-index:999;
  max-width: 100%;
bottom:-500px;
transition:all 1s linear;
}

.welcome {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  word-wrap: break-word;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
  transition: opacity .3s,-webkit-box-shadow .3s;
  transition: box-shadow .3s,opacity .3s;
  transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
  text-align: left;
    cursor: pointer;
  line-height: 22px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding: 15px 20px;


}
.welcome-chatbox {
position: fixed; 
    border: 0px;
    z-index: 998;
background-color: white;
    position: fixed;
    bottom: 76px;
    opacity: 1;
    right: 0px;
    margin: 20px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    width: 370px;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 4px 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
bottom: -600px;
    transition: all 0.5s ease-in-out;
}

.welcome-chatbox p {
  margin: 0;
}

.welcome-close {
    position: absolute;
    top: -1px;
    right: 11px;
    cursor: pointer;
    z-index: 1021;
    background-color: #a3a3a3;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    display: none;
}
.welcome-close:hover {
    opacity: .8!important;
}


.welcome-close-chatbox{
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    z-index: 1021;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    }
.welcome-close-chatbox:hover {
    opacity: .8!important;
}
.welcome-chatbox .welcome-close svg,
.welcome-container .welcome-close svg {
  width: 24px;
  height: 24px;
}
.welcome-background-wrapper {
    margin-bottom: 16px;
}
.welcome-background{
    width: 100%;
}
.welcome-background img {
    width: -webkit-fill-available;
}
.welcome-body {
    margin: 0 42px;
}
.welcome-body p{
    line-height: 25px;
}
.wpcf7-field-group {
 flex-grow: 1; 
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
    padding: 7px;
    border: solid 4px #ebebeb;
    border-radius: 4px;
    margin: 5px;
    background-color: #fbfbfb;
}
div#psc {
    display: flex;
    /* flex: 1 1 0px; */
    flex-direction: row;
    flex-wrap: wrap;
}
.wpcf7-field-group-add, .wpcf7-field-group-remove {
padding: 0 13px 0 13px;
    border-radius: 3px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #f0f0f0;
margin-top:10px;
}
.wpcf7-field-group-add:hover, .wpcf7-field-group-remove {
    background-color: #e6e6e6;
}
.wpcf7-field-group-remove {
background-color: #ffcccc;
}
.wpcf7-field-group-remove:hover {
    background-color: #eeb2b2;
}
.acf-percentage:before {
      content: "%";  
}

element.style {
}
input.wpcf7-form-control, input[type="text"], textarea.wpcf7-form-control {
    font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    line-height: 18px;
    text-align: center;
    border: none;
    border-radius: 3px;
    width: -webkit-fill-available;
    border: solid 1px #d9d9d9;
    background: #fbfbfb;
}
.lead-input {
        font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    line-height: 18px;
    text-align: center;
    border: none;
    border-radius: 3px;
    margin-top: 10px;
    width: fit-content!important;
    padding: 16px 15px;
    border: solid 1px #bdbdbd;
}
.wpcf7-form-control::placeholder {
  color: #919191;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #919191;
}

.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #919191;
}
input.wpcf7-form-control, textarea.wpcf7-form-control{
    width: -webkit-fill-available;
}
textarea:focus, input:focus{
    outline: none;
}
span.wpcf7-not-valid-tip {
    font-weight: 600;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-weight: 600;
    color: #dc3232;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    fill: #dc3232!important;
}

table {
    width: 100%;
    text-align: left;
    /* margin: 24px 0 24px 0; */
    border-spacing: 6px;
    border-collapse: separate!important;
}
table tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}
table tbody td, .entry table tbody th {
    border: 0;
    border-radius: 3px;
}
td, th {
    padding: 0.5em;

    word-break: normal;
}
td {
    line-height: 25px;
padding: 5px;
    font-size: 17px;
}
th {
    background: rgba(0,0,0,0.03);
}

.table-container {
  width: 100%;
  overflow-x: auto; /* Allow horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}

.table-container table {
  width: 100%; /* Take up full width of its container */
  min-width: auto; /* Ensure it's never narrower than its content */
  text-align: left;
  border-spacing: 6px;
  border-collapse: separate!important;
}

/* Optional: Add some padding to the container to ensure scrollbars don't overlap table content */
.table-container::-webkit-scrollbar {
  height: 8px;
}

.table-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}




h4.show-more-toggle:hover {
    color: #ed6c24;
}

h4.show-more-toggle-active {
    color: #ed6c24;
}
.show-more-content {
    line-height: 29px;
}
.show-more-content-disabled {
    display: none;
}

.show-more-content-active {
    display: block!important;
}




.show-more-toggle {
    cursor: pointer;
    position: relative;
    color: #4d4a46;
    font-size: 18px;
    left: 34px;
    width: fit-content;
    font-weight: 300;
}

.show-more-toggle::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: -29px;
    top: 7px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-labelledby='icon-xi2BY7-0Y6weBv2nsg-nD' class='ml-1 flex-none fill-current stroke-current stroke-0 duration-150 ease-in-out'%3E%3Cpath d='M7.384 21.629a1.226 1.226 0 0 0 .871.371 1.203 1.203 0 0 0 .871-.371l8.517-8.746c.229-.235.357-.553.357-.885s-.128-.65-.357-.885L9.056 2.33A1.212 1.212 0 0 0 8.218 2c-.31.002-.608.125-.834.343s-.362.515-.381.831c-.02.317.078.63.274.875l7.766 7.968-7.659 7.842c-.228.236-.356.554-.356.885s.128.65.356.885z' fill='%23999999'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    transform: rotate(90deg);
}

.show-more-toggle.show-more-toggle-active::before {
    transform: rotate(270deg);
}

.rotate180 {
    transform: rotate(180deg);
}
.expired-date p,td.expired-date {
    color: #db5769;
}

.table-of-contents ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.table-of-contents li {
    padding-bottom:15px;
}
.table-of-contents a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-left: 19px;
}
.toc-numbers {
    font-size:20px;
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 16px;
    color: #000000;
}

.round-box {
    box-shadow: 0px 3px 8px #0000002e;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
}
.cta-box-title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 7px;
    color: #172c41;
    padding: 13px 40px 0px 13px;
}
.cta-box-title-white {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 7px;
    color: #fff;
    padding: 13px 40px 0px 13px;
}
.cta-box-starting {
    text-align: center;
}
.cta-box-price {
    font-size: 29px;
    text-align: center;
    font-weight: 600;
    color: #ed6c24;
}
.cta-box-price span {
    font-size: 14px;
font-weight: 300;
color:#000;
}
.cta-box-text {
    text-align: center;
    padding: 20px;
}

.box-related-pages-container {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

.box-related-pages-card {
    box-sizing: border-box;
    /* background: linear-gradient(62.55deg, hsla(0, 0%, 100%, .12) .79%, hsla(0, 0%, 100%, 0)); */
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    max-height: 460px;
    border-radius: 3px;
    transition: all .55s cubic-bezier(0.19,1,0.22,1);
    overflow: hidden;
}

.box-related-pages-card:hover .btn {
    color: #801d31;
}
.box-related-pages-subtitle {
    font-size: 15px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    color: #000;
    line-height: 17px;
    margin-bottom: 8px;
}
.box-related-pages-card:hover .box-related-pages-subtitle {
    color: #4d4a46;
}
.box-related-pages-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: initial;
    position: relative;
    padding: 0 6px 0 7px;
}
.box-related-page-date {
    position: absolute;
    top: 12px;
    left: 11px;
    padding: 0 7px 0 7px;
    border-radius: 2px;
    background-color: #fff;
}
.box-related-page-date p:hover {
    position: absolute;
    top: 12px;
    left: 11px;
    padding: 0 7px 0 7px;
    border-radius: 2px;
    background-color: #fff;
}

.related-pages-btn {
 color:   #004c74;
} 
.cl-highlight {
    background-color: #fff1e9;
    border-radius: 5px;
    padding: 40px;
}
.cl-highlight h2, .cl-highlight h3, .cl-highlight h4, .cl-highlight h5 {
    color: #ef6c24;
    text-align: center;
}