html,body{
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.vc_section{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.relatived{
  position: relative;
}

a:hover{
  text-decoration: none;
}

body{
  font-size: .85rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
}
.no-line-height{
   line-height: .85;
}
.less-line-height{
   line-height: 1.3;
}
.more-line-height{
   line-height: 1.7;
}

.font-weight-light{font-weight: 300!important;}
.font-weight-regular{font-weight: 400!important;}
.font-weight-medium{font-weight: 400!important;}
.font-weight-boldest{font-weight: 700!important;}
.font-weight-bold{font-weight: 900!important;}

strong{
  font-weight: 800;
}
.text-underline{
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
  line-height: .9;
}
.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: inherit;
}
.custom-big-title{
    /* font-size:1.4em; */
}

h1,.h1{
  font-size:3em;
}
h2,.h2{
  font-size:4em;
}
h3,.h3{
  font-size:2.8em;
}
h4,.h4{
  font-size:2em;
}
h5,.h5{
  font-size:1.6em;
}
h6,.h6{
  font-size:1.3em;
}
.bigger{
  font-size:1.17em;
}
.big{
  font-size:1.10em;
}
.biggest{
  font-size:1.05em;
}
.normal{
  font-size:1.00em;
}
.smallest{
  font-size:.95em;
}
.small{
  font-size:.90em;
  font-weight: inherit;
  font-weight: inherit;
}
.smaller{
  font-size:.85em;
}

@media (min-width:768px){
  .giant{
      font-size:3.5em;
  }
  .giant-md{
    font-size:2.2m;
  }
}

.letter-spaced{
  letter-spacing: .4em;
}

.more-letter-spaced{
  letter-spacing: .9em;
}
.centered .letter-spaced,
.centered.letter-spaced{
  letter-spacing: .4em;
  padding-left: .4em;
}
.centered .more-letter-spaced,
.centered.more-letter-spaced{
  letter-spacing: .9em;
  padding-left: 1.4em;
}

.wpb_text_column ul,
.clean-list ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.line-list ul li{
  display: inline-block;
}
.wpb_text_column ul li,
.iconed-list ul li{
  padding-left: 25px;
  position: relative;
  padding-bottom: .3rem;
  padding-top: .3rem;
}
.wpb_text_column ul li::before,
.iconed-list ul li::before{
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 10px;
  content: '';
  background: #f49a1b;
  border-radius: 50%;
}


.numbered-list ul li{
  padding-left: 3rem;
  position: relative;
  padding-bottom: 2rem;
}

.numbered-list ul li::before{
  display: block;
  position: absolute;
  top: -.2rem;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #f58608;
  font-size: 2em;
}

.social-list ul li{

}
.contact-list i,
.social-list ul li a:hover,
.social-list ul li a{
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  display: block;
  font-size: 1.2em;
}
.contact-list i{
  display: inline-block;
  margin-right: .3rem;
}

.mobile-menu a,
.main-menu a,
.actions-list ul li:not(.clean-menu-item) a{
  padding: 0 .3rem .3rem .3rem;
  position: relative;
  transition: all .3s ease-in-out;
  display: block;
}

.custom-appear-menu .actions-list ul li:not(.clean-menu-item) a,
.mobile-menu a{
  display: inline-block;
}
.main-menu a{
  transform: translateY(.15rem);
}

.mobile-menu a::after,
.main-menu a::after,
.actions-list ul li:not(.clean-menu-item) a::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #f49a1b;
  transition: all .3s ease-in-out;
}
.mobile-menu a::after,
.main-menu a::after{
  opacity: 0;
  transform: translateY(.3rem);
}
.mobile-menu .current-menu-item a,
.main-menu .current-menu-item a,
.mobile-menu a:hover,
.main-menu a:hover{
  transform: translateY(0);
}
.mobile-menu .current-menu-item a::after,
.main-menu .current-menu-item a::after,
.mobile-menu a:hover:after,
.main-menu a:hover:after{
    opacity: 1;
    transform: translateY(0);
}
.actions-list ul li a{
  display: inline-block;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.actions-list ul li a:hover{
  transform: scale(1.05);
}

.actions-list ul li a img{
  width: 40px;
}

.actions-list ul li{

}

.actions-list li.wpml-ls-item a{
  border: 2px solid #FFF;
  padding: 0.3rem 0.5rem!important;
  min-width: 2.7rem;
  text-align: center;
}
.actions-list li.wpml-ls-item a::after{
  display: none;
}
.custom-appear-menu .actions-list .sub-menu li,
.custom-appear-menu .actions-list .sub-menu{
  display: inline-block;
}
.custom-appear-menu .actions-list  li.wpml-ls-item a{
  margin-left: .5rem;
  margin-right: .5rem;
}

.custom-bottombar .actions-list li.wpml-ls-item{
  position: relative;
}

.custom-bottombar .actions-list li.wpml-ls-item .sub-menu{
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + .5rem);
  left: 0;
  transition: all .3s ease-in-out;
}

