
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/nbd3avc.css");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'butlerlight';
    src: url('../fonts/butler_light-webfont.woff2') format('woff2'),
         url('../fonts/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'butlerregular';
    src: url('../fonts/butler_regular-webfont.woff2') format('woff2'),
         url('../fonts/butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'butlerultralight';
    src: url('../fonts/butler_ultra_light-webfont.woff2') format('woff2'),
         url('../fonts/butler_ultra_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/********** Preloader **********/

.preloader .h1{
font-family: "minerva-modern", sans-serif;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 3px;
line-height: 1;
}
.preloader .h1 .small{
letter-spacing: 15px;
}
.preloader .h1 .span{
display: block;;
}

/********** Preloader End **********/

/********** Typography **********/

ul.dashed{
padding-left: 0;
}
.dashed li{
padding-bottom: 5px;
padding-left: 10px;
position: relative;
}
.dashed li::before {
content: "- ";
position: absolute;
left: 0;
}
.small {
font-size: 80%;
}

li{
  font-size: 16px;
}

/********** Typography End **********/

/********** Header / Nav **********/
.menu-classic {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0;
  line-height: 2;
}
.menu-classic li{

 font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
.header__col.header__col_left{
position:relative;
left:50%;
transform: translateX(-50%);
}


.header.opened .header__col_logo, .header.opened .header__col_additional {
  transform: translateY(0);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
}

@media screen and (max-width: 767px) {
.header__label.header__burger-label.me-2{
display: none;
}
}

/********** Header / Nav End **********/

/********** Header - Hero **********/

.overlay_circle-dark {
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, black 90%, black 100%);
}

.overlay_circle-dark-70 {
  background-image: radial-gradient(circle at center, rgba(8, 21, 42, 0.5) 0%, rgba(8, 21, 42, 0.7) 100%);
}
.overlay_circle-dark-50 {
  background-image: radial-gradient(circle at center, rgba(8, 21, 42, 0.2) 0%, rgba(8, 21, 42, 0.5) 100%);
}
/********** Header - Hero End **********/

/********** Content Width **********/

.content-width-1 {
  width: 100%;
  max-width: 600px;
}

.content-width-2 {
  width: 100%;
  max-width: 720px;
}

.content-width-3 {
  width: 100%;
  max-width: 960px;
}



/********** Content Width End **********/


/********** Circle Image Content **********/

@media screen and (max-width: 991px) {
.circle-image-content .content-width-1 {
  width: 100%;
  display: block!important;
  margin: 0 auto;
}
.circle-image-content .content-width-2 {
  width: 100%;
  max-width: 100%;
}
}

/********** Circle Image Content End **********/


.gutter-left {
  padding-left: var(--gutter-horizontal);
}

.gutter-right {
  padding-right: var(--gutter-horizontal);
}

.align-items-center-lg{
  align-items: center;
}
@media screen and (max-width: 1199px) {
.align-items-center-lg{
  align-items: flex-start;

}
}

@media screen and (max-width: 991px) {
.scroll-wheel-extra .masthead__scroll-down{
display: none;
}

}
@media screen and (max-width: 767px) {
.logo-footer{
width:200px;
display:block;
margin:0 auto;
}
}
@media screen and (max-width: 575px) {

.slider-arrow{
  display: none;
}
}

.pattern-2:before{
content: " "!important;
position: absolute;
top:0;
left:0;
width:100%!important;
height:100%!important;
background-image: url("../img/pattern-dark.svg");
background-repeat: repeat;
display: block!important;
background-size: 140px;
opacity:0.05;
overflow:hidden;
z-index:0
}

.posrel{
  position: relative;
}

.bt-opacity.xlight{
  border-top: 1px solid rgb(32 33 32 / 5%);
}

.anchor-offset {
    position: absolute; /* or relative depending on structure */
    top: -92px; /* default header height */
    height: 0;
    width: 0;
}

@media (max-width: 1199px) {
    .anchor-offset {
        top: -75px; /* smaller header height for narrower screens */
    }
}

@media (max-width: 575px) {
    .anchor-offset {
        top: -65px; /* smaller header height for narrower screens */
    }
.logo__wrapper-img{
  padding-right:2px;
}
.preloader__heading {
  padding-left:2px;
}

}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}



/* Fix for scrollable modals */
.modal-dialog-scrollable .modal-content {
  overflow: visible !important; /* allow the body to scroll */
  max-height: calc(100vh - 1rem); /* keeps theme height limits */
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto !important;  /* enable scrolling */
  max-height: calc(100vh - 150px); /* adjust for header/footer */
  overscroll-behavior: contain;  /* prevent scroll from escaping modal */
}

.modal-footer.new-pad{
padding: 2rem 1rem 0 1rem;
}


.modal-header .material-icons{
font-size: 34px!important;
font-weight: lighter;
}



.disclaimer{
  padding: 30px 0;
}
