@font-face {
  font-family: nova-thin;
  src: url("../fonts/FontsFree-Net-Proxima-Nova-Thin.otf");
}

@font-face {
  font-family: nov-regular;
  src: url("../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf");
}

@font-face {
  font-family: Zona-Thin;
  src: url("../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf");
}

html {
  font-size: 1em;
}

p {
  font-size: 1em;
  line-height: 25px;
}

a:hover {
  text-decoration: none;
  text-decoration: none;
}

ul {
  margin: 0;
  margin-bottom: 0;
}

body {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: nov-regular;
  background-repeat: repeat;
  color: #393939;
}

.section-pad {
  padding: 3.5em 0;
}

.green-c {
  color: #359a10;
}

.blue-c {
  color: #183da9;
}

.section-heading {
  text-align: center;
  margin-bottom: 3.5em;
  position: relative;
}

.section-heading h3 {
  font-size: 1.5em;
  position: relative;
}

.section-heading h3:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: -15px;
  width: 40px;
  background: #45baf0;
  height: 4px;
  border-radius: 0 0 5px 5px;
}

.main-title {
  font-weight: 500;
  font-size: 1.5em;
}

.title-des {
  margin-bottom: 0 !important;
  font-size: 0.91em;
  letter-spacing: 0.5px;
}

.nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.nav-menu-wrapper {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -mz-transition: 0.3s all ease-in-out;
}

.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #2c3e50;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.navbar {
  background: rgba(44, 62, 80, 0.81);
  padding: 5px 5em;
}

.navbar .eruvaka-logo {
  width: 160px;
}

.navbar .nav-link {
  color: #fff;
}

.navbar .nav-link:hover {
  color: #fff;
}

.navbar .nav-item {
  margin-right: 20px;
}

.navbar .login-btn a {
  background: #cb9c0d;
  color: #fff;
  padding: 5px 11px;
  border-radius: 8px 0 8px 0;
  font-weight: 600;
}

.navbar .login-btn a:hover {
  text-decoration: none;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

.slider-block {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-block img {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}
.slider {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.slider .slider-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.slider-media {
  width: 100%;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(82, 82, 82, 0.8)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(to top, rgba(82, 82, 82, 0.8), rgba(51, 51, 51, 0.2));
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 100%;
}

.slider-content h3 {
  font-size: 2.15em;
  margin-top: 0;
  margin-bottom: 0.8em;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ececff;
  font-weight: 600;
}

.slider-content h4 {
  text-transform: uppercase;
  color: #ffeb3b;
}

.slider-content p {
  font-size: 1.1em;
}

.slider-content .join-text {
  color: #fff;
  letter-spacing: 1px;
}

.slider-btn {
  background: #0a3a65;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px 0 8px 0;
  font-weight: 600;
}

.slider-btn:hover {
  color: #ffffff;
}

.slider-btn-block {
  margin-top: 3em;
}

.about-block {
  background: url(../src/bgs/about-bg.png);
  background-repeat: no-repeat;
}

.about-icon {
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  display: inline-block;
  border-radius: 8px 0 8px 0;
  padding: 8px;
}

.about-icon img {
  width: 50px;
}

.about-left {
  position: relative;
}

.about-left img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
}

.about-left:after {
  content: "";
  position: absolute;
  left: 30px;
  right: -30px;
  bottom: -30px;
  top: 0px;
  background: #f5fbff;
  z-index: -9;
  border-radius: 80px 120px 5px 5px;
}

.culture-image {
  position: relative;
  width: 50%;
  display: table;
  margin: 0 auto;
}

.culture-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 15px;
}

.culture-image-overlay img {
  width: 90px;
}

.mt-8-em {
  margin-top: 8em;
}

.mt-6-em {
  margin-top: 6em;
}

.our-culture {
  background: url("../src/bgs/bg_image.png");
  background-size: contain;
  background-position: center;
}

.our-culture .row .col-md-3:nth-child(1) .culture-name {
  color: #007650;
}

.our-culture .row .col-md-3:nth-child(2) .culture-name {
  color: #4fa91a;
}

.our-culture .row .col-md-3:nth-child(3) .culture-name {
  color: #004fab;
}

.our-culture .row .col-md-3:nth-child(4) .culture-name {
  color: #0081aa;
}

.culture-name {
  margin-top: 0.5em;
  font-size: 1.3em;
}

.strengths-left {
  background: #dfe3e8;
  position: relative;
  padding-top: 3em;
  padding: 4em 0 4em 4em;
}

.strengths-left .nav-item .active {
  background: #45baf0 !important;
}

.strengths-right {
  background: #f4f6f8;
  padding: 1em 2em;
}

.strengths-list {
  text-align: right;
}

.strengths-list li:not(:last-child) {
  margin-bottom: 30px;
}

.strengths-list li a {
  color: #393939;
  padding: 8px 15px;
}

.strengths-list li a.active {
  color: #fff;
  background: #45baf0;
  border-radius: 12px 0 0 12px;
  font-weight: 600;
  position: relative;
}

.strengths-list li a.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #1199d8;
}

.strengths-image {
  position: relative;
  width: 65%;
  display: table;
  margin: 0 auto;
}

.strenghts-overlay {
  position: absolute;
  top: 30%;
  left: 12%;
}

.strenghts-overlay img {
  width: 90px;
}