.custom-bottombar .actions-list li.wpml-ls-item .sub-menu li{
  margin: 0;
}

.custom-bottombar .actions-list li.wpml-ls-item a{
   margin: .2rem 0;
   min-width: 2.3rem;
   background: #00339a;
}

.custom-bottombar .actions-list li.wpml-ls-item:hover .sub-menu{
  opacity: 1;
  pointer-events: all;
  top: calc(100%);
}

.horizontal-less-spaced-list li{margin-left: .2rem;margin-right: .2rem;}
.vertical-less-spaced-list li{padding-top: .2rem;padding-bottom: .2rem;}
.left-less-spaced-list li{margin-left: .5rem;}
.right-less-spaced-list li{margin-right: .5rem;}
.horizontal-more-spaced-list li{margin-left: 1rem;margin-right: 1rem;}
.vertical-more-spaced-list li{padding-top: 1rem;padding-bottom: 1rem;}
.left-more-spaced-list li{margin-left: 1.8rem;}
.right-more-spaced-list li{margin-right: 1.8rem;}
.horizontal-spaced-list li{margin-left: .5rem;margin-right: .5rem;}
.vertical-spaced-list li{padding-top: .5rem;padding-bottom: .5rem;}
.left-spaced-list li{margin-left: 1rem;}
.right-spaced-list li{margin-right: 1rem;}

.no-space-row{
  margin-left: 0rem;
  margin-right: 0rem;
}

.no-space-row > div{
  padding-left: 0rem;
  padding-right: 0rem;
}

