* {
  font-family: "Mulish", sans-serif;
  transition: all ease-in-out 0.2s;
  padding: 0;
  margin: 0;
  color: var(--text-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

:root {
  --gray: #677289;
  --primary: #193769;
  --secondary: #ed1c24;
  --dark-black: #333333;
  --black: #000000;
  --white: #ffffff;
  --bg-gray: #f2f2f2;
  --text-gray: #606060;
}

.text-primary {
  color: var(--primary) !important;
}

a {
  text-decoration: none;
}

/* p {
  color: var(--gray);
} */

a:active,
a:focus {
  outline: 0;
  color: var(--primary);
}

body {
  font-size: 15px;
  line-height: 1.5;
  color: var(--dark-black);
}

.switch_btn .btn {
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 0;
  color: var(--primary);
  font-size: 14px;
}

.color1 {
  color: var(--primary);
}

.color2 {
  color: var(--secondary);
}

.switch_btn .btn-theme:hover {
  border-color: var(--primary) !important;
}

.navbar.opaque {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 18;
  animation: slide-down 0.7s;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
  z-index: 999;
}

.navbar-brand img {
  max-width: 250px;
}

/*---/common Nav css---*/
.navbar {
  background: var(--white);
  padding: 0.75rem 0;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--primary);
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
  color: var(--primary);
}

.slide {
  position: relative;
}

/* .home-slider .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
} */

/* .img-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;

  & h3 {
    font-size: 3em;
    position: relative;
    top: 100px;
    color: #fff;
    line-height: 1.1;
    margin: 0;
    text-shadow: 2px 3px 9px rgba(0, 0, 0, .5);
  }

  & h1 {
    color: #e40032b3;
    font-size: 100px;
    line-height: 1;
    margin: 0;
    position: absolute;
    bottom: 0px;
  }
} */

.line-heading {
  position: relative;
  padding-bottom: 16px;
  text-transform: uppercase
}

/* .line-heading:before {
  position: absolute;
  width: 60px;
  height: 6px;
  content: " ";
  bottom: 0;
  background-color: var(--primary)
} */


/*---/common Nav css---*/

.btn-theme {
  border-radius: 8px;
  color: var(--white);
  padding: 15px 30px;
  min-width: 156px;
  font-size: 15px;
  cursor: poRoboto;
  transition: all .15s ease-in;
  line-height: 150%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-weight: 500;
}

.btn-theme:hover {
  background: var(--primary);
  color: var(--white);
}

.bg-gray {
  background: var(--bg-gray);
}

.about h2,
.head1 {
  color: var(--primary);
  font-weight: 800;
  font-size: 2rem;
}

.dropcv {
  background: url(../images/dropcv-bg.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 3rem 0 6rem;
  background-color: var(--white);

  & h2 {
    color: var(--primary);
    font-weight: 700;
  }

  & h6 {
    color: var(--primary);
  }

  & .btn-theme {
    background: transparent;
    border-radius: 0px;
    padding: 0.8rem 3rem;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 25px;
  }

  & .btn-theme:hover {
    color: var(--primary);
    background: var(--white);
    border-color: var(--primary);
  }
}


.wrapper {
  display: flex;
}

.wrap-img {
  background: url('../images/about2.png');
  width: 50%;
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap-text {
  width: 50%;
  flex-basis: 50%;
  padding: 80px;
}

.wrap-text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 108%;
  color: #000;
  margin-bottom: 20px;
}

.why {

  & img {
    margin-bottom: 15px;
  }

  & h3 {
    font-size: 24px;
    font-weight: 700;
  }

  & p {
    font-weight: 500;
  }
}


.mission {
  gap: 30px;

  & h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
  }
}

.icon-list li {
  display: flex;
  gap: 20px;
}

.icon-list li span {
  color: var(--primary);
  font-size: 18px;

}

.inner-banner {
  padding: 10em 0;
  background: url(../images/inner-banner.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;


  & h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}

.job-banner {
  background: url(../images/inner-banner.jpg) no-repeat;
  background-size: cover;
  padding: 5em 0;
  background-position: center bottom;
}

.job-banner .box {
  border-radius: 0;
}

.box {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  text-align: left;
}



.card-grid {
  padding: 2.5rem 2rem 1rem 2rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 24px 56px 0px rgba(25, 55, 105, 0.14);
  border-bottom: 7px solid rgb(25, 55, 105);
  box-shadow: 0px 24px 56px 0px rgba(25, 55, 105, 0.14);
}

.media {
  display: flex;
  align-items: flex-start;
}

.media h5 {
  font-weight: 600;
  color: var(--primary);
}

.media-left {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.card-grid ul {
  list-style: none;
  padding: 1.2rem;
  padding-bottom: 0;
  font-size: 1rem;

}

.card-grid ul li {
  line-height: 1.75rem;
}

.card-grid ul li:before {
  content: "\2022";
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.8rem;
}

.story h4 {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
}

.story li {
  line-height: 2rem;
}

/*-----------searchbar------------*/

.searchBar input#s_form {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.searchBar input#s_form:hover {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.searchBar label {
  display: none !important;
  color: #000;
}

.searchBar .txtBx {
  width: 100%;
  padding: 15px !important;
  border: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ededed;
  width: 100%;
  display: block;
  height: auto;
}

input {
  line-height: normal !important;
}

.searchBar .blueBtn {
  margin-top: 0px !important;
  width: 100% !important;
  padding: 13px 1em !important;
  border-radius: 0px !important;
  color: #000;
  border: 0;
  height: auto;
  text-transform: uppercase;
}

.col {
  width: 32% !important;
  margin: 0 1% 0 1.5% !important;
}

.c2 {
  width: 32% !important;
  margin-left: 1% !important;
}

.c3 {
  width: 10% !important;
  margin-left: 1% !important;
}

.c4 {
  width: 16% !important;
  margin-left: 1% !important;
}

/*----------- /searchbar------------*/



.footer {
  background: #f5f5f5;
  padding: 18px 1px;

  & p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.25rem;
  }

  & a {
    color: var(--dark-black);
  }
}



.scrolled {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 30;
  top: 0;
}

.social li {
  margin-right: 15px;
  display: inline;
}

.social li a {
  font-size: 1rem;
  color: var(--primary);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
  /* background: linear-gradient(
    90deg,
    rgba(42, 106, 241, 1) 0%,
    rgba(0, 40, 90, 1) 70%
  ); */
  width: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  transition: all 500ms ease;
  width: 8px;
  height: 8px;
  margin: 5px;
}


/*-- Current Opening section css start ---*/
.job_section_2 {
  padding: 3em 0;
  background-color: #f7f7f7;
  /* background: url("../images/bg.jpg"); */
  background-size: cover;
}

.job_section_2 .heading {
  color: #001f60;
  font-weight: bold;
}

.job_section_2 .job_blocks {
  display: inline-block;
  width: 100%;
  margin: 3em 0;
}

.job_blocks .box_wrapper {
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.1);
  line-height: 25px;
  width: 90%;
  margin: auto;
}