.strenghts-des h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.our-numbers {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url("../src/bgs/map.png");
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../src/bgs/map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.number-icon {
  background: url(../src/bgs/round.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  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;
}

.number-icon img {
  width: 50px;
}

.number-details {
  margin-top: 20px;
}

.number-details .number {
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.75px;
}

.number-name {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 5px;
}

.up-arrow-icon {
  width: 15px;
  margin-right: 0px;
  margin-top: -2px;
}

.why-work-eruvaka {
  background: #f4f6f8;
}

.work-list {
  list-style: none;
}

.work-list li:nth-child(1) .work-title {
  color: #ff0000;
}

.work-list li:nth-child(2) .work-title {
  color: #980667;
}

.work-list li:nth-child(3) .work-title {
  color: #2ca24c;
}

.work-list li:nth-child(4) .work-title {
  color: #3a7cec;
}

.work-icon {
  margin-right: 30px;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  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-top: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.work-icon img {
  width: 30px;
}

.each-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.work-title {
  font-size: 1.3em;
}

#why-work-slider {
  padding: 0 0.5em;
}

#why-work-slider .carousel-item img {
  border-radius: 5px;
}

.carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(17, 34, 51, 0.48);
  opacity: 0.8;
  margin-right: 5px;
}

.carousel-indicators li:hover {
  cursor: pointer;
}

.carousel-indicators .active {
  background: #ffeb3b;
}

.slider-arrow-icon {
  width: 20px;
  border: none;
  border-radius: 50%;
  background: #3a7cec;
  display: none;
}

.carousel-control-next {
  right: 0;
  left: auto;
  bottom: 30px;
  top: auto;
  opacity: 0.5;
}

.carousel-control-prev {
  right: 40px;
  left: auto;
  bottom: 30px;
  top: auto;
  opacity: 0.5;
}

.fancybox-container {
  z-index: 99999;
}

.fade {
  opacity: 1;
}

.fade > .carousel-inner > .item {
  -webkit-transition: opacity ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.fade > .carousel-inner > .item:first-child {
  top: auto;
  position: relative;
}

.fade > .carousel-inner > .active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s;
  z-index: 2;
}

.fade > .carousel-control {
  z-index: 2;
}

.bx-controls-direction {
  display: none;
}

.bx-wrapper {
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 2px 0 #d9dde1;
          box-shadow: 0 0 2px 0 #d9dde1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffeb3b;
}

.bx-wrapper img {
  border-radius: 10px;
}

.bx-wrapper .bx-pager {
  bottom: 15px;
}

.hr-overview {
  background: #ebf6ff;
}

.join-this-ride {
  background: url("../src/bgs/bg_image.png");
  background-size: cover;
  background-size: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.job-details {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-details li {
  width: 33.33%;
  padding-right: 30px;
}

.location-details {
  background: #f5f5f5;
  padding: 1.75em 1em;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.32);
}

.location-details .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.location-details .bx-wrapper .bx-pager-item {
  display: none;
}

.location-icon {
  margin-bottom: 2em;
}

.location-icon img {
  width: 80px;
  display: table;
  margin: 0 auto;
}

.location-name {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 22px;
}

.location-positions {
  color: #183da9;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85em;
}

.location-row-top {
  margin-top: 50px;
  border-top: 1px solid #45baf0;
  padding-top: 50px;
  position: relative;
}

.location-row-top:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  height: 10px;
  width: 60px;
  background: #45baf0;
  border-radius: 8px;
}

.job-name {
  color: #183da9;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.each-job-details {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 2em;
}

.each-job-details:not(:last-child) .inner-wrap {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 3em;
}

.each-job-details span {
  font-weight: 600;
  color: #000000;
}

.job-location + span {
  text-decoration: underline;
  font-weight: 400;
}

.job-des {
  font-size: 0.95em;
  padding-right: 5px;
  margin-bottom: 2em;
}

