:root {
  --pri-color:#0261AB;
  --pri-hover-color:#004b85;
  --pri-light-color:#EDF7FF;
  --footer-color:#456EA1;
  --footer-hading-col:#31B6E1;
}

* {
  margin: 0px;
  font-family: "Poppins", serif;
  font-style: normal;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}

.msrhlt-hubspot-frm-style input[type=text], .msrhlt-hubspot-frm-style input[type=email], .msrhlt-hubspot-frm-style input[type=tel], .msrhlt-hubspot-frm-style input[type=text], .msrhlt-hubspot-frm-style input[type=password], .msrhlt-hubspot-frm-style input, .msrhlt-hubspot-frm-style textarea, .msrhlt-hubspot-frm-style select, .msrhlt-hubspot-frm-style .form-control, .msrhlt-hubspot-frm-style .hs-input {
  background: #fff;
  border: solid 1px #ced4da;
  height: calc(3.5rem + 2px);
  font-size: 1rem;
  border-radius: 5px;
  padding: 0 15px;
  width: 100%;
}
.msrhlt-hubspot-frm-style .hs-button {
  background-color: var(--pri-color);
  border: none;
  color: #fff;
  width: 99%;
}
.msrhlt-hubspot-frm-style .hs-button:hover {
  background-color: var(--pri-hover-color);
}
.msrhlt-hubspot-frm-style input[type=text].invalid.error, .msrhlt-hubspot-frm-style input[type=email].invalid.error, .msrhlt-hubspot-frm-style input[type=tel].invalid.error, .msrhlt-hubspot-frm-style input[type=text].invalid.error, .msrhlt-hubspot-frm-style input[type=password].invalid.error, .msrhlt-hubspot-frm-style input.invalid.error, .msrhlt-hubspot-frm-style textarea.invalid.error, .msrhlt-hubspot-frm-style select.invalid.error, .msrhlt-hubspot-frm-style .form-control.invalid.error, .msrhlt-hubspot-frm-style .hs-input.invalid.error {
  border-color: rgba(244, 67, 54, 0.8);
}
.msrhlt-hubspot-frm-style .hs-form-field {
  margin-bottom: 1.2rem;
  float: left;
  width: 100%;
}
.msrhlt-hubspot-frm-style .hs-error-msgs {
  margin: 0px;
}
.msrhlt-hubspot-frm-style .hs-error-msgs ul {
  margin-bottom: 1rem;
}
.msrhlt-hubspot-frm-style .hs-error-msgs li {
  list-style: none;
  color: #F44336;
  font-size: 1rem;
  margin-top: 0.2rem;
}
.msrhlt-hubspot-frm-style .hs-form-field label {
  display: none;
}
.msrhlt-hubspot-frm-style .hs-form-field ul li label {
  display: block !important;
}

.btn {
  border-radius: 180px;
  padding: 12px 25px;
  margin: 5px 2px;
}
@media only screen and (max-width: 1200px) {
  .btn {
    padding: 7px 22px;
  }
}
.btn svg {
  margin-left: 8px;
}
.btn .collapse-arrow {
  transform: rotate(0.377turn);
  margin-top: -3px;
}

.btn-primary {
  background-color: var(--pri-color);
  border-color: var(--pri-color);
}
.btn-primary:hover {
  background-color: var(--pri-hover-color) !important;
  border-color: var(--pri-hover-color) !important;
}

.btn-primary-white {
  background-color: #fff;
  color: var(--pri-color);
  border-color: var(--pri-color);
}
.btn-primary-white:hover {
  background-color: var(--pri-hover-color);
  border-color: var(--pri-hover-color);
  color: #fff;
}
.btn-primary-white:hover svg path {
  fill: #fff;
}
.btn-primary-white svg path {
  fill: var(--pri-color);
}

