:root{
    /*colors*/
    --mc:#264998;   --mc-l: #5e74c9;    --mc-d:#002269;
    --sc:#e53935;   --sc-l:#ff6f60;     --sc-d:#ab000d;
    --tc:#009688;   --tc-l:#52c7b8;     --tc-d:#00675b;

    --mcs:38,73,152;    --mcs-l:94,116,201;     --mcs-d:0,34,05;

    --bc:#fefefe;   --bc-l:#ffffff;     --bc-d:#f0f0f0;
    --fc:#333;
    --ac-1:rgba(0,0,0,0.08);--ac-2:rgba(0,0,0,0.16);--ac-3:rgba(0,0,0,0.24);
    --ac-4:rgba(0,0,0,0.32);--ac-5:rgba(0,0,0,0.40);--ac-6:rgba(0,0,0,0.54);
    --ac-7:rgba(0,0,0,0.64);--ac-8:rgba(0,0,0,0.72);--ac-9:rgba(0,0,0,0.80);

    /*spaces*/
    --sp-0:0px;
    --sp-1:4px;     --sp-2:8px;     --sp-3:12px;    --sp-4:16px;    --sp-5:20px;
    --sp-6:24px;    --sp-7:28px;    --sp-8:32px;    --sp-9:36px;    --sp-10:40px;

    /*Transitions*/
    --tr-1:ease 0.1s;--tr-2:ease 0.2s;--tr-3:ease 0.4s;--tr-4:ease 0.8s; --tr-5: ease: 1.5s;
}

/*----------------------------------------------------
General styles
----------------------------------------------------*/
body{
  display: block;
}
body>header *,body>header,body>main *,body>main,body>footer *,body>footer{
    box-sizing: border-box;
	-webkit-tap-highlight-color: transparent ;
	-mox-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color:  transparent;
	-webkit-touch-callout: none;
    outline: none;
    text-decoration: none;
    transition: var(--tr-4);
}
body>header *,body>main *,body>footer *{
  max-height: 100%;
  max-width: 100%;
}

.elementor-background-video-embed{
  max-height: unset;
}
*:hover,*:focus,*:active,*link{
	-webkit-tap-highlight-color: transparent ;
	-mox-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color:  transparent;
	-webkit-touch-callout: none;
    outline: none;
    text-decoration: none;
    transition: var(--tr-);
}
html {
    scroll-behavior: smooth;
    background-color: var(--bc);
    scrollbar-width: thin;
    scrollbar-color: var(--mc) var(--bc);
}
#wpadminbar{
z-index: 999999;
}
body{
    padding: 0;
    margin: 0;
    color:var(--body);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
    background-color: var(--bc)
}
body.locked{
    overflow: hidden;
    background: #000;
}
body.locked #pagecontainer{
    opacity: 0.36;
    background: #fff;
}
div,a, section{
    box-sizing: border-box;
    grid-gap: 32px;
    scrollbar-width: thin;
    scrollbar-color: var(--fc) var(--bc);
}
div,a,button,input{
    transition: 0.2s;
}
figure,img{
    margin: 0;
    max-width: 100%;
    object-fit: cover;
}
.img-h-280{width: 100%;height: 280px;object-fit: cover;}
a,a:visited{
    color: var(--mc);
    text-decoration: none;
}
p,a,address{
    font-size: 14px;
    font-style: normal;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-track {
    background: var(--bc);
}
::-webkit-scrollbar-thumb {
    background: var(--mc);
    border:4px solid var(--bc);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--mc-l);
}
body{
    color: var(--fc);
    margin:0;
    padding: 0;
}
h6{
    font-size: 14px;
    font-weight: bold
}
h5{
    font-size:16px;
    font-weight: bold;
}
h4{
    font-size:18px;
}
h3{
    font-size: 24px;
}
h2{
    font-size: 32px;
}
h1{
    font-size: 40px;
}
ul ::marker{
    color: var(--mc-l);
}
ol ::marker{
    color: var(--mc-d);
    font-weight: 600;
    content:counter(list-item) ".   ";
}
.check ::marker{
    content: "\f00c" "  ";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.check li, li.check{
    padding-bottom: 8px;
}
.max-width-site{
    max-width:1280px;
    margin:0 auto;
}
.max-width-site.max1{max-width:960px}.max-width-site.max2{max-width: 800px;}
.col-1{display: grid; grid-template-columns: 1fr;}
.col-2{display: grid; grid-template-columns: 1fr 1fr;}
.col-3{display: grid; grid-template-columns: 1fr 1fr 1fr;}
.col-4{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;}
.col-6{display: grid; grid-template-columns: repeat(6, 1fr);}
.col-8{display: grid; grid-template-columns: repeat(8, 1fr);}
.col-12{display: grid; grid-template-columns: repeat(12, 1fr);}



.icon-circle{
    background-color: var(--mc);
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 72px;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.icon-circle.small{
    width: 32px;
    height: 32px;
}
.icon-circle i{
    font-size: 40px;
    color: white;
}
.icon-circle.small i{
    font-size: 16px;
}
.icon-circle.clear{
    background-color: transparent;
}
.icon-circle.clear:hover{
 background-color: var(--mc);
}
.icon-circle.clear:hover>i{
    color: white;
}
.icon-circle.clear>i{
    color: var(--mc);
    font: 24px;
}
.icon-circle.light{
  background-color: var(--bc-l);
  color: var(--mc);
}
.img-icon-circle{
  display: grid;
  justify-content: center;
  align-items: center;
}
.img-icon-circle>div{
  background-color: red;
  border-radius: 48px;
  background-color: var(--ac-1)
}
.img-icon-circle img{
  width: 48px;
  height: 48px;
  padding:24px;
}
.background-image{
    background-image: url('');
    background-size: cover;
    background-position: center center;
}
.background-image>div{
    background-color: rgba(0,0,0,0.72);
}
.btn,a.btn,button{
    color: white;
    background-color: var(--mc);
    padding: 12px 32px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
}
.btn.outlined{
    color: var(--mc);
    background-color: var(--bc);
    border: 1px solid var(--mc);
}
.btn.rounded{
  border-radius: 80px;
}
.btn:hover{
    background-color: var(--mc-l);
    color: white;
}
.btn.outlined.white{
  color: white;
  background-color: rgba(255,255,255,0);
  border:1px solid white;
  transition: ease 0.3s;
}
.btn.outlined.white:hover{
  transition: ease 0.3s;
  background-color: rgba(255,255,255,0.12);
}
.white-color{
    color: white;
}
.title h1:after, .title h2:after, .title h3:after, .title h4:after, .title h5:after, .title h6:after,.title:after{
    content:"¯¯¯";
    display: block;
    color: var(--mc-l);
    letter-spacing: -5px;
    font-size:64px;
    height: 18px;
    line-height: 1;
}
.title.small:after{
    font-size:40px;
    height: 12px;
}
#pagecontainer{
  min-height: 243px;
}
body.admin-bar #pagecontainer{
  min-height: 211px;
}
.text-white{
  color: #fff;
}
/*----------------------------------------------------
Inputs
----------------------------------------------------*/
input,select,textarea{
    padding:16px;
    border: 1px solid var(--ac-1);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    position: relative;
}
input:focus,select:focus,textarea:focus{
    border-color: var(--ac-3);
    box-shadow:0 8px 16px -2px rgba(var(--mcs),0.12);
}
input[type="submit"], button{
    background-color: var(--mc);
    border: 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
input[type="submit"]:hover, button:hover{
    background-color: var(--mc-l);
}
input[dark]{
    background-color: var(--bc);
    border: 1px solid #555;
    color:white;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}
li[rel="none"]{
    display: none;
}
.styledSelect{
    color:rgba(0,0,0,0.64);
    font-family: 'Poppins', sans-serif;
}
.styledSelect.selected-option{
    color: var(--bc);
}
button.icon-left>i{
    margin-right: 16px;
    font-size: 24px;
    transform: translateY(2px);
}
button.icon-right>i{
    margin-left: 32px;
    font-size: 24px;
    transform: translateY(2px);
}
.cf7-w-label{
    display: grid;
    grid-gap: 8px;
}


/*----------------------------------------------------
Header
----------------------------------------------------*/
body>header{
    background-color: var(--bc-l);
}
body>header>div{
    height: 96px;
    align-items: center;
    display: flex;
    width: 100vw;
    border-bottom: 1px solid var(--ac-2);
}
body>header>div>div{
    width: inherit;
    display: grid;
    grid-template-columns: auto auto auto  1fr auto;
    width: 100%;
    grid-gap: 48px;
}
body>header ul{
    list-style: none;
    padding:0;
    margin: 0;
    display: flex;
}
body>header ul li span{
    opacity: 0.3;
    margin: 0 8px;
}
body>header ul>li:first-of-type span{
    display: none;
}
body>header .social-media>ul{
    display: inline-flex;
    align-items: center;
    grid-gap: 24px;
    float: right;
}
.language-select{
    float: right;
    position: relative;
    cursor: pointer;
    z-index: 9999;
}
.language-select>.curent-lang{
    width: 180px;
    display: grid;
    align-items: center;
    grid-gap: 12px;
    grid-template-columns: auto 1fr 24px;
    position: relative;
    align-items: center;
    border-radius: 4px;
    padding:8px 12px;
    border: 1px solid var(--ac-2);
    cursor: pointer;
}
.language-select>.curent-lang>.lang-icon{
    display: flex;
    align-items: center;
}
.language-select>.curent-lang>.more-lang{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}
.language-select>.curent-lang>.more-lang>i{
    transition: 0.2s;
}
.language-select.active>.curent-lang>.more-lang>i{
    transform: rotate(180deg);
}
.language-select-list{
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
}
.language-select-list>div{
    background-color: var(--bc-l);
    border-radius: 4px;
    box-shadow: 0 6px 8px -2px rgba(var(--mcs),0.5);
    overflow: hidden;
    height: 0px;
    grid-gap: 8px;
    padding:0 12px
}
.language-select-list>div>div:hover{
    background-color: var(--bc-d);
    border-radius: 4px;
}
.language-select.active .language-select-list>div{
    height: auto;
    display: grid;
    padding:12px 12px;
}
.lang-list-item{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 12px;
    align-items: center;
}

/*----------------------------------------------------
navbar
----------------------------------------------------*/
nav#top_navigation{
    position: sticky;
    top: 0;
    border-bottom: 1px solid var(--ac-2);
    z-index: 999;
    background-color: var(--bc-l);
}
nav#top_navigation>div{
    display: grid;
    grid-template-columns: 1fr auto;
}
.logo-container{
    max-width: 240px;
    max-height: 48px;
    display: grid;
}
.logo-container img{
    max-height: 48px;
    object-fit: contain;
    object-position: left;
}
.logo_light{
  display: none;
}
.logo-container .social-media, .logo-container .mobile-icon{
    display: none;
}
nav#top_navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    grid-gap: 24px;
}
nav#top_navigation #header_nav{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

}
#header_nav .language-select{
    display: none;
}
nav#top_navigation #header_nav>ul>li>a{
    color: var(--fc);
    font-size: 16px;
}
nav#top_navigation #header_nav>ul>li.current_page>a{
    font-weight: 600;
    color: var(--mc-l);
}