.job-details-more {
  background: rgba(108, 109, 196, 0.82);
  color: #fff;
  padding: 5px 7px;
  border-radius: 8px 0 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-details-more:hover {
  background: #6c6dc4;
  color: #fff !important;
}

.footer {
  background: #2c3e50;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

.footer h3 {
  padding-bottom: 30px;
}

.footer-social-links {
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.footer-social-links img {
  width: 18px;
}

.footer-social-links li:not(:last-child) {
  margin-right: 35px;
}

.footer-menu-links {
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu-links li:not(:last-child) {
  margin-right: 30px;
}

.footer-menu-links li a {
  color: #fff;
}

.appStore-links {
  border-top: 1px solid rgba(69, 186, 240, 0.2);
  padding-top: 30px;
  list-style: none;
  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-top: 40px;
}

.appStore-links img {
  width: 100px;
}

.appStore-links li:not(:last-child) {
  margin-right: 35px;
}

.footer-phone {
  position: absolute;
  right: 10%;
  bottom: 0;
  background: #45baf0;
  border-radius: 8px 8px 0 0;
  padding: 0px 8px;
}

.footer-phone ul {
  list-style: none;
  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;
  padding-left: 0;
}

.footer-phone ul li {
  padding: 2px 20px;
}

.footer-phone ul li img {
  width: 15px !important;
  width: 30px;
}

.footer-phone ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.subs-email-id {
  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;
}

.subscribe-btn {
  margin-top: 20px;
}

#grabEmail {
  line-height: 35px;
  padding: 0;
  border: none;
  border-radius: 8px 0 0 8px;
  width: 250px;
  padding-left: 5px !important;
}

.submit-btn {
  line-height: 35px;
  background: #45baf0;
  border-radius: 8px 0 8px 0;
  border: none;
  outline: none;
  padding: 0 10px;
  color: #123;
  text-transform: uppercase;
  font-weight: 500;
}

.submit-btn:focus {
  outline: none;
}

.company-name {
  color: #428bca;
  font-size: inherit;
}

.footer-title p {
  opacity: 0.7;
}

.copyright {
  background: #eeeeee;
  padding: 10px 2em;
  font-size: 0.9em;
}

.copyright p {
  margin-bottom: 0;
}

.copyright .privacy {
  color: #428bca;
  font-size: inherit;
}

.copyright .privacy:hover {
  color: #3585f2;
}

.contact-form {
  margin-top: 45px;
}

.contact-form .form-control {
  background: transparent;
  border-radius: 3px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

.contact-form label {
  font-style: italic;
  font-size: 0.9em;
  color: #f2f2f2;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  bottom: 50px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.form-group input:focus ~ label {
  bottom: 80px;
}

.form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.mail-icon {
  width: 25px;
  margin-right: 5px;
}

@media (orientation: landscape) {
  .slider {
    height: 100vh;
    padding-top: 0;
  }
  .slider-media {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .job-des {
    min-height: 120px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  body {
    font-size: 0.95em;
  }
  .main-title {
    font-size: 1.3em;
  }
  .title-des {
    font-size: 0.75em;
  }
  .navbar {
    padding: 5px 10px;
  }
  .navbar .login-btn a {
    padding: 5px 10px;
  }
  .navbar-toggler {
    padding: 3x;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .toggle-icon {
    width: 35px;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav li {
    margin-right: 0 !important;
    line-height: 25px;
  }
  .login-btn a {
    margin: 0 !important;
  }
  .copyright p {
    text-align: center;
  }
  .copyright .privacy {
    color: #428bca;
  }
  .footer-menu-links {
    padding-left: 0;
  }
  .footer-menu-links li {
    margin: 0.5em !important;
  }
  .appStore-links {
    padding-left: 0;
    margin-top: 25px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer h3 {
    padding-bottom: 5px;
  }
  .join-this-ride {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .each-job-details {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .nav-menu {
    position: relative;
  }
  .slider-wrapper {
    min-height: auto;
  }
  .slider-content h4 {
    font-size: 1em;
  }
  .slider-content h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .section-pad {
    padding: 1.5em 0;
  }
  .about-icon {
    margin-bottom: 20px;
  }
  .about-icon img {
    width: 25px;
  }
  .our-culture .section-heading p {
    width: 80% !important;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  .mt-8-em {
    margin-top: 0;
  }
  .mt-6-em {
    margin-top: 0;
  }
  .each-culture {
    padding: 1em 0;
  }
  .strengths-right {
    padding-right: 0;
    padding-left: 0;
  }
  .strengths-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .strengths-left {
    padding: 0em;
  }
  .strengths-image {
    margin-bottom: 20px;
    width: 85%;
    padding: 8px;
    border-radius: 5px;
  }
  .number-icon {
    width: 95px;
    height: 95px;
  }
  .why-work-eruvaka {
    background: #f4fbff;
  }
  .why-work-eruvaka .section-heading p {
    width: 80% !important;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  #why-work-slider {
    margin-bottom: 40px;
  }
  .work-list {
    padding-left: 0;
  }
  .culture-image-overlay {
    padding: 5px;
  }
  .section-heading {
    margin-bottom: 2em;
  }
  .section-heading h3 {
    font-size: 1.3em;
  }
  .culture-name {
    font-size: 1em;
  }
  .number-details {
    margin-top: 10px;
  }
  .each-number {
    margin-bottom: 20px;
  }
  .work-icon {
    margin-right: 15px;
  }
  .location-details {
    padding: 0.5em 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact-form {
    padding: 0 10px;
    margin-top: 25px;
  }
  .contact-form .form-control {
    line-height: 25px;
    margin-bottom: 30px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .contact-form label {
    bottom: 40px;
  }
  .footer-social-links {
    margin-top: 20px;
    padding-left: 0;
  }
  .location-icon {
    margin-bottom: 1em;
  }
  .location-positions {
    margin-bottom: 0;
  }
  .work-title {
    font-size: 1.2em;
  }
  .mobile-strengths {
    background: #f4fbff;
    padding: 1.5em 0;
  }
  .mobile-strengths .strenghts-des h3 {
    background: #e4f7df;
    display: inline-block;
    padding: 5px 7px;
    font-size: 1.2em;
    border-left: 2px solid #629953;
    margin-bottom: 40px;
  }
  .mobile-strengths .strengths-left {
    background: transparent;
  }
  .strenghts-des p {
    margin-bottom: 0;
  }
  .each-strenght-line {
    width: 150px;
    height: 1px;
    background-color: rgba(206, 215, 222, 0.56);
    display: table;
    margin: 1.5em auto;
    margin-top: 1.4em !important;
  }
  hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .job-name {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .job-des {
    font-size: 1em;
    margin-bottom: 0.5em;
    height: auto !important;
  }
  .job-skills {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    padding: 5px 1em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 5px 0.5em;
  }
  .navbar .login-btn a {
    margin-left: 1.5em;
  }
  .navbar .nav-item {
    margin-right: 10px;
  }
  .navbar-nav {
    margin-left: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .nav-link {
    font-size: 0.9em;
  }
  .navbar .nav-item {
    margin-right: 2px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .nav-bar {
    padding: 10px 0;
  }
}

.menu-type-2 {
  position: relative;
}

.menu-type-2 .navbar {
  background: #fff;
}



@media (max-width: 991px) {
  .menu-type-2 .navbar {
    background: #2c3e50cf;
  }
}
@media (min-width: 768px) {
  .menu-type-2 .navbar .dropdown:hover .dropdown-menu{
    display: block;
    top: calc(100% - 5px);
  }

}
.menu-type-2 .navbar .nav-item .nav-link {
  font-size: 1.1em;
  line-height: 24px;
  color: #393939;
  position: relative;
}

@media (max-width: 991px) {
  .menu-type-2 .navbar .nav-item .nav-link {
    color: #fff;
  }
  .menu-type-2 .dropdown .dropdown-menu {
      display: block;
      position: relative;
      width: 100%;
      box-shadow: none;
  }
}

.menu-type-2 .navbar .nav-item .active {
  position: relative;
}

.menu-type-2 .navbar .nav-item .active::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #cb9c0d;
  height: 100%;
  width: 100%;
  bottom: -16px;
  left: 0;
}

@media (max-width: 991px) {
  .menu-type-2 .navbar .login-btn {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

#about-eruvaka {
  padding: 5em 0;
}

@media (max-width: 576px) {
  #about-eruvaka {
    padding: 3em 0;
  }
}

@media (min-width: 768px) {
  #about-eruvaka {
    background: url(../images/dot-a.png) no-repeat;
  }
}

#about-eruvaka .left-block {
  height: 100%;
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about-eruvaka .left-block .team-image {
  position: relative;
  margin: 0 auto;
}

#about-eruvaka .left-block .team-image::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 80%;
  bottom: -10px;
  right: -10px;
  border: 2px solid #359a10;
  border-bottom-right-radius: 10px;
  border-top: none;
  border-left: none;
}

#about-eruvaka .left-block .team-image::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 80%;
  top: -10px;
  left: -10px;
  border: 2px solid #45baf0;
  border-top-left-radius: 10px;
  border-bottom: none;
  border-right: none;
  z-index: -1;
}

#about-eruvaka .left-block .team-image .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}

#about-eruvaka .left-block .team-image .image::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 50%;
  bottom: -5px;
  right: -5px;
  border: 2px solid #359a10;
  border-bottom-right-radius: 10px;
  border-top: none;
  border-left: none;
}

#about-eruvaka .left-block .team-image .image::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 50%;
  top: -5px;
  left: -5px;
  border: 2px solid #45baf0;
  border-top-left-radius: 10px;
  border-bottom: none;
  border-right: none;
  z-index: -1;
}

#about-eruvaka .left-block .team-image .image img {
  position: relative;
  border-radius: 10px;
  border: 1px solid #8080801f;
}

@media (max-width: 991px) {
  #about-eruvaka .left-block .team-image .image img {
    margin: 0 auto;
    display: table;
  }
}

#about-eruvaka .right-block {
  padding-left: 0 !important;
}
#about-eruvaka .pdf-viewer {
  margin: -30px auto 0;
  border: 2px solid #dddddd;
  width: 100%;
  aspect-ratio: 1.15;
}
#about-eruvaka .right-block article {
  margin-bottom: 3em;
}

@media (max-width: 800px) {
  #about-eruvaka .right-block article {
    text-align: center;
  }
}

#about-eruvaka .right-block article h4 {
  font-size: 0.9em;
  line-height: 1;
  color: #183da9;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  #about-eruvaka .right-block article h4 {
    font-size: 0.8em;
  }
}

#about-eruvaka .right-block article h2 {
  font-size: 2em;
  font-weight: 300;
  color: #359a10;
  letter-spacing: 0.3px;
  position: relative;
  margin-bottom: 1.5em;
}
#about-eruvaka .right-block article h2.inline {
  text-align: center;
}
#about-eruvaka .right-block article h2.inline::after {
  right: 0;
  left: calc(50% - 32px);
}
@media (max-width: 800px) {
  #about-eruvaka .right-block article h2 {
    font-size: 1.5em;
  }
  #about-eruvaka .right-block article h2::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 65px;
    bottom: -20px;
    right: 0;
    margin: auto;
    left: 0;
    background: #45baf0;
    border-radius: 5px;
  }
}