.job_blocks .box_wrapper .top_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.job_blocks .box_wrapper .top_head .title {
  font-size: 16px;
  font-weight: 600;
  color: #041b30;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .top_head .exp {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.job_blocks .box_wrapper .top_head .location {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job_blocks .box_wrapper .desc {
  padding: 20px 0;
  font-size: 15px;
}

.job_blocks .box_wrapper .desc span {
  color: #9c9c9c;
}

.job_blocks .box_wrapper .desc .keyword {
  overflow: hidden;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .desc .role {
  margin-top: 20px;
  overflow: hidden;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .btn_area {}

.job_blocks .box_wrapper .btn_area .btn {
  font-size: 13px;
  background: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--primary);
  padding: 8px 26px;
  border-radius: 4px !important;
  text-transform: uppercase;
}

.job_blocks .box_wrapper .btn_area .btn:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
  border: 1px solid var(--primary);
}

.job_blocks .box_wrapper_footer {
  background: #e8e8e8;
  font-size: 13px;
  text-align: right;
  padding: 14px 25px;
  border-bottom: 4px solid var(--primary);
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.job_section .view_all {
  text-align: center;
}

.job_section .view_all .btn-default {
  color: #000000;
  background-color: #ffffff;
  padding: 10px 40px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  border: 1px solid #c3c1c1;
  border-radius: 0px;
}

.job_section .view_all .btn-default:hover {
  background: #000000;
  border: 1px solid #c3c1c1;
  color: #ffffff !important;
}

.job_section_2 .view_all {
  text-align: center;
}

.job_section_2 .view_all .btn-default {
  color: #fff;
  background-color: var(--primary);
  padding: 8px 37px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  border: 0px solid #c3c1c1;
  border-radius: 5px;
}

.job_section_2 .view_all .btn-default:hover {
  background: var(--primary);
  color: #fff !important;
}

/*-- Current Opening section css ends ---*/


/*--- Job description page CSS ---*/

.job-banner .box {
  border-radius: 0;
}

.box {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  text-align: left;
}

.job_blocks hr {
  display: none;
}

.box hr {
  border: 0;
  border-top: 1px solid #eee;
  display: block;
  height: 1px;
  margin: 0.3em 0;
  padding: 0;
  opacity: 1;
}

.tupl {
  color: #545454;
  overflow: hidden;
  padding-bottom: 6px;
  padding-top: 8px;
}

.nobdr {
  border: 0 !important;
}

.ovh,
.oh {
  overflow: hidden;
}

.hding3 {
  color: var(--dark-black) !important;
  font-size: 1.167em !important;
  margin: 0;
}

.prt1 {
  width: 70%;
}

.fL,
.fl {
  float: left;
}

.share {
  float: right;
  margin: 0 0 0 2%;
}

.pb20 {
  padding-bottom: 20px;
}

.sgTxt {
  color: #929292;
  font-size: 0.917em;
  font-style: normal;
  padding-right: 5px !important;
}

.blueBtn,
.gryBtn {
  background: var(--primary);
  font-size: 1em;
  padding: 0.73em 1em;
  text-align: center;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border: 0;
  margin-top: 10px;
}

.cl {
  clear: both;
  overflow: hidden;
}

.listing {
  line-height: 21px;
}

.mt5 {
  margin-top: 5px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mtb20 {
  margin: 15px 0;
}

.dispN {
  display: none;
}

.lightbox {
  display: none;
  background: #fff;
}

.slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  font-size: 80px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0 20px !important;
  display: block;

  &:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  & span {
    color: var(--white);
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.slider.owl-theme .owl-nav {
  margin: 0;
}

.slider .owl-nav .owl-prev {
  left: 0px;
}

.slider .owl-nav .owl-next {
  right: 0px;
}

/*--- Job description page CSS ---*/


/*-- media querry ---*/

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .slider.owl-theme .owl-nav [class*="owl-"] {
    font-size: 36px;
    padding: 0 10px !important;
  }

  .img-caption h3 {
    font-size: 2rem;
    top: 20px;
  }

  .navbar-brand img {
    max-width: 60px;
  }

  .slide img {
    min-height: 200px;
    object-fit: cover;
  }

  .home-banner {
    padding: 4em 0;
  }

  .about h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.85rem;
  }

  .inner-banner h2 {
    font-size: 2rem;
  }

  .inner-banner {
    padding: 5em 0;
  }

}