.less-space-row{
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.less-space-row > div{
  padding-left: .5rem;
  padding-right: .5rem;
}
.vc_row-no-padding{
  margin: 0;
}
.no-space-row > .vc_column_container > .vc_column-inner,
.less-space-row > .vc_column_container > .vc_column-inner,
.morover-space-row > .vc_column_container > .vc_column-inner,
.more-space-row > .vc_column_container > .vc_column-inner{
  padding: 0;
}
.vc_row.more-space-row,
.more-space-row{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.more-space-row > div{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.vc_row.morover-space-row,
.morover-space-row{
  margin-left: -3rem;
  margin-right: -3rem;
}

.morover-space-row > div{
  padding-left: 3rem;
  padding-right: 3rem;
}


.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
  padding-top:0;
}
.vc_section.vc_row-o-full-height {
    min-height: calc( 100vh - 76px )!important;
    min-height: calc( ( var(--vh, 1vh) * 100 ) - 76px )!important;
}
.vc_section.vc_row-o-full-height.less-height-one{
  min-height: 0vw!important;
}

@media(min-width:768px){
  .vc_section.vc_row-o-full-height.less-height-one{
    min-height: 24vw!important;
  }
}
.vc_parallax.special-parallax .vc_parallax-inner{
  width:130%;
  left: -15%;
}

.vc_parallax .vc_parallax-inner{
  background-position:center center;
}

.vc_parallax.align-parallax-top .vc_parallax-inner{
  background-position:center top;
}

.vc_parallax.align-parallax-bottom .vc_parallax-inner{
  background-position:center bottom;
}

.vc_parallax .vc_parallax-inner{
  background-position:center center;
}

.right-parallax.vc_parallax .vc_parallax-inner{
  width: 50%!important;
  left: 50%!important;
}
.left-parallax.vc_parallax .vc_parallax-inner{
  width: 50%!important;
}

.right-bigger-parallax.vc_parallax .vc_parallax-inner,
.left-bigger-parallax.vc_parallax .vc_parallax-inner{
  position: absolute;
  width: calc(100% - 50% + ( 720px * .083333))!important;
  left: 0!important;
  height: 100%;
  padding: 0;
}
.right-bigger-parallax.vc_parallax .vc_parallax-inner{
  left: calc(50% - ( 720px * .083333))!important;
}

@media (min-width:992px){
  .right-bigger-parallax.vc_parallax .vc_parallax-inner,
  .left-bigger-parallax.vc_parallax .vc_parallax-inner{
    width: calc(100% - 50% + ( 960px * .083333))!important;
  }
  .right-bigger-parallax.vc_parallax .vc_parallax-inner{
    left: calc(50% - ( 960px * .083333))!important;
  }
}
@media (min-width:1200px){
  .right-bigger-parallax.vc_parallax .vc_parallax-inner,
  .left-bigger-parallax.vc_parallax .vc_parallax-inner{
    width: calc(100% - 50% + ( 1120px * .083333))!important;
  }
  .right-bigger-parallax.vc_parallax .vc_parallax-inner{
    left: calc(50% - ( 1120px * .083333))!important;
  }
}

.special-parallax.vc_parallax .vc_parallax-inner{
  background-position: 18% center;
}

.header-surrogate{
  width: 100%;
  height: 76px;
}

@media (max-width:767px){
  .vc_parallax.special-parallax .vc_parallax-inner{
    display:none;
  }
  .left-bigger-parallax.vc_parallax,
  .right-bigger-parallax.vc_parallax,
  .left-parallax.vc_parallax,
  .right-parallax.vc_parallax{
    padding-top:60vw!important;
  }
  .left-bigger-parallax.vc_parallax .vc_parallax-inner,
  .right-bigger-parallax.vc_parallax .vc_parallax-inner,
  .left-parallax.vc_parallax .vc_parallax-inner,
  .right-parallax.vc_parallax .vc_parallax-inner{
    width: 100%!important;
    height: 60vw!important;
    top: 0!important;
    left: 0!important;
    bottom: auto!important;
    right: auto!important;
  }
}
.navbar-brand{
  margin: 0 auto;
  width: auto;
  height: auto;
  transition: all .3s ease-in-out;
  position: relative;
  display: block;
  padding: 0;
}

.navbar-brand img{
  display: block;
  height: 60px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.clean-btn{
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  outline: 0!important;
  box-shadow: none!important;
  cursor: pointer;
}

.menu-toggler {
  position: relative;
  height: 32px;
  width: 32px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu-toggler span,
.menu-toggler span::before,
.menu-toggler span::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 2px;
  background: #FFF;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
}


.menu-toggler span::before {
    top: -9px;
}

.menu-toggler span::after {
  top: 9px;
}

.opened-menu .menu-toggler > span  {
  background: transparent;
}

.opened-menu .menu-toggler > span::before,
.opened-menu .menu-toggler > span::after {
  top: 0px;
}

.opened-menu .menu-toggler > span::before  {
  transform: rotate(-225deg);
}
.opened-menu .menu-toggler > span::after  {
  transform: rotate(225deg);
}

.custom-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 4px -1px #00000033;
  z-index: 9999;
}

.custom-appear-menu {
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    height:  calc( ( var(--vh, 1vh) * 100 ) );
    overflow-y: auto;
    z-index: 999;
    transition: all .3s ease-in-out;
}


.opened-menu .custom-appear-menu{
  right: 0;
  pointer-events: all;
}

iframe{
  display: block;
}

.hiddened-overflow{
  overflow: hidden;
}


.rounded{
  border-radius: 12px;
}


.normal-button{
  padding: .2rem 1rem;
  font-weight: bold;
}

.bordered-button{
  padding: .2rem 1rem;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
}

.iconed-block{
  padding-left: 2rem;
  border-left: 2px solid;
}
.with-gif-back{
  position: relative;
}

.my-gif-back img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .3;
  pointer-events: none;
}

.back-gif{
  opacity: .2;
  position: absolute;
  height: 80%;
  width: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  max-width: none;
}

.video-back-section{

}
.vc_video-bg.vc_hidden-xs {
  display: block !important;
}
@media (min-width:768px) {
  .back-gif{
    height: 100%;
    top: 50%;
  }
  .split-back{
    position: absolute;
    top:0;
    left: 50%;
    width:50%;
    height: 100%;
  }
}
@media (max-width:767px) {
  .vc_section.vc_row-o-full-height.video-back-section{
    height: 100vw!important;
    min-height: 100vw!important;
  }
}

.custom-banners-area{
  position: relative;
}


.custom-parallax-title-area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}