@media (max-width: 576px) {
  #about-eruvaka .right-block article h2 {
    font-size: 1.5em;
  }
}

#about-eruvaka .right-block article h2::after {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 65px;
  bottom: -20px;
  background: #45baf0;
  border-radius: 5px;
}
#about-eruvaka .tab-content {
  position: relative;
}
#about-eruvaka .select-yrs-box {
  position: absolute;
  right: 0;
  top: -110px;
}
@media (max-width: 800px) {
  #about-eruvaka .right-block article h2::after {
    display: none;
  }
  #about-eruvaka .select-yrs-box {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  #about-eruvaka .right-block article {
    margin-bottom: 1.5rem;
  }
  #about-eruvaka .form-select {
    margin-left: 0;
  }
}

#about-eruvaka .form-select {
  border: 2px solid #dddddd;
  height: 45px;
  border-radius: 0;
  width: 250px;
  margin-left: 1rem;
}
#about-eruvaka .select-file {
  margin: 0 auto;
}
#about-eruvaka .external-link li button{
  font-weight: 600;
  color: #444444;
  border: none;
  background-color: #f2f2f2;
  line-height: 45px;
  box-shadow: 0 -3px 0 0 #004fab inset;
  letter-spacing: 1px;
  transition: 0.3s all ease-in-out;
  margin-right: 10px;
  padding-block: 0;
}
#about-eruvaka .external-link li button.active{
  background-color: #004fab;
  box-shadow: 0 -3px 0 0 #012c5d inset;
  color: #ffffff;
  outline: none;
}
#about-eruvaka .right-block article p {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 576px) {
  #about-eruvaka .right-block article p {
    font-size: 1em;
    text-align: justify;
  }
}

#about-eruvaka .right-block .features .each-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

@media (max-width: 576px) {
  #about-eruvaka .right-block .features .each-feature {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

#about-eruvaka .right-block .features .each-feature:not(:last-child) {
  margin-bottom: 40px;
}

#about-eruvaka .right-block .features .each-feature .icon .image {
  background: #ffffff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px 15px;
  width: 80px;
  height: 80px;
  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;
}

#about-eruvaka .right-block .features .each-feature .content h3 {
  font-size: 1.3em;
  font-weight: 600;
}

#about-eruvaka .right-block .features .each-feature .content h3.heading-color-one {
  color: #980667;
}

