:root {
    --bs-primary: rgb(245, 179, 4);
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 245, 179, 4;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
  }

/* @charset "UTF-8"; */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

.font-weight-bold{
    font-weight: 700 !important;
}
@font-face {
    font-family: 'Muli-Black';
    src: url(../fonts/Muli/Muli-Black.ttf);
}

@font-face {
    font-family: 'Muli-Light';
    src: url(../fonts/Muli/Muli-Light.ttf);
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url(../fonts/Muli/Muli-ExtraBold.ttf);
}

@font-face {
    font-family: 'Muli-Bold';
    src: url(../fonts/Muli/Muli-Bold.ttf);
}

@font-face {
    font-family: 'Muli-Regular';
    src: url(../fonts/Muli/Muli-Regular.ttf);
}


@font-face {
    font-family: 'Muli-BoldItalic';
    src: url(../fonts/Muli/Muli-BoldItalic.ttf);
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url(../fonts/Muli/Muli-SemiBold.ttf);
}

@font-face {
    font-family: 'Muli-SemiBoldItalic';
    src: url(../fonts/Muli/Muli-SemiBoldItalic.ttf);
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url(../fonts/helvetica/HelveticaNeueLTPro-Bd.otf);
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Hv';
    src: url(../fonts/helvetica/HelveticaNeueLTPro-Hv.otf);
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Lt';
    src: url(../fonts/helvetica/HelveticaNeueLTPro-Lt.otf);
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Th';
    src: url(../fonts/helvetica/HelveticaNeueLTPro-Th.otf);
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Blk';
    src: url(../fonts/helvetica/HelveticaNeueLTPro-Blk.otf);
}

@font-face {
    font-family:'Futura-Bold';
    src: url(../fonts/futura/Futura-Bold.otf);
}


@font-face {
    font-family: 'Futura-Book';
    src: url(../fonts/futura/Futura-Book-Regular.otf);
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url(../fonts/futura/futura-book-bt.ttf);
}

/*font-family: 'Montserrat', sans-serif;*/
body{
    margin:0;
    color:#0a0e21;
    font-family: 'Muli-Regular';
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
/* fonts sizes classes */
  .font-10 {
    font-size: 10px;
  }
  .font-12 {
    font-size: 12px !important;
  }
  .font-13 {
    font-size: 13px !important;
  }
  .font-14 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-26 {
    font-size: 26px;
  }
  .font-28 {
    font-size: 28px;
  }
  .font-30 {
    font-size: 30px;
  }
  .font-32 {
    font-size: 32px;
  }
  .font-34 {
    font-size: 34px;
  }
  .font-36 {
    font-size: 36px;
  }
  .font-38 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 40px;
  }
  .font-42 {
    font-size: 42px;
  }
  .font-46 {
    font-size: 46px;
  }
  .font-48 {
    font-size: 48px;
  }
  .font-52 {
    font-size: 52px;
  }
  .font-55 {
    font-size: 55px;
  }
  .font-60 {
    font-size: 60px;
  }
  .font-72 {
    font-size: 72px;
  }
  /* fonts sizes classes */ 
.lh55{
    line-height: 55px;
}
.lh112{
    line-height: 1.12;
}
.lh1{
    line-height: 1;
}
a{
    text-decoration: none !important;
}
.z-1{
  z-index: 1;
}
.z-2{
  z-index: 2;
}
.z-3{
  z-index: 3;
}
.font-Roboto{
    font-family: 'Roboto', sans-serif;
}
.font-weight-medium{
  font-weight: 500;
}
.font-muli-light{
    font-family: 'Muli-Light';
}
.font-muli-semiBold{
    font-family: 'Muli-SemiBold';
}
.font-muli-bold{
    font-family: 'Muli-Bold';
}
.font-muli-extraBold{
  font-family: 'Muli-ExtraBold';
}
.font-muli-black{
    font-family: 'Muli-Black';
}
.font-Helvetica-Th{
    font-family: 'HelveticaNeueLTPro-Th';
}
.font-Helvetica-Bd{
    font-family: 'HelveticaNeueLTPro-Bd';
}
.font-Helvetica-Blk{
    font-family: 'HelveticaNeueLTPro-Blk';
}
.w-md-50{
    width: 50%;
}
.w-md-75{
    width: 75%;
}
.bg-cover{
    background-size: cover !important;
}
.bg-left{
    background-position: left !important;
}
.text-orange{
  color: rgba(var(--bs-primary-rgb)) !important;
}
.borderhovPrimary:hover{
  border-color: rgba(var(--bs-primary-rgb)) !important;
}
.hovPrimaryDiv:hover p{
  color: rgba(var(--bs-primary-rgb)) !important;
}
.hovPrimary:hover{
    color: rgba(var(--bs-primary-rgb)) !important;
}
.hovSecondary:hover{
    color: #ea5f23 !important;
}
.text-dark{
    color: #181818;
}
.text-grey{
    color: #6f6f6f;
}
.text-dgrey{
    /* color: #6f7070; */
    color: #515059;
}
.right-0{
  right: 0;
}
.vh-50{
  min-height: 50vh;
}
.opacity-1{
  opacity: 1;
}
.transition3s{
  transition: all .3s;
}
.transition8s{
  transition: all .5s !important;
}
.z-1050{
  z-index: 1050;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1360px;
  }
}
@media(max-width:767px){
  .w-md-50{
      width: 100%;
  }
  .w-md-75{
      width: 100%;
  }
  /* fonts sizes classes */
  .font-10 {
    font-size: 8px;
  }
  .font-12 {
    font-size: 10px !important;
  }
  .font-13 {
    font-size: 10px !important;
  }
  .font-14 {
    font-size: 12px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-26 {
    font-size: 22px;
  }
  .font-28 {
    font-size: 22px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-34 {
    font-size: 26px;
  }
  .font-36 {
    font-size: 26px;
  }
  .font-38 {
    font-size: 26px;
  }
  .font-40 {
    font-size: 26px;
  }
  .font-42 {
    font-size: 26px;
  }
  .font-46 {
    font-size: 26px;
  }
  .font-48 {
    font-size: 26px;
  }
  .font-52 {
    font-size: 34px;
  }
  .font-55 {
    font-size: 34px;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-72 {
    font-size: 50px;
  }
  /* fonts sizes classes */ 
  .lh55{
    line-height: 40px;
  }
  .hero-banner-text h1.font-muli-black{
     padding-top: 80px;
  }
}