.btn-outline-primary {
  border-color: var(--pri-color);
  color: var(--pri-color);
}
.btn-outline-primary:hover {
  background-color: var(--pri-hover-color);
  border-color: var(--pri-hover-color);
}
.btn-outline-primary:hover svg path {
  fill: #fff;
}
.btn-outline-primary svg path {
  fill: var(--pri-color);
}

p, li {
  font-size: 1rem;
  line-height: 1.7rem;
}

li {
  list-style-type: circle;
  font-size: 1rem;
}

.msrhlt-heading {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  color: var(--pri-color);
}
.msrhlt-heading img {
  margin-right: 0.3rem;
}

.sec-paddding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.msrhlt-nav .navbar-collapse {
  flex-grow: 0;
}
.msrhlt-nav .nav-item {
  list-style: none;
}
.msrhlt-nav nav {
  width: 97%;
  margin: 1% 1.5% 1% 1.5%;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.0784313725);
  transition: 0.5s;
}
.msrhlt-nav nav .navbar-brand img {
  max-width: 230px;
}
.msrhlt-nav nav .nav-item .nav-link {
  color: #000;
  margin-right: 25px;
  transition: 0.5s;
}
.msrhlt-nav nav .nav-item .nav-link:hover {
  color: var(--pri-color);
}

.sticky nav {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .for-mb-hight {
    height: 100%;
  }
}

.msrhlt-slider {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .msrhlt-slider {
    height: 70vh;
    margin-top: 90px;
  }
}
.msrhlt-slider .carousel-inner img {
  width: 100%;
}
.msrhlt-slider .row {
  margin-top: 150px;
}
@media only screen and (max-width: 1500px) {
  .msrhlt-slider .row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .msrhlt-slider .row {
    margin-top: 0px;
  }
}
.msrhlt-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.msrhlt-slider .carousel-control-next, .msrhlt-slider .carousel-control-prev {
  cursor: pointer;
  width: 50px;
}
@media only screen and (max-width: 991px) {
  .msrhlt-slider .carousel-control-next, .msrhlt-slider .carousel-control-prev {
    width: 35px;
  }
}
.msrhlt-slider .carousel-control-next svg path, .msrhlt-slider .carousel-control-prev svg path {
  fill: var(--pri-color);
}
@media only screen and (min-width: 992px) {
  .msrhlt-slider .slid-ind-sec .mobile-vis-img {
    display: none;
  }
}
.msrhlt-slider .slid-ind-sec h1 {
  font-size: 4rem;
  font-weight: 300;
}
@media only screen and (max-width: 1500px) {
  .msrhlt-slider .slid-ind-sec h1 {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 1400px) {
  .msrhlt-slider .slid-ind-sec h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .msrhlt-slider .slid-ind-sec h1 {
    font-size: 2.2rem;
  }
}
.msrhlt-slider .slid-ind-sec h1 b {
  font-weight: 600;
  color: var(--pri-color);
}
.msrhlt-slider .slid-ind-sec p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.msrhlt-slider .slid-ind-sec .slid-btn-sec {
  margin-top: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .msrhlt-slider .slid-ind-sec .slid-btn-sec {
    margin-top: 1.5rem;
  }
}
.msrhlt-slider .slid-ind-sec .slid-btn-sec .slid-btn-in {
  padding-top: 2.2rem;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .msrhlt-slider .slid-ind-sec .slid-btn-sec .slid-btn-in {
    padding-top: 1.4rem;
  }
}
.msrhlt-slider .slid-ind-sec .slid-btn-sec .fyj-btn {
  padding-right: 1.5rem;
  border-right: 1px solid;
  float: left;
  margin-right: 1.5rem;
  border-color: var(--pri-color);
}
@media only screen and (max-width: 1400px) {
  .msrhlt-slider .slid-ind-sec .slid-btn-sec .fyj-btn {
    float: none;
    border-right: 0px;
  }
}
.msrhlt-slider .slid-ind-sec .slid-btn-sec .fyj-two-btn {
  float: left;
}
@media only screen and (max-width: 1400px) {
  .msrhlt-slider .slid-ind-sec .slid-btn-sec .fyj-two-btn {
    margin-top: 20px;
  }
}
.msrhlt-slider .slid-ind-sec .slid-btn-sec span {
  position: absolute;
  top: 0;
  -moz-columns: var(--pri-color);
       columns: var(--pri-color);
}
.msrhlt-slider .slider-img-sec img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .msrhlt-slider .slider-img-sec img {
    display: none;
  }
}