#about-eruvaka .right-block .features .each-feature .content h3.heading-color-two {
  color: #359a10;
}

@media (max-width: 576px) {
  #about-eruvaka .right-block .features .each-feature .content h3 {
    font-size: 1.2em;
  }
}

#about-eruvaka .right-block .features .each-feature .content p {
  margin: 0;
  color: #000;
  font-size: 1.05em;
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 576px) {
  #about-eruvaka .right-block .features .each-feature .content p {
    font-size: 1em;
  }
}

#eruvaka-core-values {
  background: #f9f9f9;
  padding: 4em 0;
}

#eruvaka-core-values .primary-heading {
  margin-bottom: 5em;
  text-align: center;
  margin-bottom: 10em;
}

#eruvaka-core-values .primary-heading h2 {
  font-size: 2em;
  font-weight: 300;
  color: #359a10;
  letter-spacing: 0.3px;
  position: relative;
}

@media (max-width: 800px) {
  #eruvaka-core-values .primary-heading h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 576px) {
  #eruvaka-core-values .primary-heading h2 {
    font-size: 1.5em;
  }
}

#eruvaka-core-values .primary-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 65px;
  bottom: -20px;
  background: #45baf0;
  border-radius: 5px;
}

@media (max-width: 992px) {
  #eruvaka-core-values .primary-heading {
    margin-bottom: 6em;
  }
}

@media (max-width: 576px) {
  #eruvaka-core-values .primary-heading {
    margin-bottom: 3em;
  }
}

#eruvaka-core-values .each-core-value {
  padding: 0 10px;
}

@media (max-width: 992px) {
  #eruvaka-core-values .each-core-value {
    padding: 0;
  }
}

@media (max-width: 576px) {
  #eruvaka-core-values .each-core-value {
    margin-bottom: 1.5em;
  }
}

#eruvaka-core-values .each-core-value .icon {
  margin-bottom: 2rem;
}

#eruvaka-core-values .each-core-value .text-content h3 {
  font-size: 1.3em;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 576px) {
  #eruvaka-core-values .each-core-value .text-content h3 {
    font-size: 1.2em;
  }
}

#eruvaka-core-values .each-core-value .text-content p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  color: #000000b2;
}

#eruvaka-core-values .each-core-value.first-item {
  margin-top: -5em;
}

@media (max-width: 992px) {
  #eruvaka-core-values .each-core-value.first-item {
    margin-top: 0;
  }
}

#eruvaka-core-values .each-core-value.first-item .text-content h3 {
  color: #ff0000;
}

#eruvaka-core-values .each-core-value.second-item .text-content h3 {
  color: #980667;
}

#eruvaka-core-values .each-core-value.third-item {
  margin-top: -5em;
}

@media (max-width: 992px) {
  #eruvaka-core-values .each-core-value.third-item {
    margin-top: 0;
  }
}

#eruvaka-core-values .each-core-value.third-item .text-content h3 {
  color: #359a10;
}

#eruvaka-core-values .each-core-value.fourth-item .text-content h3 {
  color: #183DA9;
}

#eruvaka-locations {
  padding: 4em 0;
  background: #ffffff;
}

#eruvaka-locations .locations-slider {
  padding: 0;
}

#eruvaka-locations .block-heading {
  margin-bottom: 2em;
}

#eruvaka-locations .block-heading h4 {
  font-size: 1.5em;
  color: #151a6a;
  font-weight: 500;
}

@media (max-width: 768px) {
  #eruvaka-locations .block-heading h4 {
    text-align: center;
  }
}

#eruvaka-locations .slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

@media (max-width: 576px) {
  #eruvaka-locations .slick-arrows {
    display: none;
  }
}

#eruvaka-locations .slick-arrows li {
  width: 30px;
  height: 30px;
  background: #cce8fe;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#eruvaka-locations .slick-arrows li:hover {
  cursor: pointer;
  background: #7fc4fc;
}

#eruvaka-locations .each-location {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#eruvaka-locations .each-location svg {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
}

#eruvaka-locations .each-location svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 479px) {
  #eruvaka-locations .each-location svg path {
    fill: #7fc4fc;
    stroke: #000;
  }
}

#eruvaka-locations .each-location svg:hover path {
  fill: #7fc4fc;
  stroke: #000;
}

#eruvaka-locations .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.head-of-the-department {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgba(249, 249, 249, 0)));
  background: linear-gradient(180deg, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  padding: 4em 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.head-of-the-department::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../../images/dot.html") no-repeat;
  z-index: -1;
}

.head-of-the-department .primary-heading {
  margin-bottom: 5em;
  text-align: center;
}

.head-of-the-department .primary-heading h2 {
  font-size: 2em;
  font-weight: 300;
  color: #359a10;
  letter-spacing: 0.3px;
  position: relative;
}

@media (max-width: 800px) {
  .head-of-the-department .primary-heading h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 576px) {
  .head-of-the-department .primary-heading h2 {
    font-size: 1.5em;
  }
}

.head-of-the-department .primary-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 65px;
  bottom: -20px;
  background: #45baf0;
  border-radius: 5px;
}

.head-of-the-department .profile-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .head-of-the-department .profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
    padding: 0 1em;
  }
}

.head-of-the-department .profile-card .image {
  height: auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .head-of-the-department .profile-card .image {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .head-of-the-department .profile-card .image {
    width: 200px;
  }
}

.head-of-the-department .profile-card .image .img-box1 {
  position: relative;
  z-index: 1;
}

.head-of-the-department .profile-card .image .img-box1::before {
  content: '';
  position: absolute;
  background-color: #45baf0;
  width: 70%;
  height: 50%;
  top: -3px;
  right: -4px;
  z-index: -1;
  border-radius: 10px;
}

.head-of-the-department .profile-card .image .img-box1::after {
  content: '';
  position: absolute;
  background-color: #359a10;
  width: 70%;
  height: 50%;
  bottom: -3px;
  left: -4px;
  z-index: -1;
  border-radius: 10px;
}

.head-of-the-department .profile-card .image .img-box1 img {
  border-radius: 10px;
}

.head-of-the-department .profile-card #more {
  display: none;
}