/*----------------------------------------------------
Footer
----------------------------------------------------*/
footer{
    background-color: var(--mc-d);
    margin-top: 120px
}
footer>div{
  grid-gap: 56px;
}
footer>:last-child{
    background-color: rgba(0,0,0,0.12);
}
footer .contact-data>div,.contact-data-table>div{
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 24px;;
}
footer .contact-data h5,.contact-data-table h5{
    margin:0;
}
footer .contact-data .no-list>:first-child span, .contact-data-table .no-list>:first-child span{
    display: none;
}
footer .no-list{
  list-style: none;
}
footer #footer-policy-menu{
  display: flex;
  grid-gap: 12px;
  justify-content: flex-end;
}
footer #footer-policy-menu>li{
  padding-left: 12px;
  border-left: 1px solid #fff;
}
footer #footer-policy-menu>li:first-of-type{
  padding-left: 0;
  border-left: 0;
}
footer a{
    color: white;
}
footer h6, footer h5, footer h4{
    margin: 0;
    margin-top:-6px;
}
footer .no-list li span{
    opacity: 0.3;
    margin: 0 8px;
}
footer ul>li:first-of-type span{
    display: none;
}

/*----------------------------------------------------
Video Background
----------------------------------------------------*/
#video_background,#image_background{
    position: relative;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    display: grid;
    align-items: center;
    align-content: center;
}
#video_background>video,#image_background>img{
    width: 100%;
    height: auto;
    max-height: unset;
}
#video_background>div,#image_background>div{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------------------
Card
----------------------------------------------------*/
.card-wrap{
    display: grid;
    grid-gap: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--ac-2);
}
.card-wrap>.card{
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.card-wrap>.card>*{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
}
.card-wrap>.card>.hover{
    background-color: rgba(0,0,0,0.54);
    opacity: 0;
    display: flex;
    align-items: center;
}
.card-wrap.darker>.card>.hover{
    background-color: rgba(0,0,0,0.72);
}
.card-wrap:hover>.card>.hover{
    opacity: 1;
}
.card-wrap>.card-title-wrap{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}


/*----------------------------------------------------
Features
----------------------------------------------------*/
.feature-wrap{
    display: grid;
    text-align: center;
    justify-content: center;
    grid-gap: 0;
}
.feature-wrap>.feature-icon{
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 80px;
    color: var(--mc);
    font-size: 32px;
    margin: 0 auto;
}
.feature-wrap>.feature-icon>i{
    z-index: 2;
}
.feature-wrap>.feature-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mc);
    z-index: 1;
    opacity: 0.08;
}
.feature-wrap .feature-number{
    font-size: 32px;
    display: flex;
    grid-gap: 0;
    font-weight: 700;
    align-items: center;
}
.feature-wrap .feature-number .supp{
    font-size: 16px;
    font-weight: 900;
    padding-left: 8px;
}
.feature-wrap.horizontal{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 32px;
    text-align: unset;
    align-items: center;
    align-content: center;
}