.about-us-main-sec .about-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 50px;
}
.about-us-main-sec .about-con-main-info {
  margin-top: 1.5rem;
  margin-bottom: 1.8rem;
  padding: 0rem 1rem;
}
.about-us-main-sec .about-con-main-info .about-con-info {
  border: 1px solid #0261ab;
  padding: 20px;
}
.about-us-main-sec .about-con-main-info .about-con-info h1 {
  font-size: 1.7rem;
  color: var(--pri-color);
  margin: 0px;
}
.about-us-main-sec .about-con-main-info .about-con-info p {
  font-size: 1rem;
  margin: 0px;
  line-height: 19px;
}
.about-us-main-sec .about-con-main-info .about-con-info:nth-child(1) {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .about-us-main-sec .about-con-main-info .about-con-info:nth-child(1) {
    border-right: 0;
    border-bottom: 0;
  }
}
.about-us-main-sec .about-con-main-info .about-con-info:nth-child(2) {
  border-left: none;
  border-right: none;
}
.about-us-main-sec .about-con-main-info .about-con-info:nth-child(3) {
  border-top: none;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .about-us-main-sec .about-con-main-info .about-con-info:nth-child(3) {
    border-right: 0;
  }
}
.about-us-main-sec .about-con-main-info .about-con-info:nth-child(4) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.our-specialties-main-sec {
  background-color: var(--pri-light-color);
}
.our-specialties-main-sec .spec-icon-main-sec {
  margin-top: 3rem;
}
.our-specialties-main-sec .spec-icon-main-sec .spec-icon-sec {
  text-align: center;
}
.our-specialties-main-sec .spec-icon-main-sec .spec-icon-sec span {
  background-color: var(--pri-color);
  align-items: center !important;
  width: 80px;
  height: 80px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.our-specialties-main-sec .spec-icon-main-sec .spec-icon-sec span img {
  margin: 0 auto;
  width: 42%;
}
.our-specialties-main-sec .spec-icon-main-sec .spec-icon-sec h1 {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: var(--pri-color);
}
@media only screen and (max-width: 992px) {
  .our-specialties-main-sec .spec-icon-main-sec .spec-icon-sec h1 {
    font-size: 1rem;
  }
}
.our-specialties-main-sec .btn {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.our-specialties-main-sec .spc-hide-main-sec {
  max-width: 1400px;
  margin: 0 auto;
}
.our-specialties-main-sec .spc-hide-main-sec .spc-hide-sec {
  background-color: rgba(255, 255, 255, 0.4235294118);
  padding: 2rem;
  border-radius: 18px;
  height: 100%;
}
.our-specialties-main-sec .spc-hide-main-sec .spc-hide-sec h1 {
  font-size: 1.5rem;
  color: var(--pri-color);
}

.MSR-Healthcare-main-sec .btn svg {
  transform: rotate(0.377turn);
  margin-top: -3px;
}
.MSR-Healthcare-main-sec .health-row-sec {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 3rem;
}
.MSR-Healthcare-main-sec .health-row-sec .health-main-con-sec {
  position: relative;
}
.MSR-Healthcare-main-sec .health-row-sec .health-main-con-sec .health-icon-sec {
  background-color: #ffffff;
  align-items: center !important;
  width: 80px;
  height: 80px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  left: 0;
  top: 0;
}
.MSR-Healthcare-main-sec .health-row-sec .health-main-con-sec .health-icon-sec img {
  margin: 0 auto;
  width: 64%;
}
.MSR-Healthcare-main-sec .health-row-sec .health-main-con-sec .health-con-sec {
  padding-left: 100px;
}
.MSR-Healthcare-main-sec .health-row-sec .health-main-con-sec .health-con-sec h1 {
  font-size: 1.6rem;
  color: var(--pri-color);
  font-weight: 600;
}
.MSR-Healthcare-main-sec .health-main-side-sec {
  margin-top: 2rem;
  display: flex;
}
.MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec {
  background-color: #F6FBFF;
  border-radius: 19px;
  padding: 26px;
  width: 30%;
  margin: 1%;
}
@media only screen and (max-width: 991px) {
  .MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec {
    width: 99%;
  }
}
.MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec:last-child {
  margin-right: 0px;
}
.MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec h1 {
  font-size: 1.5rem;
  color: var(--pri-color);
}
.MSR-Healthcare-main-sec .health-main-side-sec .health-side-sec p {
  margin: 0px;
}

.our-solution-main-sec {
  background-color: var(--pri-light-color);
}
.our-solution-main-sec .our-solution-sec {
  display: flex;
}
@media only screen and (max-width: 1201px) {
  .our-solution-main-sec .our-solution-sec {
    display: block;
  }
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec {
  position: relative;
  width: 50%;
  padding-left: 80px;
  margin-bottom: 15px;
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec {
  background: rgb(255, 255, 255);
  background: linear-gradient(87deg, rgb(255, 255, 255) 0%, rgba(0, 212, 255, 0) 100%);
  padding: 35px;
  position: relative;
  height: 100%;
  height: 100%;
  align-items: center !important;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec {
    min-height: 700px;
  }
}
@media only screen and (min-width: 1400px) {
  .our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec .solution-cont-sec {
    min-width: 150px;
    max-height: 650px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec .solution-cont-sec {
    min-width: 150px;
    max-height: 400px;
    overflow: hidden;
  }
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec::after {
  content: "";
  position: absolute;
  background-color: var(--pri-color);
  height: 80%;
  width: 4px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  border-radius: 180px;
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .solutions-indu-sec .solution-cont-sec h1 {
  font-size: 2rem;
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .spec-icon-sec {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 40px;
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .spec-icon-sec span {
  background-color: var(--pri-color);
  align-items: center !important;
  width: 80px;
  height: 80px;
  border-radius: 18px 0px 0px 18px;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.our-solution-main-sec .our-solution-sec .solutions-in-sid-sec .spec-icon-sec span img {
  margin: 0 auto;
  width: 51%;
}
.our-solution-main-sec .our-solution-sec .show-side {
  width: 50%;
  transition: 0.5s;
}
@media only screen and (max-width: 1201px) {
  .our-solution-main-sec .our-solution-sec .show-side {
    width: 100%;
  }
}
.our-solution-main-sec .our-solution-sec .hide-side {
  cursor: pointer;
  width: 20%;
  transition: 0.5s;
}
@media only screen and (max-width: 1201px) {
  .our-solution-main-sec .our-solution-sec .hide-side {
    width: 100%;
  }
}
.our-solution-main-sec .our-solution-sec .hide-side .solutions-indu-sec {
  align-items: center !important;
  display: flex;
}
@media only screen and (max-width: 1201px) {
  .our-solution-main-sec .our-solution-sec .hide-side .solutions-indu-sec {
    display: block;
  }
}
.our-solution-main-sec .our-solution-sec .hide-side ul {
  display: none;
}
@media only screen and (max-width: 1201px) {
  .our-solution-main-sec .our-solution-sec .hide-side ul {
    display: block;
  }
}

.lets-talk-staffing-main-sec .btn-primary-white:hover {
  border-color: #ffffff;
}
.lets-talk-staffing-main-sec .lets-talk-sec {
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.lets-talk-staffing-main-sec .lets-talk-sec::after {
  content: "";
  position: absolute;
  background-color: var(--pri-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.lets-talk-staffing-main-sec .lets-talk-sec .lets-bg {
  position: absolute;
  right: 0;
  width: 40%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .lets-talk-staffing-main-sec .lets-talk-sec .lets-bg {
    width: 100%;
    opacity: 0.2;
  }
}
.lets-talk-staffing-main-sec .lets-talk-sec .lets-con-sec {
  width: 55%;
}
@media only screen and (max-width: 992px) {
  .lets-talk-staffing-main-sec .lets-talk-sec .lets-con-sec {
    width: 100%;
  }
}
.lets-talk-staffing-main-sec .lets-talk-sec .lets-con-sec h1 {
  color: #fff;
}
.lets-talk-staffing-main-sec .lets-talk-sec .lets-con-sec p {
  color: #fff;
}

.contact-main-form {
  min-height: 700px;
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contact-main-form .need-more-bg {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-main-sec {
  background-color: #0A2241;
}
@media (min-width: 1200px) {
  .footer-main-sec .container {
    max-width: 1300px;
  }
}
.footer-main-sec .menu-head {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer-main-sec .menu-head span {
  color: var(--footer-hading-col);
}
.footer-main-sec .foot-about {
  margin-bottom: 2rem;
}
.footer-main-sec .foot-about p {
  color: var(--footer-color);
}
.footer-main-sec .foot-menu {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 992px) {
  .footer-main-sec .foot-menu {
    margin-left: 0rem;
  }
}
.footer-main-sec .foot-menu ul {
  padding: 0px;
}
.footer-main-sec .foot-menu ul li {
  margin-bottom: 0.3rem;
}
.footer-main-sec .foot-menu ul li a {
  color: var(--footer-color);
  text-decoration: none;
}
.footer-main-sec .foot-menu ul li a:hover {
  color: #fff;
}
.footer-main-sec .foot-social-sec .social-icon-sec .share-media {
  margin: 1rem 0 0;
  padding: 0px;
}
.footer-main-sec .foot-social-sec .social-icon-sec .share-media li {
  display: inline-block;
  margin: 0 0.5rem;
  margin-bottom: 20px;
}
.footer-main-sec .foot-social-sec .social-icon-sec .share-media li a {
  display: inline-block;
}
.footer-main-sec .foot-social-sec .social-icon-sec .share-media li a svg {
  width: 30px;
  height: 30px;
}
.footer-main-sec .foot-social-sec .socail-black li a svg path {
  fill: var(--footer-color);
  transition: 0.1s;
}
.footer-main-sec .foot-social-sec .socail-black li a:hover svg path {
  fill: #fff;
}
.footer-main-sec .footer-btm-info-main-sec {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px;
}
.footer-main-sec .footer-btm-info-main-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 154, 255, 0.6196078431);
  content: "";
  z-index: -1;
}
.footer-main-sec .footer-btm-info-main-sec .footer-btm-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  padding: 0px;
  z-index: -1;
  top: 0;
  -o-object-position: 20% 26%;
     object-position: 20% 26%;
}
@media only screen and (max-width: 992px) {
  .footer-main-sec .footer-btm-info-main-sec .ftr-main-sec {
    margin-bottom: 35px;
  }
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-icon-sec {
  width: 50px;
  background-color: #fff;
  border-radius: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 25px;
  position: relative;
  float: left;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-icon-sec::after {
  content: "";
  border-radius: 180px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  height: 150%;
  width: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-icon-sec svg {
  width: 43%;
  margin: 0 auto;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-icon-sec svg path {
  fill: #3b9aff;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-con-sec {
  margin-top: 6px;
  float: left;
  width: 70%;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-con-sec h3 {
  font-size: 0.9rem;
  color: #fff;
  margin: 0px;
  font-weight: 600;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-con-sec p {
  color: #fff;
  margin: 0px;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-con-sec p a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.footer-main-sec .footer-btm-info-main-sec .ftr-main-sec .ftr-btn-in-sec .ftr-con-sec p a:hover {
  text-decoration: underline;
}
.footer-main-sec .copyright-sec {
  text-align: center;
  color: var(--footer-color);
  margin-top: 29px;
  font-size: 1rem;
}
.footer-main-sec .copyright-sec a {
  color: #75a0d5;
  cursor: pointer;
  transform: 0.5s;
}
.footer-main-sec .copyright-sec a:hover {
  color: #fff;
}

.inner-slider-main-sec {
  background-color: var(--pri-light-color);
  position: relative;
}
.inner-slider-main-sec .inner-slider-con {
  margin-top: 17vh;
  margin-bottom: 8vh;
}
@media only screen and (max-width: 992px) {
  .inner-slider-main-sec .inner-slider-con {
    margin-bottom: 5vh;
  }
}
.inner-slider-main-sec .inner-slider-con h1 {
  font-size: 4rem;
  font-weight: 300;
}
.inner-slider-main-sec .inner-slider-con h1 b {
  font-weight: 600;
  color: var(--pri-color);
}
.inner-slider-main-sec .inner-slider-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .inner-slider-main-sec .inner-slider-img {
    display: none;
  }
}
.inner-slider-main-sec .inner-slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-sec-start h1 {
  color: var(--footer-color);
}
.job-sec-start .job-info-sec .career_card {
  position: relative;
  border-bottom: 1px solid var(--footer-hading-col);
  padding: 30px 0px 20px;
}
.job-sec-start .job-info-sec .career_card:last-child {
  border: none;
}
@media only screen and (max-width: 766px) {
  .job-sec-start .job-info-sec .career_card {
    padding: 30px 0px 75px;
  }
}
.job-sec-start .job-info-sec .career_card .d-flex {
  flex-wrap: wrap;
}
.job-sec-start .job-info-sec .career_card .car-right-arrow img {
  width: 15px;
  transform: rotate(270deg);
  transition: 0.5s;
}
.job-sec-start .job-info-sec .career_card .car-right-arrow img.collapsed {
  transform: rotate(90deg);
  transition: 0.5s;
}
.job-sec-start .job-info-sec .career_card .career_card_heading {
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.job-sec-start .job-info-sec .career_card .career_card_heading:hover {
  color: var(--footer-hading-col);
}
.job-sec-start .job-info-sec .career_card .blue-info-sec {
  margin: 15px 0px 10px 0px;
}
.job-sec-start .job-info-sec .career_card .blue-info-sec .info-sec {
  font-size: 19px;
  font-weight: 500;
  color: var(--footer-color);
  margin-right: 15px;
}
.job-sec-start .job-info-sec .career_card .blue-info-sec .info-sec span {
  float: left;
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 8px;
}
.job-sec-start .job-info-sec .career_card .blue-info-sec .info-sec span img {
  float: left;
  margin-top: 3px;
  width: 100%;
  max-height: 100%;
}
.job-sec-start .job-info-sec .career_card .career_card_short_description span {
  font-size: 18px;
  color: var(--footer-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 7px;
}
.job-sec-start .job-info-sec .career_card .career_card_short_description ul li {
  font-size: 19px;
  font-weight: 500;
  color: #090f1b;
  padding-right: 40px;
  padding-left: 0px;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .job-sec-start .job-info-sec .career_card .career_card_short_description ul li {
    width: 100%;
  }
}
.job-sec-start .job-info-sec .career_card .career_card_short_description ul li::after {
  content: "";
  width: 2px;
  height: 19px;
  background-color: #5a5c63;
  position: absolute;
  top: 5px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .job-sec-start .job-info-sec .career_card .career_card_short_description ul li::after {
    display: none;
  }
}
.job-sec-start .job-info-sec .career_card .career_card_short_description ul li:last-child {
  padding-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .job-sec-start .job-info-sec .career_card .career_card_short_description ul li:last-child {
    display: none;
  }
}
.job-sec-start .job-info-sec .career_card .career_card_short_description ul li:last-child::after {
  display: none;
}
.job-sec-start .job-info-sec .career_card .collapse_arrow {
  position: absolute;
}

.job-info-slider-main-sec {
  background-color: var(--pri-light-color);
  position: relative;
}
.job-info-slider-main-sec .row {
  padding-top: 140px;
  padding-bottom: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .job-info-slider-main-sec .row {
    padding-top: 115px;
  }
}
.job-info-slider-main-sec .job-btn-sec {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .job-info-slider-main-sec .job-btn-sec {
    text-align: left;
  }
}
.job-info-slider-main-sec .inner-slider-con {
  transition: 0.5s;
}
.job-info-slider-main-sec .inner-slider-con h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .job-info-slider-main-sec .inner-slider-con h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.job-info-slider-main-sec .inner-slider-con h1 b {
  font-weight: 600;
  color: var(--pri-color);
}
.job-info-slider-main-sec .inner-slider-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.job-info-slider-main-sec .inner-slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.career-sticky .row {
  padding-top: 95px;
}

.job-info-sec {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.job-info-sec h1 {
  font-size: 1.5rem;
  color: var(--footer-color);
}
.job-info-sec ul {
  margin-left: 25px;
  width: calc(100% - 25px);
}

.msr-htl-job-frm .msr-mid {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
.msr-htl-job-frm .msr-mid .modal-header {
  padding: 0px;
  border: none;
}
.msr-htl-job-frm .msr-mid .modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.msr-htl-job-frm .msr-mid .form-group {
  margin-top: 15px;
}
.msr-htl-job-frm .msr-mid .error {
  color: red;
  font-size: 14px;
  margin-top: 6px;
}
.msr-htl-job-frm .msr-mid #applicant-resume-error {
  margin-left: 0px !important;
}
.msr-htl-job-frm .msr-mid .iti--allow-dropdown {
  width: 100%;
}
.msr-htl-job-frm .msr-mid .form-control[type=file] {
  opacity: 1 !important;
}
@media (min-width: 576px) {
  .msr-htl-job-frm .msr-mid .modal-dialog {
    max-width: 700px;
  }
}
.msr-htl-job-frm .msr-mid .jobpost-form {
  padding: 30px;
}

.no-page-sec {
  text-align: center;
  margin-top: 8rem;
}
.no-page-sec img {
  max-width: 500px;
  width: 100%;
}

.error-404 {
  min-height: 350px;
  margin-top: 200px;
  text-align: center;
  position: relative;
}
.error-404 .nofoundTxt {
  display: inline-block;
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -10px;
  line-height: 0;
  margin-top: 18rem;
  position: relative;
}
.error-404 .nofoundTxt::after {
  width: 70px;
  height: 35px;
  left: 51%;
  transform: translateX(-50%);
  position: absolute;
  background: url(../images/zeroShadow.svg) center no-repeat;
  background-size: contain;
  bottom: -54px;
  -webkit-animation: animateShadow 5s ease infinite;
}
.error-404 .nofoundTxt .flyZero {
  position: relative;
  top: -20px;
  -webkit-animation: animateZero 5s ease infinite;
}
.error-404 .nofoundTxt .flyZero .belons {
  position: absolute;
  transform: translateX(-50%) translateY(-26%);
  top: -100%;
  left: 62%;
}
.error-404 .nofoundTxt .flyZero .belons img {
  min-width: 200px;
  -webkit-animation: animateThis 5s ease infinite;
  transform-origin: bottom;
}
.error-404 .cloud-bg {
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../images/cloudAnim.svg) no-repeat;
  overflow-x: hidden;
  animation: slideCloud 15s linear 1s infinite;
  top: -10px;
}
.error-404 .cloud-bg::before, .error-404 .cloud-bg::after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}
.error-404 .cloud-bg::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.error-404 .cloud-bg::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0));
}

@keyframes slideCloud {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: -400px center;
  }
  100% {
    background-position: -800px center;
  }
}
@keyframes animateThis {
  0% {
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.05);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes animateZero {
  0% {
    top: -20px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: -20px;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */