body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-size: 18px;
  color: #1f4762;
  text-align: justify;
}

a {
  text-decoration: none !important;
  color: #fff;
  font-size: 18px;
}

h5 {
  color: #000;
}

.error {
  border: 1px solid red !important;
}

.error-color {
  color: red !important;
}

.loading {
  width: 25px;
  display: none;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100vw - 140px) !important;
  }
}

.info-text {
  font-weight: 700;
  font-size: 24px;
  color: #219EBC;
}

.color-prime {
  color: #219EBC;
}

.line-vertical {
  width: 2px;
  height: 18px;
  background-color: #FFB703;
  display: inline-block;
  margin-right: 10px;
}

.knowledge-bannertext {
  font-size: 16px;
  font-weight: 700;
  max-width: 900px;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 568px) {
  .section-padding {
    padding: 40px 0;
  }
}

.shapeyellow {
  position: absolute;
  bottom: -81px;
  right: -120px;
}

.subtitle {
  color: #111a3b;
  font-weight: 700;
  font-size: 20px;
  margin: 32px 0;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 32px;
  }
}

.max-width50 {
  max-width: 600px;
}

.max-width90 {
  max-width: 90%;
}

.icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

#button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0035af;
  border-radius: 50%;
  font-size: 16px;
  padding: 8px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #button {
    width: 30px;
    height: 30px;
  }
  #button img {
    width: 30px;
    height: 30px;
  }
}

.arrow-img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btns {
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  width: 143px;
  font-size: 14px;
}

@media (min-width: 560px) {
  .btns {
    padding: 10px 28px;
    width: 200px;
    font-size: 18px;
  }
}

.btns:hover {
  color: #ffffff;
}

.prime-btn {
  background-color: #1442E7;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.prime-btn:hover {
  background-color: transparent;
  border: 2px solid #1442E7;
  color: #1442E7;
}

.white-btn {
  background-color: #ffffff;
  color: #1442E7;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.white-btn:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.linkbtn {
  border: 2px solid transparent;
}

.linkbtn:hover {
  border: 2px solid #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  color: #111a3b;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 64px;
  }
}

.mobilemenu {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 3;
  background: #ffffff;
  height: 100vh;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobilemenu .closeicon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobilemenu .nav-link:not(.mobilemenu .nav-link .active) {
  color: #000000;
}

.mobilemenu .nav-link.active {
  font-weight: 700;
  color: #1442E7 !important;
}

.toggled {
  left: 0;
}

.title-underscore {
  width: 40px;
  height: 4px;
  background-color: #FFB703;
}

.card-wrapper {
  position: relative;
  max-width: 90%;
  overflow: hidden;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .card-wrapper {
    max-width: 100%;
  }
}

.card-image {
  height: 310px;
  background: #c4c4c4;
  border-radius: 24px;
}

.card-shape {
  width: 0;
  height: 0;
  border-bottom: 140px solid white;
  border-left: 120px solid transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -2px;
  right: -3px;
  z-index: 1;
}

.bg-bluedark {
  background-color: #111a3b;
}

.playicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 50%;
}

.pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.arrowicon {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-card:hover > .arrowicon {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1442e7;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1442e7;
            box-shadow: 0 0 0 0 #1442e7;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
            box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
            box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
  }
}

.btn-close {
  position: absolute;
  top: 0;
  right: -49px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  opacity: 1;
}

.vjs-big-play-button {
  display: none !important;
}

.video-js {
  border-radius: 24px;
}

.popupvideo {
  border-radius: 0 !important;
}

@media (min-width: 1200px) {
  .popupvideo {
    min-height: 600px;
  }
}

.aboutvideo-dimensions,
.historyvideo-dimensions {
  width: 100%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}

.navbar .nav-item .nav-link {
  color: #000;
  padding: 0 23px !important;
}

.navbar .nav-item:hover > .nav-link {
  color: #1442E7;
}

.navbar .nav-item .nav-link.active {
  color: #1442E7;
  padding: 0 23px !important;
  text-decoration: none !important;
  font-weight: 600;
}

@media (min-width: 992px) {
  .bannner-wrapper-1 {
    height: 590px !important;
  }
}

@media (max-width: 991px) {
  .bannner-wrapper-1 {
    height: 450px !important;
  }
}

@media (max-width: 768px) {
  .bannner-wrapper-1 {
    height: 430px !important;
  }
}

.banner-wrapper {
  position: relative;
  background-size: cover !important;
  width: 100%;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.banner-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 992px) {
  .banner-wrapper video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .banner-wrapper {
    height: 743px;
  }
}

.banner-overlay {
  background-color: #111a3b;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-shape {
  display: none;
}

@media (min-width: 992px) {
  .banner-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
  }
}

.banner-shape img {
  max-width: 300px;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-wrapper h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner-wrapper h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .banner-wrapper h2 {
    font-size: 20px;
  }
}

.banner-wrapper h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  max-width: 820px;
}