.head-of-the-department .profile-card #more1 {
  display: none;
}

.head-of-the-department .profile-card #myBtn {
  cursor: pointer;
}

.head-of-the-department .profile-card #myBtn1 {
  cursor: pointer;
}

.head-of-the-department .profile-card .shape_2 {
  position: relative;
}

.head-of-the-department .profile-card .shape_2::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  -webkit-filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
          filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
  border-radius: 4.01394px;
  top: 10px;
  right: -4px;
  z-index: -1;
}

.head-of-the-department .profile-card .details {
  height: 212px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .head-of-the-department .profile-card .details {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .head-of-the-department .profile-card .details {
    height: auto;
  }
}

.head-of-the-department .profile-card .details h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #000000;
}

.head-of-the-department .profile-card .details small {
  color: #828282;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.head-of-the-department .profile-card .details p {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  text-align: justify;
}

.head-of-the-department .profile-card .details a {
  display: inline-block;
  color: #000;
}

.head-of-the-department .profile-card .details a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: red;
}

@media (max-width: 1200px) {
  .head-of-the-department .profile-card .details .readmore-btn1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .head-of-the-department .profile-card .details .readmore-btn {
    display: none;
  }
}

.head-of-the-department .profile-card .showContent {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
}

.head-of-the-department .profile-card .showContent .readmore-btn {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head-of-the-department .profile-card .showContent .readmore-btn1 {
  color: red;
  font-size: 1em;
}

@media (max-width: 1200px) {
  .head-of-the-department .profile-card .showContent .readmore-btn1 {
    display: none;
  }
}

.head-of-the-department .profile-card .text-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head-of-the-department .profile-card .text-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19%;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: auto;
  bottom: 0%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.head-of-the-department .profile-card .text-overlay:hover::after {
  bottom: 0%;
  opacity: 0.7;
}

.head-of-the-department .profile-card .text-overlay .content {
  width: 100%;
  height: 19%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head-of-the-department .profile-card .text-overlay .content ul {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  margin-top: 3px;
}

.head-of-the-department .profile-card .text-overlay:hover .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 992px) {
  .head-of-the-department .profile-card {
    margin-bottom: 3em;
  }
}

.leadership {
  background-position: top;
  padding: 4em 0 1em 0;
}

.leadership .primary-heading {
  margin-bottom: 5em;
  text-align: center;
}

.leadership .primary-heading h2 {
  font-size: 2em;
  font-weight: 300;
  color: #359a10;
  letter-spacing: 0.3px;
  position: relative;
}

@media (max-width: 800px) {
  .leadership .primary-heading h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 576px) {
  .leadership .primary-heading h2 {
    font-size: 1.5em;
  }
}

.leadership .primary-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 65px;
  bottom: -20px;
  background: #45baf0;
  border-radius: 5px;
}

.leadership .profile-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  position: relative;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .leadership .profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
    padding: 0 1em;
  }
}

.leadership .profile-card .image {
  height: auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .leadership .profile-card .image {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .leadership .profile-card .image {
    width: 200px;
  }
}

.leadership .profile-card .image .img-box1 {
  position: relative;
  z-index: 1;
}

.leadership .profile-card .image .img-box1::before {
  content: '';
  position: absolute;
  background-color: #45baf0;
  width: 70%;
  height: 50%;
  top: -3px;
  right: -4px;
  z-index: -1;
  border-radius: 10px;
}

.leadership .profile-card .image .img-box1::after {
  content: '';
  position: absolute;
  background-color: #359a10;
  width: 70%;
  height: 50%;
  bottom: -3px;
  left: -4px;
  z-index: -1;
  border-radius: 10px;
}

.leadership .profile-card .image .img-box1 img {
  border-radius: 10px;
}

.leadership .profile-card #more {
  display: none;
}

.leadership .profile-card #more1 {
  display: none;
}

.leadership .profile-card #myBtn {
  cursor: pointer;
}

.leadership .profile-card #myBtn1 {
  cursor: pointer;
}

.leadership .profile-card .shape_2 {
  position: relative;
}

.leadership .profile-card .shape_2::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  -webkit-filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
          filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
  border-radius: 4.01394px;
  top: 10px;
  right: -4px;
  z-index: -1;
}

.leadership .profile-card .details {
  height: 212px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .leadership .profile-card .details {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .leadership .profile-card .details {
    height: auto;
  }
}

.leadership .profile-card .details h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #000000;
}

.leadership .profile-card .details small {
  color: #828282;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.leadership .profile-card .details p {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  text-align: justify;
}

.leadership .profile-card .details a {
  display: inline-block;
  color: #000;
}

.leadership .profile-card .details a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: red;
}

@media (max-width: 1200px) {
  .leadership .profile-card .details .readmore-btn1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .leadership .profile-card .details .readmore-btn {
    display: none;
  }
}

.leadership .profile-card .showContent {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
}

.leadership .profile-card .showContent .readmore-btn {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.leadership .profile-card .showContent .readmore-btn1 {
  color: red;
  font-size: 1em;
}

@media (max-width: 1200px) {
  .leadership .profile-card .showContent .readmore-btn1 {
    display: none;
  }
}

.leadership .profile-card .text-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leadership .profile-card .text-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19%;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: auto;
  bottom: 0%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.leadership .profile-card .text-overlay:hover::after {
  bottom: 0%;
  opacity: 0.7;
}

.leadership .profile-card .text-overlay .content {
  width: 100%;
  height: 19%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.leadership .profile-card .text-overlay .content ul {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  margin-top: 3px;
}

.leadership .profile-card .text-overlay:hover .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.leadership .ceo-card {
  width: 80%;
  margin: 0 auto;
  -ms-grid-columns: 310px auto;
      grid-template-columns: 310px auto;
}

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

@media (min-width: 992px) {
  .leadership .ceo-card {
    margin-bottom: 3em;
  }
}

@media (max-width: 992px) {
  .leadership .ceo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
  .leadership .ceo-card .image {
    max-width: 300px;
    margin: 0 auto;
  }
}

.leadership .ceo-card .details {
  height: auto;
  margin-left: 2em;
  margin-top: .5em;
}

@media (max-width: 576px) {
  .leadership .ceo-card .details {
    margin-left: 0;
  }
}

.leadership .ceo-card .details ul {
  margin-top: 1em;
  margin-bottom: .5em;
}

@media (min-width: 1200px) {
  .leadership .card-1 {
    margin-top: 2em;
  }
}

@media (max-width: 1200px) {
  .leadership .card-2 {
    margin-top: 2em;
  }
}

.management {
  background-position: top;
  padding: 4em 0 1em 0;
  background-color: whitesmoke;
}

.management .primary-heading {
  margin-bottom: 5em;
  text-align: center;
}

.management .primary-heading h2 {
  font-size: 2em;
  font-weight: 300;
  color: #359a10;
  letter-spacing: 0.3px;
  position: relative;
}

@media (max-width: 800px) {
  .management .primary-heading h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 576px) {
  .management .primary-heading h2 {
    font-size: 1.5em;
  }
}

.management .primary-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 65px;
  bottom: -20px;
  background: #45baf0;
  border-radius: 5px;
}

.management .profile-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  position: relative;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .management .profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
    padding: 0 1em;
  }
}

.management .profile-card .image {
  height: auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .management .profile-card .image {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .management .profile-card .image {
    width: 200px;
  }
}

.management .profile-card .image .img-box1 {
  position: relative;
  z-index: 1;
}

.management .profile-card .image .img-box1::before {
  content: '';
  position: absolute;
  background-color: #45baf0;
  width: 70%;
  height: 50%;
  top: -3px;
  right: -4px;
  z-index: -1;
  border-radius: 10px;
}

.management .profile-card .image .img-box1::after {
  content: '';
  position: absolute;
  background-color: #359a10;
  width: 70%;
  height: 50%;
  bottom: -3px;
  left: -4px;
  z-index: -1;
  border-radius: 10px;
}

.management .profile-card .image .img-box1 img {
  border-radius: 10px;
}

.management .profile-card #more {
  display: none;
}

.management .profile-card #more1 {
  display: none;
}

.management .profile-card #myBtn {
  cursor: pointer;
}

.management .profile-card #myBtn1 {
  cursor: pointer;
}

.management .profile-card .shape_2 {
  position: relative;
}

.management .profile-card .shape_2::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  -webkit-filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
          filter: drop-shadow(4.68293px 4.68293px 0px rgba(98, 205, 77, 0.2));
  border-radius: 4.01394px;
  top: 10px;
  right: -4px;
  z-index: -1;
}

.management .profile-card .details {
  height: 212px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .management .profile-card .details {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .management .profile-card .details {
    height: auto;
  }
}

.management .profile-card .details h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #000000;
}

.management .profile-card .details small {
  color: #828282;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.management .profile-card .details p {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  text-align: justify;
}

.management .profile-card .details a {
  display: inline-block;
  color: #000;
}

.management .profile-card .details a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: red;
}

@media (max-width: 1200px) {
  .management .profile-card .details .readmore-btn1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .management .profile-card .details .readmore-btn {
    display: none;
  }
}

.management .profile-card .showContent {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
}

.management .profile-card .showContent .readmore-btn {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.management .profile-card .showContent .readmore-btn1 {
  color: red;
  font-size: 1em;
}

@media (max-width: 1200px) {
  .management .profile-card .showContent .readmore-btn1 {
    display: none;
  }
}

.management .profile-card .text-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.management .profile-card .text-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19%;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: auto;
  bottom: 0%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.management .profile-card .text-overlay:hover::after {
  bottom: 0%;
  opacity: 0.7;
}

.management .profile-card .text-overlay .content {
  width: 100%;
  height: 19%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.management .profile-card .text-overlay .content ul {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  margin-top: 3px;
}

.management .profile-card .text-overlay:hover .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.subscribe {
  background: #2c3e50;
  padding-top: 4em;
  color: #fff;
}

.subscribe .input-group {
  position: relative;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.subscribe .input-group .form-control {
  border-radius: 10px;
}

.subscribe .input-group ::-webkit-input-placeholder {
  color: #828282;
}

.subscribe .input-group :-ms-input-placeholder {
  color: #828282;
}

.subscribe .input-group ::-ms-input-placeholder {
  color: #828282;
}

.subscribe .input-group ::placeholder {
  color: #828282;
}

.subscribe .input-group span {
  background: #45baf0;
  color: #ffffff;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* =============Slick Arrows==================== */
.next_arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}

.next_arrow img {
  height: 30px;
}

.prev_arrow {
  position: absolute;
  left: -40px;
  top: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}

.prev_arrow img {
  height: 30px;
}

.appStore-links {
  list-style: none;
  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-top: 40px;
}

.appStore-links img {
  width: 100px;
}

.appStore-links li:not(:last-child) {
  margin-right: 35px;
}

.subs-email-id {
  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;
}

.subscribe-btn {
  margin-top: 20px;
}

#grabEmail {
  line-height: 35px;
  padding: 0;
  border: none;
  border-radius: 8px 0 0 8px;
  width: 250px;
  padding-left: 5px !important;
}

.submit-btn {
  line-height: 35px;
  background: #45baf0;
  border-radius: 8px 0 8px 0;
  border: none;
  outline: none;
  padding: 0 10px;
  color: #123;
  text-transform: uppercase;
  font-weight: 500;
}

.submit-btn:focus {
  outline: none;
}

.company-name {
  color: #428bca;
  font-size: inherit;
}

.footer-title p {
  opacity: 0.7;
}

.copyright {
  background: #eeeeee;
  padding: 10px 2em;
  font-size: 0.9em;
}

.copyright p {
  margin-bottom: 0;
}

.contact-form .form-control {
  background: transparent;
  border-radius: 3px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.contact-form label {
  font-style: italic;
  font-size: 0.9em;
  color: #f2f2f2;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  bottom: 50px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  margin-bottom: 0;
}

.form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.form-group input:focus ~ label {
  bottom: 80px;
}

.contact-form {
  margin-top: 45px;
}

.mail-icon {
  width: 25px;
  margin-right: 5px;
}

@media (min-width: 0px) and (max-width: 768px) {
  body {
    font-size: 0.95em;
  }
  .main-title {
    font-size: 1.3em;
  }
  .title-des {
    font-size: 0.75em;
  }
  .navbar {
    padding: 5px 10px;
  }
  .navbar-toggler {
    padding: 3x;
    border: none;
  }
  .toggle-icon {
    width: 35px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav li {
    margin-right: 0 !important;
    line-height: 25px;
  }
  .login-btn a {
    margin: 0 !important;
  }
  .copyright p {
    text-align: center;
  }
  .footer-menu-links {
    padding-left: 0;
  }
  .footer-menu-links li {
    margin: 0.5em !important;
  }
  .appStore-links {
    padding-left: 0;
    margin-top: 25px;
  }
  .footer h3 {
    padding-bottom: 5px;
  }
  .join-this-ride {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .each-job-details {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .nav-menu {
    position: relative;
  }
  .slider-wrapper {
    min-height: auto;
  }
  .slider-content h4 {
    font-size: 1em;
  }
  .slider-content h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .section-pad {
    padding: 1.5em 0;
  }
  .about-icon img {
    width: 25px;
  }
  .our-culture .section-heading p {
    width: 80% !important;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  .mt-8-em,
  .mt-6-em {
    margin-top: 0;
  }
  .each-culture {
    padding: 1em 0;
  }
  .strengths-right {
    padding-right: 0;
    padding-left: 0;
  }
  .strengths-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .strengths-left {
    padding: 0em;
  }
  .strengths-image {
    margin-bottom: 20px;
    width: 85%;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);*/
    padding: 8px;
    border-radius: 5px;
  }
  .number-icon {
    width: 95px;
    height: 95px;
  }
  .why-work-eruvaka .section-heading p {
    width: 80% !important;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  #why-work-slider {
    margin-bottom: 40px;
  }
  .work-list {
    padding-left: 0;
  }
  .culture-image-overlay {
    padding: 5px;
  }
  .section-heading {
    margin-bottom: 2em;
  }
  .culture-name {
    font-size: 1em;
  }
  .number-details {
    margin-top: 10px;
  }
  .each-number {
    margin-bottom: 20px;
  }
  .work-icon {
    margin-right: 15px;
  }
  .location-details {
    padding: 0.5em 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact-form .form-control {
    line-height: 25px;
    margin-bottom: 30px;
  }
  .contact-form label {
    bottom: 40px;
  }
  .footer-social-links {
    margin-top: 20px;
    padding-left: 0;
  }
  .location-icon {
    margin-bottom: 1em;
  }
  .location-positions {
    margin-bottom: 0;
  }
  .section-heading h3 {
    font-size: 1.3em;
  }
  .contact-form {
    padding: 0 10px;
    margin-top: 25px;
  }
  .work-title {
    font-size: 1.2em;
  }
  .footer {
    padding-top: 30px;
  }
  .contact-form .form-control {
    line-height: 20px;
    margin-bottom: 32px;
  }
  .mobile-strengths .strenghts-des h3 {
    background: #e4f7df;
    display: inline-block;
    padding: 5px 7px;
    font-size: 1.2em;
    border-left: 2px solid #629953;
    margin-bottom: 40px;
  }
  .mobile-strengths .strengths-left {
    background: transparent;
  }
  .strenghts-des p {
    margin-bottom: 0;
  }
  .each-strenght-line {
    width: 150px;
    height: 1px;
    background-color: rgba(206, 215, 222, 0.56);
    display: table;
    margin: 1.5em auto;
    margin-top: 1.4em !important;
  }
  hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .job-name {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .job-des {
    font-size: 1em;
    margin-bottom: 0.5em;
    height: auto !important;
  }
  .job-skills {
    margin-bottom: 0.5em;
  }
  .about-icon {
    margin-bottom: 20px;
  }
  .mobile-strengths {
    background: #f4fbff;
    padding: 1.5em 0;
  }
  .why-work-eruvaka {
    background: #f4fbff;
  }
  .navbar .login-btn a {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    padding: 5px 1em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 5px 0.5em;
  }
  .navbar .login-btn a {
    margin-left: 1.5em;
  }
  .navbar .nav-item {
    margin-right: 10px;
  }
  .navbar-nav {
    margin-left: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .nav-link {
    font-size: 0.9em;
  }
  .navbar .nav-item {
    margin-right: 2px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .nav-bar {
    padding: 10px 0;
  }
}

.social-links li img {
  width: 30px;
}

.join-this-ride{
	background-color: #F4F6F8!important;
}
/*# sourceMappingURL=app.css.map */