.custom-parallax-title-area,
.custom-banners-area{
      height: calc( 100vh - 76px )!important;
      height:  calc( ( var(--vh, 1vh) * 100 ) - 76px )!important;
}

.custom-parallax-title-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-parallax-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  max-width: none;
  height: 150%;

}
.custom-parallax-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2em;
  opacity: 0;
}
@media (min-width:768px){

  .custom-parallax-title{
    font-size: 3em;
  }

}


.effect-util{
  position: relative;
  height: calc(100vh - 76px);
  height:  calc( ( var(--vh, 1vh) * 100 ) - 76px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.custom-banners{
  position: relative;
}

.custom-banner{
  height: 100%;
  transition: all .3s linear;
}

.custom-banner.banner-2{
}
.custom-banner.banner-3{
}

.custom-banner-cover,
.custom-banner-back{
  position: absolute;
  top: 0;
  height: calc(100%);
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s ease-in-out;
}
.custom-banner-cover{
  opacity: 0;
}

.custom-banner:hover .custom-banner-cover{
  opacity: 1;
}
.custom-banner-image-area{
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.custom-banner-logo {
  text-align: center;
  padding:28px 10px;
}

.custom-banner-logo img{
  height: 64px;
  width: auto;
}

@media (max-width:767px){
  .custom-parallax-title-area{
      position: relative;
  }
  .custom-banners-area{
        height: auto!important;
  }

  .effect-mobile-util{
      position: absolute;
      height: calc(100vh - 76px);
      height:  calc( ( var(--vh, 1vh) * 100 ) - 76px );
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      top:0;
      left: 0;
      position: absolute;
      width: 100%;
      font-size: .8em;
  }
  .effect-util{
    height: auto!important;
    display: block;
    overflow: visible;
    position: initial;
  }
  .custom-parallax-title{
    display: none;
  }
}

.custom-title-slide {
    transition: all .3s ease-in-out;
    transform: scale(.5);
}

.slick-current .custom-title-slide{
  transform: scale(1);
}


.custom-brand-slides .slick-track ,
.custom-title-slides .slick-track {
  display: flex;
}

.custom-brand-slides .slick-slide ,
.custom-title-slides .slick-slide {
  height: auto;
}
.custom-brand-slides .slick-slide > div,
.custom-title-slides .slick-slide > div{
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}

.custom-brand-container{
  padding-left: 2rem;
  padding-right: 2rem;
}
.custom-brand-container .slick-list{
  overflow: visible;
}

.custom-brand-slide {
  padding:.5rem 2rem;
}

.custom-brand-slide img{
  max-width: 160px;
  max-height: 130px;
  object-fit: contain;
  object-position: center;
}

[dir='rtl'] .slick-slide{
    /* float: left */
}


@media(min-width:768px){
  .home .custom-parallax-footer{
    position: relative;
    width: 100vw;
    height: calc(100vh - 76px);
    height:  calc( ( var(--vh, 1vh) * 100 ) - 76px );
    overflow: hidden;
  }

  .home .custom-footer{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: calc(100vh - 76px);
      height:  calc( ( var(--vh, 1vh) * 100 ) - 76px );
      overflow: hidden;
  }

  .home .custom-footer-container{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 76px);
    height:  calc( ( var(--vh, 1vh) * 100 ) - 76px );
  }
}


*::placeholder {
    color: #FFF!important;
}

div.wpcf7 .ajax-loader {
    display: none;
}

span.wpcf7-list-item,
.wpcf7 .wpcf7-form label {
    margin: 0;
    margin-bottom: .2rem;
    margin-right: .5rem;
}

span.wpcf7-list-item {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form label input {
    display: none;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
}

.wpcf7-list-item-label::before {
    position: absolute;
    content: '';
    top: -.5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    transition: all .3s ease-in-out;
}

.wpcf7-list-item-label::after {
    position: absolute;
    content: '';
    top: 1.5px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #FFF;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}

.white-form .wpcf7-list-item-label::before {
    border-color: #FFF;
}

.white-form .wpcf7-list-item-label::after {
    background-color: #FFF;
}

input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.wpcf7-list-item-label a{
  text-decoration: underline;
}
.codedropz-upload-wrapper span.has-error-msg,
.wpcf7 .wpcf7-not-valid-tip {
    color: #FFF;
    font-size: .7em;
    margin-top: .3rem;
}

.white-form .wpcf7-response-output,
.white-form .wpcf7-not-valid-tip {
    color: #FFF;
}

div.wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 .wpcf7-validation-errors:focus {
    margin: 2rem 0 0 0;
    font-size: .8em;
    padding: 0;
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: 1rem  0 0 0;
    padding: 0;
    border: 0;
}
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]{
  background: #FFF!important;
  color: #00339a!important;
  display: block!important;
  height: auto!important;
  padding: .3rem .8rem!important;
  text-align: center!important;
  text-transform: uppercase;
  font-weight: bold;
}


.form-control:active,
.wpcf7 .wpcf7-validation-errors:active,
.wpcf7 input[type=color]:active,
.wpcf7 input[type=date]:active,
.wpcf7 input[type=datetime-local]:active,
.wpcf7 input[type=datetime]:active,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=file]:active,
.wpcf7 input[type=month]:active,
.wpcf7 input[type=number]:active,
.wpcf7 input[type=range]:active,
.wpcf7 input[type=search]:active,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=tel]:active,
.wpcf7 input[type=text]:active,
.wpcf7 input[type=time]:active,
.wpcf7 input[type=url]:active,
.wpcf7 input[type=week]:active,
.wpcf7 select:active,
.wpcf7 textarea:active,
.form-control:hover,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 input[type=color]:hover,
.wpcf7 input[type=date]:hover,
.wpcf7 input[type=datetime-local]:hover,
.wpcf7 input[type=datetime]:hover,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=file]:hover,
.wpcf7 input[type=month]:hover,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=range]:hover,
.wpcf7 input[type=search]:hover,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=text]:hover,
.wpcf7 input[type=time]:hover,
.wpcf7 input[type=url]:hover,
.wpcf7 input[type=week]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea{
  background: transparent;
  border: none;
  color: #FFF;
  border-radius: 0;
  padding: 0.5rem .5rem;
  outline: 0!important;
  box-shadow: none!important;
  line-height: 1.3;
  height: auto;
  border:1px solid #FFF;
  font-size: 1em;
}

.square-preview{
  padding-top:100%;
}

.side-fixed-menu{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  box-shadow: 0 0 6px -1px #00000077;
}

@media (min-width:768px){
  .side-fixed-menu{
    bottom : auto;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    right: auto;
  }
}

.btn.disabled, .btn:disabled, .woocommerce-info a.button:disabled, .woocommerce-info a.disabled.button, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button, .wpcf7 input.disabled[type=submit], .wpcf7 input[type=submit]:disabled{
  opacity: 1;
}

.with-dot-title{
  position: relative;
}
.with-dot-title::before,
.with-dot-title::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  content: '';
  width: .4em;
  height: .4em;
  background: #000;
  border-radius: 50%;
}

.with-dot-title::after{
  left: auto;
  right: -1.5rem;
}

.with-circle-box{
  position: relative;
  padding-top: calc(1.5rem + 28px);
}

.with-circle-box::before{
  position: absolute;
  top: 14px;
  left: 50%;
  width: 28px;
  height: 28px;
  content: '';
  border-radius: 50%;
  transform: translateX(-50%);
  border-top: 14px solid #ff9a01;
}
.with-circle-box.with-circle-box-2::before{
  transform: translateX(-50%) rotate(90deg);
  top: 3.5px;
  left: calc(50% - 3.5px);
}
.with-circle-box.with-circle-box-3::before{
    transform: translateX(-50%) rotate(180deg);
    top: 0;
}

@media(min-width:768px){
  .with-circle-box.with-circle-box-2::after,
  .with-circle-box.with-circle-box-3::after{
        position: absolute;
        top: 12px;
        left: calc(-3rem - 9px);
        width: 18px;
        height: 18px;
        content: '';
        border-radius: 50%;
        transform: translateX(-50%);
        border-top: 9px solid #ff9a01;
        opacity: .4;
        transform: rotate(45deg);
  }
  .with-circle-box.with-circle-box-3::after{
    transform: rotate(225deg);
  }
}

@media (max-width:767px){
  .h4.mobile-too-big{
    font-size: .9em;
  }
}


.checkbox-field label{
  margin: 0;
  cursor: pointer;
}
.checkbox-field input{
  display: none;
}

.checkbox-field img{
  width: auto;
  max-height: 83px;
}

.custom-portfolio-preview{
  position: relative;
  user-select: none;
}
.custom-portfolio-preview .custom-element-image-container{
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custom-portfolio-preview .custom-element-image{
  position: absolute;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.custom-portfolio-preview:hover .custom-element-image{
  transform: scale(1.05)
}
.custom-portfolio-title{

}
.custom-elements-previews{
  border-top: 7.5px solid #ededed;
  border-bottom: 7.5px solid #ededed;
}

.custom-portfolio-preview{
  border-left: 15px solid #ededed;
  border-right: 15px solid #ededed;
  border-top: 7.5px solid #ededed;
  border-bottom: 7.5px solid #ededed;
}

@media (min-width:768px){
  .custom-elements-previews,
  .custom-portfolio-preview{
    border: 0;
  }
  .custom-portfolio-preview-content{
    min-height: 60vh;
  }
  .custom-portfolio-preview .custom-element-image-container{
    position: absolute;
    width: calc(100% - 50% + ( 720px * .083333));
    left: calc(50% - ( 720px * .083333));
    height: 100%;
    padding: 0;
  }
  .custom-portfolio-preview .custom-element-image-container.left-one{
    left: 0;
  }
}
@media (min-width:992px){
  .custom-portfolio-preview .custom-element-image-container{
    width: calc(100% - 50% + ( 960px * .083333));
    left: calc(50% - ( 960px * .083333));
  }
}
@media (min-width:1200px){
  .custom-portfolio-preview .custom-element-image-container{
    width: calc(100% - 50% + ( 1120px * .083333));
    left: calc(50% - ( 1120px * .083333));
  }
}
@media (min-width:1200px){
  .custom-portfolio-preview-content{
    min-height: 50vh;
  }
}

.branch-badge img{
  max-height: 49px;
  width: auto;
  margin: -4px 0;
}
.portfolio-filters .clean-button,
.portfolio-filters .checkbox-field{
  transition: all .3s ease-in-out;
}
.portfolio-filters .reset-search-button{
  opacity: 0;
  pointer-events: none;
}

.portfolio-filters.actived .reset-search-button{
  opacity: 1;
  pointer-events: all;
}

.portfolio-filters.actived .checkbox-field{
  filter: grayscale(1);
}
.portfolio-filters.actived .reset-search-button:hover,
.portfolio-filters.actived .checkbox-field:hover{
  transform: scale(1.05)
}

.portfolio-filters.actived .checkbox-field.active{
  filter: grayscale(0);
}
.custom-portfolio-button{
  position: relative;
}
.custom-portfolio-button::before{
  transition: opacity .3s ease-in, transform .3s ease-in-out;
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  transform: translateY(.4rem);
  opacity: 0;
}
.custom-portfolio-preview:hover .custom-portfolio-button::before{
  opacity: 1;
  transform: translateY(.2rem);
}

.blog-preview-util{
  position: relative;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 260px;
}
.gradient-back{
  background: rgb(0,51,154);
  background: linear-gradient(138deg, rgba(0,51,154,1) 0%, rgba(0,51,154,1) 12%, rgba(244,154,27,1) 63%, rgba(244,154,27,1) 100%);
}

.format-4-3 .single,
.format-16-9 .single,
.format-21-9 .single,
.format-3-4 .single,
.format-9-16 .single,
.format-9-21 .single,
.format-square .single{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-blog-preview{
  min-height: 460px;
}

.format-4-3 .vc_single_image-wrapper{
  padding-top:75%;
}
.format-16-9 .vc_single_image-wrapper{
  padding-top:56.25%;
}
.format-21-9 .vc_single_image-wrapper{
  padding-top:48.86%;
}
.format-3-4 .vc_single_image-wrapper{
    padding-top:133.33%;
}
.format-9-16 .vc_single_image-wrapper{
      padding-top:177.77%;
}
.format-9-21 .vc_single_image-wrapper{
        padding-top:233.3333%;
}
.format-square .vc_single_image-wrapper{
  padding-top:100%;
}

@media(min-width:768px){
.format-full,
.format-full > .vc_figure,
.format-full .vc_single_image-wrapper{
  height:100%;
}

.format-full img{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
}

.format-4-3 .vc_single_image-wrapper,
.format-16-9 .vc_single_image-wrapper,
.format-21-9 .vc_single_image-wrapper,
.format-3-4 .vc_single_image-wrapper,
.format-9-16 .vc_single_image-wrapper,
.format-9-21 .vc_single_image-wrapper,
.format-square .vc_single_image-wrapper,
.format-full .vc_single_image-wrapper{
  position: relative;
  width: 100%;
}

.format-4-3 img,
.format-16-9 img,
.format-21-9 img,
.format-3-4 img,
.format-9-16 img,
.format-9-21 img,
.format-square img{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.format-full .vc_figure,
.format-4-3 .vc_figure,
.format-16-9 .vc_figure,
.format-21-9 .vc_figure,
.format-3-4 .vc_figure,
.format-9-16 .vc_figure,
.format-9-21 .vc_figure,
.format-square .vc_figure{
  width: 100%;
}

.full-height-columns .vc_column-inner > .wpb_wrapper,
.full-height-columns .vc_column-inner{
  height: 100%;
}

.hero-section > .row-container:last-of-type > .container > .vc_row,
.hero-section > .row-container:last-of-type > .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hero-section > .row-container:first-of-type > .container > .vc_row{
      min-height: calc( 46vh - 76px )!important;
      min-height: calc( ( var(--vh, 1vh) * 46 ) - 76px )!important;
}
.hero-section > .row-container:last-of-type{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hero-section{
  display: flex;
  flex-direction: column;
}

.custom-border-separator{
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px){
.single-portfolio #page-wrapper .container {
    max-width: 960px;
}
}
.custom-image-gallery{
  position: relative;
}
.gallery-custom-image{
  width: 100%;
  padding-top:75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.45) translateX(-5%);
  transition: all 1s linear;
  transform-origin: center right;
}
.slick-active + .slick-slide .gallery-custom-image{
  transform-origin: center left;
  transform: scale(0.45) translateX(5%);
}
.slick-active .gallery-custom-image{
  transform: scale(1);
}

.custom-image-gallery-next,
.custom-image-gallery-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.custom-image-gallery-next{
  left: auto;
  right: 15px;
}
@media (min-width: 992px){
  .custom-image-gallery--thumb .custom-image-gallery-arrows{
    display: none;
  }
}

.rotating-image{
  margin-bottom: -5rem;
}
.rotating-image img{
  width: 100%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  /* -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite; */
}

.overlapping-one{
  margin-top:-2vw;
}
@media (min-width:992px){
  .left-sided-back-row,
  .right-sided-back-row{
    position: relative;
  }
  .right-sided-back-row::before,
  .left-sided-back-row::before{
    position: absolute;
    right: -3rem;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    height: 55vw;
    width: 55vw;
    background-image: url(https://awe-group.net/website/wp-content/uploads/2024/10/TRINGOLINO.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
  }
  .left-sided-back-row::before{
    transform: rotate(30deg) translateY(-38%) scaleX(-1) translateX(1%);
    right: auto;
    left: -3rem;
    transform-origin: center top;
  }
}

.z-indexed{
  position: relative;
  z-index: 9;
}