/* Text compnenets starts here */
.head-1 {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.red-color{
  color: #ea4234;
}
.head-2 {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
}
.head-3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.head-4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.head-5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.head-6 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.03rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.head-7 {
  font-size: 18px;
  line-height: 32px;

  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.s-head-1 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
hr.new5 {
  border: 2px solid #0172d8;
  border-radius: 3px;
  width: 60px;
}
.s-head-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
.s-head-3 {
  font-size: 12px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
.para-4 {
  line-height: 1.7;
  font-size: 17.5px;
  font-family: "Poppins", sans-serif;
}
.para-1 {
  line-height: 1.8;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.para-2 {
  line-height: 1.6;
  font-size: 14px;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
}
.para-3 {
  line-height: 1.6;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.light {
  color: white !important;
  font-family: "Poppins", sans-serif;
}
.pos{
  position:absolute;
  top:0;
  right:100;

}
.dark {
  color: rgba(0, 0, 0, 0.85) !important;
  font-family: "Poppins", sans-serif;
}
.blue {
  color: #0172d8 !important;
  font-family: "Poppins", sans-serif;
}
.semi-bold {
  font-weight: 500 !important;
}
.no-wrap {
  white-space: nowrap;
}
/* Text compnenets ends here */

/* modal components */
.modal {
  background-color: rgba(0, 0, 0, 0.85);
}
.modal-content {
  border: none !important;
}
.modal-dialog {
  max-width: 100% !important;
  border: none;
}

.close {
  margin-right: 100%;
}

/* modal components */

.bd-example{
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}

/* gallery */

.gallery-container {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 30px;
  border-radius: 10px;
}

.gallery-container:hover {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(40, 114, 220, 0.7);
}

.gallery-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

/* gallery */

/* clearfix */

.career-header-text {
  /* padding-top: 80%; */
  top: 15%;
}

.dot {
  border-radius: 50%;
  border: 3px solid #2c2c2c;
  width: 2px;
  height: 2px;
}

.size {
  position: relative;
  width: 100%;
  top: 0;
  height: auto;
}

.sub-dot {
  border-radius: 50%;
  border: 2px solid #aaaaaa;
  width: 2px;
  height: 2px;
}

.responsive-img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  padding-bottom: 1.5rem;
}

.responsive-img4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  width: 70%;
  height: 70%;
  padding-bottom: 1.5rem;
}
.responsive-img5 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  width: 90%;
  padding-bottom: 1.5rem;
}
.responsive-img6 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  width: 70%;
  
}

.responsive-img1 {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.responsive-img2 {
  width: auto !important;
  height: auto !important;
  max-width: 80% !important;
  max-height: 80% !important;
}

.filename-container {
  background: #5e93de;
  border-radius: 34.5px;
}

/* clearfix */

/* input */

.input {
  border-width: 0px 0px 1px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0px !important;
  outline: none !important;
  /* border: 1px solid transparent !important; */
}

.form-control:focus {
  outline: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.85) !important;
  box-shadow: none !important;
}
/* input */

/* card component starts here */
.card {
  border: none !important;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(162, 162, 162, 0.24);
}
.card:hover {
  box-shadow: 0 10px 20px 0 rgba(40, 114, 220, 0.25);
}

.team-card {
  background: #ffffff;
  box-shadow: 0 9px 19px 0 rgba(162, 162, 162, 0.24);
  border-radius: 7.52px;
}

.team-card:hover {
  background: #ffffff;
  box-shadow: 0 9px 40px 0 rgba(162, 162, 162, 0.3);
  border-radius: 7.52px;
}

.team-card-profile-img {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-radius: 50% !important;
  border: 10px solid #dbe5fa !important;
}
.social-light {
  background: #4076e2 !important;
  border-radius: 50% !important;
  margin: 10px;
  color: white !important;
}
.social-light:hover {
  background: white !important;
  border-radius: 50% !important;
  margin: 10px;
  color: #4076e2 !important;
  box-shadow: 0 0px 10px 0 rgba(162, 162, 162, 0.3);
}
.social {
  background: white !important;
  border-radius: 50% !important;
  margin: 10px;
  color: #4076e2 !important;
}
.social:hover {
  background: #4076e2 !important;
  border-radius: 50% !important;
  margin: 10px;
  color: white !important;
}

.team-card:hover .team-card-overlay {
  opacity: 1;
}

.bg-primary-light {
  background-color: #5e93de !important;
}

.team-card-overlay {
  position: absolute;
  top: 0;
  background: #4076e2aa; /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 50% !important;
}
.absolute {
  position: absolute;
  top: -50px;
  right: 20px;
  width:150px;
}
.absolute1 {
  position: absolute;
  top: -20px;
  right: 20px;
  width:220px;
}

.bg-secondary-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.e-card-container {
  background: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(162, 162, 162, 0.24);
  border-radius: 15px;
  padding: 50px 20px;
}

.e-card-container:hover {
  box-shadow: 0 10px 20px 0 rgba(40, 114, 220, 0.25);
}

.card-img-container {
  background-color: white !important;
  border-radius: 50%;
}
.card-img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 90% !important;
}
.card-title {
  font-weight: 500 !important;
  color: #3f81e0;
  padding-top: 40px;
  padding-bottom: 10px;
}
.card-container:hover .card-title {
  color: white !important;
}
/* card component ends here */

