:root {
  --pure-white: #ffffff;
  --pure-black: #000000;
  --primary-color: #299AD1;
  --light-primary-color:#00AEEF;
  --secondary-color: #082345;
  --white-smoke-color: #F9F9F9;
  --green-color:#74A408;
  --red-color:#FE1037;
  --yellow-color:#FEC909;
  --soft-gray:#CED3DA;
}

body { font-family: "Inter", serif; font-size: 1rem; color: var(--secondary-color); text-decoration: none; padding: 0px; margin: 0px;}
.inner-page{background: var(--white-smoke-color);}
.container {margin: 0px auto;padding: 0px 20px;}

a{text-decoration: none;}
ul{list-style: none;margin: 0px; padding: 0px;}

h1{font-size: 45px;}
h2, .h2{font-size: 32px}
h3{font-size: 24px}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

h1, h2, .h2, h3{letter-spacing: 2px;}

h1, h2, .h2, h3, h4, h5, h6 {font-weight: bold;margin: 0px;}

.h2 {font-family: "Montserrat Alternates", serif;}

.white-smoke-bg-color{background-color: var(--white-smoke-color);}
.pure-white-bg-color, .pure-white-bg{background-color: var(--pure-white);}

.pure-white-bg{background-color: var(--pure-white);}
.red-text h3 {color: var(--red-color);}
.primary-text-color h3{color: var(--primary-color);}
.light-primary-text-color{color: var(--light-primary-color);}
.green-text-color{color: var(--green-color);}

.PageHeader h1 {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-weight: 800;
}

p{margin-bottom:10px;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.btn {
    border: none;
    border-radius: 100px;
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.5s;
}
.btn-primary {background-color: var(--primary-color);}
.btn-primary:hover {background-color: var(--secondary-color);}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    min-width: 255px;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}
.btn-outline:hover{background-color: var(--secondary-color);color: var(--pure-white);}

.text_link {transition: all 0.5s; font-family: "Montserrat Alternates", serif; font-weight: bold; font-size: 18px; color: var(--secondary-color); letter-spacing: 2px; }
.text_link:hover{color: var(--primary-color);}
.linkwitharrrow img { width: auto; vertical-align: middle;}

a.full_link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
}
input, textarea, select {
   -webkit-appearance: none;
 }

Select {
   	border: none;
   	padding: 10px 20px 10px 13px;
    background-color: var(--pure-white);
    background-image: url(../images/dawn-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
select:focus-visible {outline: none;}
input:focus-visible {outline: none;}
textarea:focus-visible{outline: none;}

.formfiled select {
    padding: 0px 5px;
    background-size: 14px;
    background-position: calc(100% - 5px) 8px;
    position: relative;
    top: -3px;
    right: 0;
    cursor: pointer;
}

.mt-100{margin-top: 100px;}
.mb-100 {margin-bottom: 100px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mb-85{margin-bottom: 85px;}
.mb-30{margin-bottom: 30px;}
.PageHeader {margin-top: 100px;margin-bottom: 60px;}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pure-black);
    opacity: 0.2;
}

.section_header h2 {
    font-family: "Montserrat Alternates", serif;
    text-transform: uppercase;
    font-size: 45px;
    color: var(--secondary-color);
}

.section_header h3 {
    font-family: 'BrushScriptMT';
    font-weight: normal;
    font-size: 32px;
}
.rich-text p {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'Varta';
    margin: 2rem 0px;
}

.rich-text .arrowcrossup-round {
    justify-content: center;
    color: var(--secondary-color);
}

.breadcrumb {display: flex ; margin-bottom: 20px; font-family: 'Inter'; font-weight: 400; letter-spacing: 2px; font-size: 18px;}
.breadcrumb li:after{content: '/';display: inline;margin: 0px 5px;}
.breadcrumb li:last-child:after{content: '';}
.breadcrumb a { color: var(--secondary-color);}

.hero-Content .breadcrumb, .hero-Content .breadcrumb a{color: var(--pure-white);}

@media (min-width: 576px) {.container{max-width: 540px;}}
@media (min-width: 768px) {.container{max-width: 720px;}}
@media (min-width: 992px) {.container{max-width: 960px;}}
@media (min-width: 1200px) {.container{max-width: 1260px;}}


@font-face {
  font-family: 'BrushScriptMT';
  src: url('../fonts/bsmt/BrushScriptMT.eot'); /* For Internet Explorer */
  src: url('../fonts/bsmt/BrushScriptMT.eot?#iefix') format('embedded-opentype'), /* For older versions of IE */
       url('../fonts/bsmt/BrushScriptMT.woff') format('woff'), /* For modern browsers */
       url('../fonts/bsmt/BrushScriptMT.ttf') format('truetype'), /* For browsers that support TTF */
       url('../fonts/bsmt/BrushScriptMT.svg#BrushScriptMT') format('svg'); /* For older iOS browsers */
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.brush_script-mt{font-family: 'BrushScriptMT';}

.form-control::-webkit-input-placeholder {
  color: var(--secondary-color);
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */

  color: var(--secondary-color);
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--secondary-color);
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--secondary-color)
}
.mb-0{margin-bottom: 0px;}
.border-radius30{ border-radius:30px;}

.d-flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: end;}
.align-items-center{align-items: center;}
.gap20{gap: 20px;}
.gap30{gap: 30px;}
.gap40{gap: 40px;}
.gap50{gap: 50px;}
.gap60{gap: 60px;}
.gap100{gap: 100px;}
.position-absolute{position: absolute}
.position-relative {position: relative;}
.one-half { flex: 0 0 calc(50% - 10px); }


.reveal {position: relative;transform: translateY(50px);opacity: 0;transition: 1s all ease;}
.reveal.active {transform: translateY(0);opacity: 1;}
.d-grid{display: grid;}
.column3 {display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.column2 {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.column8\/4 {grid-template-columns: 1fr 355px;}

.count-red{color: var(--red-color);}
.count-yellow{color: var(--yellow-color);}
.count-light-primary{color: var(--light-primary-color);}
.count-green{color: var(--green-color);}

.d-none{display: none;}

@media (min-width: 769px){
.d-md-flex{display: flex;}  
.d-md-done{display: none;}
}

@media (min-width: 992px){
.d-lg-flex{display: flex;}  
.d-lg-done{display: none;}
}