@charset "UTF-8";
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px;
  font-size: 15px; }

header {
  margin-bottom: 0px; }

.hr_line {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 0px;
  width: 50px;
  display: inline-block;
  /* height: 3px; */
  border-top: 3px solid red; }

.header .top_bar {
  background: #322e85;
  padding: 3px 0px;
  z-index: 1;
  position: relative; }
  .header .top_bar .social_links {
    margin-bottom: 0px;
    padding-left: 0; }
    .header .top_bar .social_links li {
      display: inline-block;
      list-style: none;
      margin: 2px 3px; }
      .header .top_bar .social_links li a {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        line-height: 30px;
        background: #fff;
        color: #322e85;
        display: inline-block;
        text-align: center; }
  .header .top_bar .contact_info_links {
    margin-bottom: 0px;
    padding-left: 0;
    text-align: right; }
    .header .top_bar .contact_info_links li {
      display: inline-block;
      list-style: none;
      margin: 2px 10px;
      text-align: center;
      height: 30px;
      line-height: 30px; }
      .header .top_bar .contact_info_links li a {
        color: #fff;
        display: inline-block;
        font-weight: 500;
        font-size: 14px; }
        .header .top_bar .contact_info_links li a i {
          font-size: 18px;
          display: inline-block;
          vertical-align: middle;
          line-height: 30px; }
      .header .top_bar .contact_info_links li :hover {
        text-decoration: none; }

.navbar {
  background: none;
  border: 0px;
  padding: 10px 0px; }
  .navbar img {
    width: 150px; }
  .navbar ul {
    padding-left: 25px;
    margin-top: 38px; }
    .navbar ul li {
      line-height: 50px;
      margin: 0px 5px; }
      .navbar ul li a {
        padding: 5px 15px;
        border-radius: 20px;
        background: #fff;
        font-size: 14px;
        font-weight: 600; }
      .navbar ul li .dropdown-menu {
        border-radius: 15px;
        padding: 0px; }
        .navbar ul li .dropdown-menu li {
          margin: 0px; }
          .navbar ul li .dropdown-menu li a:hover {
            background: #322e85;
            color: #fff; }

.inner_nav {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #322e85;
  color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4); }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: #322e85;
  color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4); }

.slider_bg {
  display: inline-block;
  width: 625px;
  height: 465px;
  z-index: 0;
  position: absolute;
  background-position: top;
  top: 0;
  right: 0;
  background: url("../images/image.png") no-repeat center;
  background-size: contain; }