/* Button starts here */
.btn-theme {
  color: white !important;
  background-color: #ea4235 !important;
  border-color: #ea4235 !important;
  white-space: nowrap;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  font-size: 15px;
  height: 50px;
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn-theme1 {
  color: white !important;
  background-color: #ea4235 !important;
  border-color: #ea4235 !important;
  white-space: nowrap;
  line-height: 50px;

  text-align: center;
  font-weight: 500 !important;
  font-size: 15px;
  height: 50px;
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn-icon {
  white-space: nowrap;
  outline: none !important;
  box-shadow: none !important;
}

.play-icon {
  width: 200px !important;
}

.btn:focus {
  outline: none;
}
/* Button ends here */

.spacer {
  padding: 0 20px;
}

.divider {
  background-color: #0664cd20;
}

.text-left {
  text-align: left !important;
}
.blue{
  color:#0172d8;
}
.pointer{
  cursor: pointer;
}
/* Scroll bar Starts here */
::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

::-webkit-scrollbar-track {
  overflow: auto;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(1,114, 216, 0.6);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2c2c2c;
}
/* Scroll bar ends here */

/* Announcement carousel Start here */
.card-container {
  border-radius: 10px;
  width: 300px;
  height: 531px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 6px 19px 1px rgba(0, 0, 0, 0.15);
  color: black;
  transition: 0.3s;
}

.card-container:hover {
  border-radius: 10px;
  width: 300px;
  height: 531px;
  padding: 20px;
  background-color: #3f81e0;
  box-shadow: 0 6px 19px 1px rgba(40, 114, 220, 0.55);
  color: white;
}

.card-container:hover .a-head {
  color: white !important;
}
.card-container:hover .a-description {
  color: white !important;
}
.card-container:hover .a-description-date {
  color: white !important;
}

.a-btn {
  color: black;
}

.btn-arrow {
  filter: invert(100%);
  padding-top: 0px;
}

.card-container:hover .a-btn {
  color: white !important;
}
.card-container:hover .btn-arrow {
  filter: invert(0%);
}

.a-head {
  font-size: 18px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.a-description {
  font-size: 15px !important;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.a-description-date {
  font-size: 12px !important;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.a-content {
  flex: 0.9;
}

.a-footer {
  flex: 0.1;
}
.owl-carousel .owl-item img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.img-container {
  width: 200px;
  height: 200px;
  padding: 30px;
  border-radius: 50%;
  background-color: white;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .nav-btn-header {
  height: 45px;
  margin: 20px;
  position: absolute;
  width: 20px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .prev-slide {
  background: url("../assets/images/arrow-left.svg") no-repeat scroll 0 0;
  left: -40px;
  top: 45% !important;
}
.owl-carousel .next-slide {
  background: url("../assets/images/arrow-right.svg") no-repeat scroll 0 0;
  right: -40px;
  top: 45% !important;
}

.owl-carousel .prev-slide-header {
  background: url("../assets/images/arrow-left.svg") no-repeat scroll 0 0;
  left: 0px;
  top: 45% !important;
  filter: invert(100%);
}
.owl-carousel .next-slide-header {
  background: url("../assets/images/arrow-right.svg") no-repeat scroll 0 0;
  right: 0px;
  top: 45% !important;
  filter: invert(100%);
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
/* Announcement carousel ends here */
.close-mobile{
  display: none !important;
}

.close-icon{
  width:25px;
  height:25px;
}
.close-button{
  position:absolute;
  top:-40px;
  right:-50px;
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .body{
    margin:0px 0px 0px 0px !important;
  }

  .breadcrumb-item.active {
    font-size: 12px;
    margin-top: 5px;
  }
  .breadcrumb-item a {
    font-size: 12px;
  }

  .absolute {
    position: absolute;
    top: -20px;
    right: 0;
    width:110px;
  }
  .absolute1 {
    position: absolute;
    top: -0px;
    right: 20px;
    width:150px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    font-size: 12px;
  }
  .head-1 {
    font-size: 28px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }
  .head-4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .head-2 {
    line-height: 1.4;
    font-size: 25px;
    /* text-align:center !important; */
    font-family: "Poppins", sans-serif;
  }
  .head-3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .head-5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }

  .s-head-1 {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }
  .s-head-2 {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }
  .s-head-3 {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }

  .para-1 {
    line-height: 1.8;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  .para-2 {
    line-height: 1.6;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  .para-3 {
    line-height: 1.6;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
  }

  .e-card-container {
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(162, 162, 162, 0.24);
    border-radius: 15px;
    padding: 20px 20px;
  }

  .career-header-text {
    /* padding-top: 80%; */
    top: 15%;
    font-size: 16px;
  }

  /* Announcement carousel Start here */
  .card-container {
    border-radius: 10px;
    width: 250px;
    height: 431px;
    padding: 20px;
    background-color: #3f81e0;
    box-shadow: 0 6px 10px 1px rgba(40, 114, 220, 0.55);
    color: white;
  }

  .card-container:hover {
    border-radius: 10px;
    width: 250px;
    height: 431px;
    padding: 20px;
    background-color: #3f81e0;
    box-shadow: 0 6px 10px 1px rgba(40, 114, 220, 0.55);
    color: white;
  }

  .card-container:hover .a-head {
    color: white !important;
  }
  .card-container:hover .a-description {
    color: white !important;
  }
  .card-container:hover .a-description-date {
    color: white !important;
  }
  .a-btn {
    color: white;
    font-size: 12px;
  }

  .btn-arrow {
    filter: invert(0%);
  }

  .card-container:hover .btn-arrow {
    filter: invert(0%);
  }

  .card-container:hover .a-btn {
    color: white !important;
  }
  .card-container:hover .btn-arrow {
    filter: invert(0%) !important;
  }

  .a-head {
    font-size: 18px !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .a-description {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }
  .a-description-date {
    font-size: 10px !important;
    font-weight: 300;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
  }
  .a-content {
    flex: 0.9;
  }

  .a-footer {
    flex: 0.1;
  }
  .owl-carousel .owl-item img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .img-container {
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 50%;
    background-color: white;
  }

  .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
    display: none;
  }

  .owl-carousel .prev-slide {
    display: block;
    background: url("../assets/images/arrow-left.svg") no-repeat scroll 0 0;
    left: -40px;
    top: 45% !important;
  }
  .owl-carousel .next-slide {
    background: url("../assets/images/arrow-right.svg") no-repeat scroll 0 0;
    right: -40px;
    top: 45% !important;
    display: block;
  }

  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
    display: block;
  }
  /* Announcement carousel ends here */
  .form-body{
    padding:0px !important;
  }
  .close-web{
    display: none !important;
  }
  .close-button{
    display: block !important;
  }
}