@media (min-width: 768px) {
  .banner-wrapper h1 {
    font-size: 56px;
  }
}

@media (min-width: 992px) {
  .banner-wrapper h1 {
    font-size: 75px;
    line-height: 80px;
  }
}

.triangleimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
}

@media (min-width: 992px) {
  .triangleimg {
    width: auto;
  }
}

.value-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .value-wrapper {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .value-wrapper {
    width: 20%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}

.value-wrapper img {
  margin-bottom: 15px;
}

.value-wrapper h3 {
  color: #219EBC;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.value-wrapper li {
  color: #1f4762;
  line-height: 25px;
  margin-bottom: 10px;
}

.service-card {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

@media (min-width: 992px) {
  .service-card {
    margin-bottom: 0;
  }
}

.service-card .service-imgsection {
  position: relative;
}

.service-card .service-imgsection .card-overlay {
  background-color: #111a3b;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.service-card .service-imgsection .overlayimg {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card .service-imgsection .overlayicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.service-card .service-decription {
  background-color: #219ebc;
  padding: 30px;
  border-radius: 0 0 0 30px;
  color: #ffffff;
  min-height: 260px;
}

.service-card .service-decription h3 {
  font-size: 25px;
  font-weight: 700;
}

.service-card .service-decription p {
  color: #ffffff;
}

.service-card .service-shape {
  width: 0;
  height: 0;
  border-bottom: 110px solid #111a3b;
  border-left: 100px solid transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.abouttext,
.historytext {
  display: none;
}

.about-moreless-button,
.history-moreless-button {
  float: right;
  color: #1442e7;
  cursor: pointer;
}

.moreless-button:hover {
  color: #1442e7;
}

#whoweare p {
  margin-bottom: 30px;
}

.team-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 420px) {
  .team-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .team-wrapper {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .team-wrapper {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.team-wrapper .team-card {
  position: relative;
}

.team-wrapper .team-card .team-imgsection img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}

.team-wrapper .team-card .team-desc {
  background-color: #f1f1f5;
  padding: 15px;
  border-radius: 0 0 0 15px;
  position: relative;
}

.team-wrapper .team-card .team-desc .iconlink {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.team-wrapper .team-card .team-desc h3 {
  color: #111a3b;
  font-size: 16px;
  font-weight: 700;
}

.team-wrapper .team-card .team-desc p {
  color: #111a3b;
  font-size: 15px;
  font-weight: 400;
}

.team-wrapper .team-card .card-shape {
  border-bottom: 50px solid white;
  border-left: 60px solid transparent;
}

#consultation {
  position: relative;
  background-size: cover;
}

#consultation .content-area {
  z-index: 1;
  position: relative;
}

#consultation h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 36px;
}

@media (min-width: 768px) {
  #consultation h2 {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  #consultation h2 {
    font-size: 71px;
  }
}

#consultation p {
  text-align: center !important;
  color: #ffffff;
}

.consultant-img {
  background: url("../assets/images/footer-bg-min.jpeg") center no-repeat;
}

.consultant-img .consultant-overlay {
  background-color: #4169b7;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.consultant-img .container {
  padding: 100px 0;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.icon-circle img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.exterlink {
  text-decoration: underline !important;
  color: #4a6eec;
}

footer {
  background-color: #0c2647;
}

footer h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

footer .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

footer .separator {
  width: 100%;
  height: 2px;
  background-color: #374c65;
}

footer .post-img,
footer .post-img img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

footer ul li {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

footer ul li img {
  padding-right: 10px;
}

footer .input-group input {
  height: 45px;
}

footer .input-group .input-group-text {
  background-color: #0035af;
  border: none;
}

.ablica-global {
  width: 200px;
}

#subfooter {
  background-color: #002555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  #subfooter {
    height: 100px;
    text-align: left;
  }
}

#subfooter img {
  margin: 20px 0;
}

@media (min-width: 992px) {
  #subfooter img {
    margin: 0;
  }
}

#subfooter p {
  color: #ffffff;
}

#subfooter a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
}

.careeroneimgdiv{
  margin: auto 0px;
}