.main-slider {
  height: 250px; }
  .main-slider .slider_meassage {
    margin-top: 10px; }
    .main-slider .slider_meassage .slider_heading {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #322e85; }
      .main-slider .slider_meassage .slider_heading span {
        color: #000;
        display: block;
        margin-bottom: 5px;
        font-size: 17px;
        font-weight: 500; }

.serv_thumb {
  padding: 80px 0px 50px; }
  .serv_thumb .thumbnail {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px; }
    .serv_thumb .thumbnail h2 {
      font-weight: 700;
      font-size: 18px;
      padding: 0px 20px 10px;
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      margin-top: 10px; }
      .serv_thumb .thumbnail h2 img {
        margin-right: 10px; }
    .serv_thumb .thumbnail .caption {
      padding: 10px 25px; }
      .serv_thumb .thumbnail .caption p {
        min-height: 70px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden; }
    .serv_thumb .thumbnail .bottm_footer {
      border-top: 1px solid #ccc; }
      .serv_thumb .thumbnail .bottm_footer a {
        display: inline-block;
        vertical-align: middle;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        color: #322e85; }
        .serv_thumb .thumbnail .bottm_footer a i {
          margin-left: 40px;
          font-size: 20px; }
      .serv_thumb .thumbnail .bottm_footer :hover {
        background-color: #322e85;
        color: #fff;
        text-decoration: none;
        border-radius: 0px 0px 15px 15px; }

.footer_service_details_slider {
  background: rgba(237, 237, 237, 0.5) url("../images/bg_img.png") no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 80px 0px; }
  .footer_service_details_slider .news_heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #322e85; }
    .footer_service_details_slider .news_heading span {
      display: block;
      color: #000;
      margin-bottom: 5px;
      font-size: 17px;
      font-weight: 500; }
  .footer_service_details_slider .news_list {
    list-style: none;
    padding-inline-start: 0px; }
    .footer_service_details_slider .news_list li {
      padding-left: 20px;
      margin-bottom: 10px; }
      .footer_service_details_slider .news_list li:before {
        display: inline-block;
        content: "";
        width: 14px;
        height: 14px;
        background: url("drugs.png") no-repeat;
        background-size: contain;
        margin-left: -20px;
        margin-right: 6px; }

.regular {
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 0px;
  border-radius: 15px; }
  .regular img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px; }

.gmp_slider_container {
  padding: 0px 0px 30px;
  background: rgba(237, 237, 237, 0.5); }
  .gmp_slider_container .cert_heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #322e85; }
    .gmp_slider_container .cert_heading span {
      display: block;
      color: #000;
      margin-bottom: 5px;
      font-size: 17px;
      font-weight: 500; }
  .gmp_slider_container .gmp_slider {
    text-align: center;
    padding: 0px 15px; }
    .gmp_slider_container .gmp_slider img {
      /* width: 100px; */
      height: 160px;
      display: inline-block;
      vertical-align: middle; }

.footers {
  background: #322e85;
  color: #fff;
  padding: 50px 0px 20px; }
  .footers p {
    font-size: 12px;
    margin: 20px 0px 10px; }
  .footers h5 {
    font-weight: 700;
    font-size: 16px; }
  .footers .social-icons a {
    border-radius: 50%;
    background: #fff;
    color: #322e85;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center; }
  .footers .list-unstyled a {
    color: #d2d2d2;
    font-size: 12px; }
    .footers .list-unstyled a:hover {
      color: #fff;
      font-weight: 500;
      text-decoration: none; }
  .footers .footer_info_list {
    margin-bottom: 20px; }

.copyright {
  background: #4d4d4d;
  color: #fff;
  padding: 15px 0px;
  text-align: center; }

/*Other content css*/
.inner_header {
  margin-bottom: 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  .inner_header .navbar {
    margin-bottom: 0px; }

.content_information_holder {
  background: #fff;
  padding: 50px 0px;
  /*career screen*/
  /*career screen*/ }
  .content_information_holder span {
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500; }
  .content_information_holder .career_info_holder {
    display: block;
    border: 1px solid #ccc;
    padding: 15px 15px 25px;
    margin-bottom: 30px;
    border-radius: 15px; }
    .content_information_holder .career_info_holder h3 {
      font-size: 21px;
      font-weight: 600;
      color: #322e85;
      width: 100%;
      margin: 0px 0px 15px;
      border-bottom: 1px solid red;
      padding-bottom: 3px; }
    .content_information_holder .career_info_holder .more_btn {
      background: #322e85;
      color: #fff;
      padding: 7px 10px;
      border-radius: 30px; }
      .content_information_holder .career_info_holder .more_btn:hover {
        text-decoration: none;
        background: #1b1854; }

/*job post popup*/
.job_post_popup .modal-header {
  padding: 8px 15px; }
  .job_post_popup .modal-header .modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #322e85; }
.job_post_popup .modal-body {
  padding-bottom: 20px; }
  .job_post_popup .modal-body .vacancy_description {
    font-size: 14px; }
  .job_post_popup .modal-body .res_sub_form label {
    font-size: 13px;
    font-weight: 600; }
  .job_post_popup .modal-body .res_sub_form .sub_btn {
    background: #322e85;
    color: #fff;
    padding: 7px 10px;
    border-radius: 30px; }
    .job_post_popup .modal-body .res_sub_form .sub_btn:hover {
      text-decoration: none;
      background: #1b1854; }

/*job post popup*/
/*Other content css*/
@media only screen and (max-width: 1204px) {
  .container {
    width: 100%; } }
@media only screen and (max-width: 720px) {
  body {
    font-weight: 500; }

  .contact_info_links {
    margin: 0px -15px;
    text-align: center;
    background: #322e85; }

  .navbar {
    margin: 0px -15px 50px;
    background: #fff; }
    .navbar img {
      width: 80px; }
    .navbar ul {
      padding-left: 0px;
      margin-top: 10px; }
    .navbar .navbar-collapse {
      z-index: 99;
      position: absolute;
      width: 100%;
      background: white;
      height: 1px; }
      .navbar .navbar-collapse.in {
        position: absolute;
        width: 100%;
        height: auto;
        display: block;
        background: #fff;
        z-index: 99;
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3); }

  .navbar-nav .open .dropdown-menu {
    background: #fcfcfc;
    padding-left: 25px;
    left: 0%;
    border: 0;
    display: block; }

  .slider_bg {
    background: url(../images/750.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px; }

  .main-slider {
    margin-top: -20px;
    height: 290px; }
    .main-slider .slider_meassage {
      margin-top: 0px;
      padding: 10px;
      background: rgba(225, 225, 225, 0.7); }
      .main-slider .slider_meassage .slider_heading {
        margin-top: 0px;
        font-size: 25px; }
        .main-slider .slider_meassage .slider_heading span {
          font-size: 14px; }

  .serv_thumb {
    padding: 40px 0px; }
    .serv_thumb .thumbnail .caption p {
      min-height: 60px; }

  .footer_service_details_slider {
    padding: 40px 0px; }
    .footer_service_details_slider .news_heading {
      margin-top: 0px;
      font-size: 25px; }
      .footer_service_details_slider .news_heading span {
        font-size: 14px; }
    .footer_service_details_slider .regular {
      margin-top: 40px; } }
/*ganeral*/
.news_heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #322e85;
  margin-top: 0px; }

.sub_heading {
  color: #322e85;
  font-size: 18px;
  margin-top: 25px;
  display: block;
  width: 100%; }

.internal_listing li {
  padding: 2px 0px;
  list-style: none; }
  .internal_listing li::before {
    content: "\2022";
    /* Add content: 2 is the CSS Code/unicode for a bullet */
    color: red;
    /* Change the color */
    font-size: 15px;
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 10px;
    /* Also needed for space (tweak if needed) */
    margin-left: -10px;
    /* Also needed for space (tweak if needed) */ }

.bg-light {
  background: #fbfbfb; }

/*ganeral*/
/*company history*/
.main-timeline7 {
  overflow: hidden;
  position: relative; }

.main-timeline7 .timeline {
  width: 50%;
  float: left;
  z-index: 1;
  position: relative; }

.main-timeline7 .timeline:after, .main-timeline7 .timeline:before {
  content: "";
  display: block;
  clear: both; }

.main-timeline7 .timeline:before {
  content: "";
  width: 40px;
  height: 90%;
  background: #322e85;
  position: absolute;
  top: 10%;
  right: -20px; }

.main-timeline7 .timeline:last-child:before {
  height: 0; }

.main-timeline7 .timeline-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #322e85;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 3; }

.main-timeline7 .timeline-icon:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #7471b5;
  box-shadow: 0 0 0 4px #7471b5;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.main-timeline7 .timeline-icon i {
  font-size: 35px;
  color: #ef0202;
  line-height: 80px;
  z-index: 1;
  position: relative; }

.main-timeline7 .year {
  display: block;
  padding: 0 60px 0 30px;
  font-size: 30px;
  color: #303a3b;
  text-align: right;
  border-bottom: 2px solid #322e85;
  z-index: 2;
  position: relative; }

.main-timeline7 .year:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #727cb6;
  border: 5px solid #fff;
  box-shadow: 0 0 0 4px #727cb6;
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 4px; }

.main-timeline7 .year:after {
  content: "";
  border-left: 10px solid #303a3b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -11px;
  left: 50px; }

.main-timeline7 .timeline-content {
  padding: 18px 60px 18px 40px;
  text-align: right;
  position: relative;
  z-index: 1; }

.main-timeline7 .timeline-content:after, .main-timeline7 .timeline-content:before {
  content: "";
  width: 80px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -7%;
  right: 15px;
  z-index: -1; }

.main-timeline7 .timeline-content:after {
  left: auto;
  right: -95px; }

.main-timeline7 .timeline:last-child .timeline-content:after, .main-timeline7 .timeline:last-child .timeline-content:before {
  width: 0;
  height: 0; }

.main-timeline7 .title {
  font-size: 22px;
  font-weight: 700;
  color: #727cb6;
  margin-top: 0; }

.main-timeline7 .description {
  font-size: 15px;
  color: #7f8386;
  line-height: 25px; }

.main-timeline7 .timeline:nth-child(2) {
  margin-top: 140px; }

.main-timeline7 .timeline:nth-child(even) {
  margin-bottom: 80px; }

.main-timeline7 .timeline:nth-child(odd) {
  margin: -140px 0 0; }

.main-timeline7 .timeline:first-child, .main-timeline7 .timeline:last-child:nth-child(even) {
  margin: 0 !important; }

.main-timeline7 .timeline:nth-child(2n) .timeline-icon, .main-timeline7 .timeline:nth-child(2n):before {
  right: auto;
  left: -20px;
  background: #322e85; }

.main-timeline7 .timeline:nth-child(2n) .timeline-icon {
  left: -40px; }

.main-timeline7 .timeline:nth-child(2n) .year {
  padding: 0 30px 0 60px;
  text-align: left; }

.main-timeline7 .timeline:nth-child(2n) .year:before {
  left: auto;
  right: 3px; }

.main-timeline7 .timeline:nth-child(2n) .year:after {
  border-left: none;
  border-right: 10px solid #322e85;
  right: 50px; }

.main-timeline7 .timeline:nth-child(2n) .timeline-content {
  padding: 18px 40px 18px 60px;
  text-align: left; }

.main-timeline7 .timeline:nth-child(2n) .timeline-content:before {
  left: -95px; }

.main-timeline7 .timeline:nth-child(2n) .timeline-content:after {
  left: 15px; }

.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before {
  border-color: #7471b5;
  box-shadow: 0 0 0 4px #7471b5; }

.main-timeline7 .timeline:nth-child(2n) .year:before {
  background: #e77e21;
  box-shadow: 0 0 0 4px #e77e21; }

.main-timeline7 .timeline:nth-child(2n) .title {
  color: #e77e21; }

.main-timeline7 .timeline:nth-child(3n) .timeline-icon, .main-timeline7 .timeline:nth-child(3n):before {
  background: #322e85; }

.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before {
  border-color: #7471b5;
  box-shadow: 0 0 0 4px #7471b5; }

.main-timeline7 .timeline:nth-child(3n) .year:before {
  background: #008b8b;
  box-shadow: 0 0 0 4px #008b8b; }

.main-timeline7 .timeline:nth-child(3n) .title {
  color: #008b8b; }

.main-timeline7 .timeline:nth-child(4n) .timeline-icon, .main-timeline7 .timeline:nth-child(4n):before {
  background: #322e85; }

.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before {
  border-color: #7471b5;
  box-shadow: 0 0 0 4px #7471b5; }

.main-timeline7 .timeline:nth-child(4n) .year:before {
  background: #ed687c;
  box-shadow: 0 0 0 4px #ed687c; }

.main-timeline7 .timeline:nth-child(4n) .title {
  color: #ed687c; }

@media only screen and (max-width: 990px) {
  .main-timeline7 .timeline {
    width: 100%; }

  .main-timeline7 .timeline:nth-child(even), .main-timeline7 .timeline:nth-child(odd) {
    margin: 0; }

  .main-timeline7 .timeline:before, .main-timeline7 .timeline:nth-child(2n):before {
    width: 30px;
    height: 100%;
    left: 25px; }

  .main-timeline7 .timeline-icon, .main-timeline7 .timeline:nth-child(2n) .timeline-icon {
    left: 0; }

  .main-timeline7 .timeline:nth-child(2n) .year, .main-timeline7 .year {
    text-align: left;
    padding: 0 30px 0 100px; }

  .main-timeline7 .timeline:nth-child(2n) .year:before, .main-timeline7 .year:before {
    left: auto;
    right: 4px; }

  .main-timeline7 .year:after {
    left: auto;
    right: 50px;
    border-right: 10px solid #303a3b;
    border-left: none; }

  .main-timeline7 .timeline-content .description {
    color: #666; }

  .main-timeline7 .timeline-content, .main-timeline7 .timeline:nth-child(2n) .timeline-content {
    text-align: left;
    padding: 18px 40px 18px 100px; }

  .main-timeline7 .timeline-content:after, .main-timeline7 .timeline-content:before {
    width: 0;
    height: 0; } }
/*company history*/
/*api history*/
.api_info_formula {
  padding: 25px 0px; }

/*api history*/
/*download document list*/
/*download document list*/
/*Login screen*/
.card-signin {
  background: #fff;
  margin: 0 auto;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem; }

.card-signin .card-body {
  padding: 2rem; }

.form-signin {
  width: 100%; }

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s; }

.form-label-group {
  position: relative;
  margin-bottom: 1.7rem; }

.form-label-group input {
  border-radius: 2rem;
  padding: 8px 15px;
  height: 40px; }

.form-label-group > label {
  padding: 0px 10px; }

/*Login screen*/
/*document*/
.notice_doc_holder {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  display: block;
  width: 100%; }

/*document*/
/*Contact Us*/
.contactus-one .contact-form .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  height: 50px; }

.contactus-one .contact-form .form-control {
  border-bottom: 1px solid #ccc;
  box-shadow: none; }

.contact-info > div > p {
  margin-bottom: 10px; }

.contactus-one .contact-info p i {
  margin-right: 15px;
  color: #ee2b63; }

.map iframe {
  pointer-events: none;
  width: 100%;
  border: none; }

.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.map iframe {
  pointer-events: none;
  width: 100%;
  border: none; }

.contactus-one .dart-headingstyle-one .dart-heading:after {
  left: 15px; }

.normal-btn {
  background: #ee2b63 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase; }

/*Contact Us*/
/*table_header*/
.table-heading th {
  color: #fff;
  text-align: center;
  background: #322e85; }

/*table_header*/
/*evt thumb*/
.event_holder {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  display: block;
  margin-bottom: 30px; }
  .event_holder .img_holder {
    padding: 0px; }
    .event_holder .img_holder .evt_thumb {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 5px; }
      .event_holder .img_holder .evt_thumb .evt_img {
        background-size: cover;
        background-position: center;
        background-repeat: none;
        height: 230px;
        display: block;
        position: relative;
        border-radius: 10px; }
        .event_holder .img_holder .evt_thumb .evt_img .evt_name {
          display: block;
          position: absolute;
          bottom: 0;
          padding: 5px;
          text-align: center;
          color: #fff;
          background: #322e85;
          border-bottom: 1px solid red;
          width: 100%;
          border-radius: 0px 0px 10px 10px; }
  .event_holder .evt_heading {
    color: #322e85;
    border-bottom: 2px solid red;
    text-transform: capitalize; }
  .event_holder .evt_description {
    display: block;
    height: 130px;
    width: 100%;
    overflow: hidden; }
  .event_holder .disc_read_more_sec {
    display: block;
    width: 100%;
    text-align: right;
    padding: 7px; }

/*evt thumb*/
.image_alb_holder {
  width: 100%;
  display: block;
  height: 200px;
  border: 2px solid #3c8dbc;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px; }

.image_heading {
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  background: #322e85;
  color: #fff;
  bottom: 0px; }

/*# sourceMappingURL=style.css.map */
