
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body,
  html {
    height: 100%;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.container {
  width: 100%;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

body {
    font-family: "Circular Std", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #696969;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Circular Std", sans-serif;
    margin: 0px;
    font-weight: 700;
    color: #272b55;
  }
  
  h1 {
    font-size: 42px;
    line-height: 55px;
    letter-spacing: -3px;
  }
  
  @media (max-width: 767px) {
    h1 {
      font-size: 2rem;
      line-height: 3rem;
    }
  }
  
  h1.fs-lg {
    font-size: 150px;
    line-height: 80%;
  }
  
  @media (min-width: 767px) and (max-width: 991px) {
    h1.fs-lg {
      font-size: 42px;
    }
  }
  
  h2 {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: -3px;
  }
  
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  
  a {
    text-decoration: none;
    font-weight: 600;
    outline: none !important;
    cursor: pointer;
    font-size: 17px;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #272b55;
  }
  
  p {
    margin: 0px;
  }
  
  .coverbg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover !important;
  }
  
  .mx-auto {
    margin: 0 auto;
  }
  
  .align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .align-center:before, .align-center:after {
    content: none;
  }
  
  .align-center-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .align-center-h:before, .align-center-h:after {
    content: none;
  }
  
  .align-center-v {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .align-center-v:before, .align-center-v:after {
    content: none;
  }
  
  .align-center-v-b {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .align-center-v-b:before, .align-center-v-b:after {
    content: none;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .justify-content-center:before, .justify-content-center:after {
    content: none;
  }
  
  .eq-height {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .eq-height:before, .eq-height:after {
    content: none;
  }

  
/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
  }
  
  .bg-center {
    background-position: center;
  }
  
  .bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: left;
  }
  
  .bg-right {
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .bg-left {
    background-repeat: no-repeat;
    background-position: left;
  }
  
  .bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  .bg-top {
    background-repeat: no-repeat;
    background-position: top;
  }
  
  .bg-100 {
    background-size: 100% 100%;
  }
  
  .mmb-100 {
    margin-bottom: -100px;
  }
  
  .mmb-80 {
    margin-bottom: -80px;
  }
  
  .lr-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  
  .lr-9 [class*="col"] {
    padding-left: 9px;
    padding-right: 9px;
  }
  


  
.filters-wrap{
  margin-bottom: 70px;

}

.filters-list li {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-size: 14px;
  line-height: 1;
  padding: 9px 15px;
  border-radius: 7px;
  background-color: #fff;
  color: #211e3b;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(121, 121, 121, 0.45);
          box-shadow: 0px 10px 60px 0px rgba(121, 121, 121, 0.45);
 
}

.filters-list li:not(:first-child){
margin: 4px;
}
.filters-list li.active,.filters-list li:hover  {
background:#ff2036;
color:#FFFFFF;
} 

.job-box{
 background: #f1f2f6;
color: #696969;
border-radius: 10px;
padding: 20px;
font-size: 16px;
line-height: 1.8;
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.job-box:hover{
 /* background: rgba(255,32,54,.1); */
 background: #272b55;
 color: #FFFFFF;
}
.job-box:hover .job--title{color:#FFFFFF}
.job--title{font-size: 20px; margin-bottom: 16px;}
.job-box i{margin-right: 10px;}

.career-page ul+p{margin-top: 30px; margin-bottom: 4px;}

.career-page ul li{
position: relative;
padding-left: 30px;
margin-bottom: 20px;
}
.career-page ul li::before{

  position: absolute;
  content: "\f101";
  left: 0;
  font-family: "Font Awesome 5 Pro";
font-size: 18px;
font-weight: bold;

}

.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
  display: none;
}