.career-banner {
  background: url(../assets//images/slider1.jpg) no-repeat center;
}
.vacanciestwo{
  background: url(../assets//images/2.jpg) no-repeat center;
}

.careerone {
  background: url(../assets//images/3.jpg) no-repeat center;
  background-size: cover;
}
.careertwo{
  background: url(../assets//images/4.jpg) no-repeat center;
  background-size: cover;
}


.service-banner {
  background: url(../assets//images/servicebanner.jpg) no-repeat center;
}


.serviceone {
  background: url(../assets//images/employeebenefits-min.jpg) no-repeat center;
  background-size: cover;
}

.servicetwo {
  background: url(../assets//images/insuranceservice.jpg) no-repeat center;
  background-size: cover;
}

.servicethree {
  background: url(../assets//images/corporatesolutions.jpg) no-repeat center;
  background-size: cover;
}

.serviceequity {
  background: url(../assets//images/equity.png) no-repeat center;
  background-size: cover;
  border: 1px solid #e4e4e4;
}

.feature-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(177, 224, 243, 0.25);
          box-shadow: 0px 4px 10px rgba(177, 224, 243, 0.25);
  border-radius: 4px;
  height: 200px;
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.feature-card .icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #d8edf6;
  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;
  margin-bottom: 30px;
}

.feature-card .icon-circle img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-card h4 {
  font-size: 18px;
  color: #111a3b;
  font-weight: bold;
}

.resource-banner {
  background: url(../assets//images/resourcebanner.jpg) no-repeat center;
}

.resource-banner h1 {
  max-width: 1000px;
}

.resource-wrapper {
  max-width: 860px;
}

.bg-blue {
  background-color: #f7fcfe;
}

.seemore-link {
  font-weight: 700;
}

.shapecard {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .shapecard {
    width: auto;
    margin-bottom: 0;
  }
}

.resource-card {
  position: relative;
  margin-bottom: 40px;
  height: 100%;
  overflow: hidden;
}

.resource-card .post-label {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 17px 0;
  z-index: 1;
  padding: 10px;
  font-weight: 900;
}

.resource-card .fist-resource-desc {
  min-height: 228px;
}

.resource-card .resource-imgsection {
  position: relative;
}

.resource-card .resource-imgsection .overlayimg {
  border-radius: 24px 24px 0 0;
  width: 100%;
}

.resource-card .resource-imgsection .overlayicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.resource-card .resource-decription {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0 0 90px 20px;
  color: #ffffff;
  border: 2px solid #ffb703;
  border-top: none;
}

.resource-card .resource-decription .title-tool {
  font-size: 16px;
  font-weight: 700;
}

.resource-card .resource-decription h3 {
  font-size: 18px;
  color: #000;
}

.resource-card .resource-decription p {
  color: #ffffff;
}

.resource-card .resource-shape {
  width: 0;
  height: 0;
  border-bottom: 80px solid #ffb703;
  border-left: 70px solid transparent;
  border-radius: 0px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.smallcard img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.smallcard .resource-decription {
  height: 105px;
}

.smallcard .resource-decription h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}

.bigcard img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bigcard .resource-decription {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactbanner {
  background: url(../assets/images/contactbanner.svg) no-repeat;
  background-size: contain;
  padding: 30px 0 200px;
  position: relative;
}

@media (max-width: 568px) {
  #contactbanner {
    padding: 30px 0 30px;
  }
}

#contactbanner .triangle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#contactbanner .main-content {
  max-width: 500px;
  margin-bottom: 50px;
}

#contactbanner .main-content h1 {
  color: #111a3b;
  font-weight: 700;
}

#contactbanner .main-content p {
  color: #111a3b;
}

#contactbanner .contact-card {
  -webkit-box-shadow: 59.7444px -25.6048px 127px rgba(0, 0, 0, 0.03), 11.9489px -5.12095px 20.6375px rgba(0, 0, 0, 0.015);
          box-shadow: 59.7444px -25.6048px 127px rgba(0, 0, 0, 0.03), 11.9489px -5.12095px 20.6375px rgba(0, 0, 0, 0.015);
  border-radius: 8px;
  padding: 40px;
  background-color: #ffffff;
}

#contactbanner .contact-card .col-form-label {
  color: #111a3b;
  font-size: 16px;
  font-weight: 600;
}

#contactbanner .contact-card .form-control {
  background-color: #f1f1f5;
  border-radius: 4px;
  border: none;
  color: #b9b9c1;
}

.emaillink {
  color: #1442E7;
}

#office h1 {
  color: #111a3b;
  font-weight: 700;
  margin-bottom: 20px;
}

#office .mapicon {
  display: block;
  max-width: 35px;
  margin-right: 10px;
}

#office h3 {
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}

#office h3:hover {
  color: #000000;
}

#office img {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #office img {
    margin-bottom: 0;
  }
}

.project-btn a {
  padding: 0 20px;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */

/* new vacancy */
.cardinbtn{
  color: #0a58ca;
  font-weight: 600;
}
.vacancy_card{
  height: auto;
  text-align: left!important;
  display: block!important;
  border:1px solid #219ebc;
  box-shadow: 0px 4px 10px #aad9e7;
}
.vacancy_card h2{
  color: #0a58ca;
}
.vacancy_card:hover{
  background-color: #aad9e7;
  border:2px solid #219ebc;
}
.mb-2{
  margin-bottom: 20px;
}
.hr{
  border: 1px solid grey;
}
.applyform{
/*    border: 1px solid grey;*/
    box-shadow: 1px 0px 9px grey!important;
}
.careerapply-content{
  width: 80%;
  max-width: unset!important;
}

@media only screen and (max-width: 768px){
  .careerapply-content{
    width: 100%;
    max-width: unset!important;
  }
}