/*----------------------------------------------------
Description card
----------------------------------------------------*/
.desc-card{
    display: grid;
    grid-gap: 0px;
    align-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--ac-1);
}
.desc-card>figure{
    height: 180px;
}
.desc-card>figure>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*----------------------------------------------------
Accordion
----------------------------------------------------*/
.acordion .acordion-title{
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}
.acordion .expand{
    width: 24px;
    height: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}
.acordion .expand>div{
    background-color: var(--mc-l);
    width: 100%;
    height: 100%;
}
.acordion .expand>:nth-child(1){
    transform: rotate(35deg)  translateX(2px);
}
.acordion .expand>:nth-child(2){
    transform: rotate(-35deg) translateX(-2px);
}
.acordion .acordion-item.active .expand>div{
    transform: none;
}
.acordion-item{
    border-bottom: 1px solid var(--ac-2);
}
.acordion-item:last-of-type{
    border:0;
}
.acordion-item .acordion-title{
    padding: 20px 0;
    cursor: pointer;
}
.acordion-item .acordion-title>span{
    font-size: 16px;
    font-weight: 600;
}
.acordion-item .acordion-description{
    display: none;
}
.acordion-item.active .acordion-description{
  display: block;
}



/*----------------------------------------------------
Certifications
----------------------------------------------------*/
.certifications-wrap{
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
}
.certifications-wrap img{
    object-fit: contain;
    width: 100%;
    height: auto;
}


/*----------------------------------------------------
Maps
----------------------------------------------------*/
.tab_map{
    position: relative;
}
.tab_map .map-tab{
    width: 100%;
    display: none;
}
.tab_map>:first-child{
    display: block;
}
@keyframes tabcontrol{
  0%{
    opacity: 0;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.tab_map .tab-controls{
    opacity: 1;
    display: flex;
    grid-gap: 0;
    border-radius:8px;
    border: 4px solid var(--bc);
    position: absolute;
    background-color: var(--bc);
    overflow: hidden;
    bottom: 16px;
    box-shadow:0 8px 24px -2px  rgba(var(--mcs),0.4);
    left: 50%;
    transform: translateX(-50%);
    animation: tabcontrol 1.5s;
}
.tab_map .map-tab.active{
    display: block;
}
.tab_map .tab-controls .tab-controls-item{
    padding: 12px 0;
    cursor: pointer;
    transition: ease 0s;
}
.tab_map .tab-controls .tab-controls-item span{
    padding:0 24px;
    transition: ease  0s;
}
.tab_map .tab-controls .tab-controls-item.active{
    background-color: var(--mc);
    color: white;
    transition: ease  0s;
}
