a {
  text-decoration: none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
.row_arix_align {
  align-items: center;
}
.container-fluid1 {
  padding: 0px;
  margin: 0px;
}
h1 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h2 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h3 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h4 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
p {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
.ddded {
  background: #050527 !important;
}

.toolbar-area {
  padding: 0 20px;
}
.toolbar-rav-king h6 {
  color: #fff;
  margin: 0px;
  font-weight: 500;
}
.toolbar-area .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}
.toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
}
.toolbar-area .toolbar-sl-share .clearfix li a i {
  color: #ffffff;
}
.toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
.logo-header a img {
  width: 70%;
}
.logo_bgcolor {
  padding: 15px 0px;
}
.header-information {
  display: flex;
}
.media-header-information img {
  width: 15%;
  margin-right: 10px;
}
.hero-content-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.media-body-text-header-information h6 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 4px;
}
.hearder_info_btn a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 125px;
  background-color: #00a651;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.media-body-text-header-information p {
  font-size: 14px;
}
.hero_section_text {
  text-align: left;
  padding-bottom: 18%;
}
.hero_section_text h1 {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 35px;
}
.hero_section_text a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 210px;
  background-color: #fff;
  color: #000;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  text-decoration: none;
}
.hero_section_text p {
  font-size: 15px;
  line-height: 25px;
}
.main_bgcolor {
  background-color: #050527;
  padding: 0px 0px;
}
.hero_section {
  position: relative;
}
.main_bgcolor2 {
  position: absolute;
  z-index: 99999;
  margin: auto;
  display: block;
  width: 100%;
}
.navbar-collapse-right {
  justify-content: center;
}
.navbar-collapse ul li .nav-link {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0px 0px;
  font-weight: 500;
}
.about_text h3 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about_img {
  position: relative;
}
.about_img:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 9%;
  bottom: 5%;
  background: #050527;
  height: 380px;
  width: 90%;
  z-index: 999;
}

.about_img img {
  border: 5px solid #fff;
  z-index: 9999;
  position: relative;
  width: 89%;
  float: left;
}
.about_bgcolor {
  padding: 80px 0px;
}
.about_text p {
  padding-bottom: 20px;
  text-align: justify;
}
.about_text ul {
  margin: 0px;
  padding: 0px;

  margin-bottom: 20px;
}
.about_text ul li a img {
  width: 2%;
}
.about_text ul li {
  font-family: "Poppins", sans-serif;
  list-style: none;
}
.about_text ul li a {
  line-height: 30px;
  color: #000;
}
.about_text .about_btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 125px;
  background-color: #050527;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 0px;
  text-decoration: none;
}
.our_services_bgcolor {
  background-color: #f5f6f6;
  padding: 80px 0px;
}
.heading_text h2 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.heading_text p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}
/*----------------our-services-read-more-css--------------------*/

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Show More";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Show less";
}

.read-more-trigger {
  /*cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;*/
  background-color: #07618a;
  padding: 7px 15px;
  /* border-radius: 50px;*/
  color: #fff;
  text-decoration: none;
}

.card_bgcolor {
  padding: 25px 20px;
  background: #fff;
}
.read-more-trigger span i {
  font-size: 13px;
  padding-left: 5px;
}
.post-slide {
  border: 1px solid #e3e3e3;
}
/*----------------our-services-read-more-css--------------------*/
.card_service {
  background-color: #fff;
}
.card_body_text {
  padding: 20px;
}
.card_body_text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.card_body_text a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 125px;
  background-color: #050527;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 0px;
  text-decoration: none;
}
.card_body_text p {
  padding: 10px 0px;
  font-size: 15px;
}
.regular-top {
  margin-top: 30px;
}
.card_service-body {
  margin: 0px 12px;
}
.card_service-body img {
  width: 100%;
}
.manpower_bgcolor {
  padding: 80px 0px;
}
.item-all-card {
  background-color: #f5f6f6;
  padding: 15px 0px;
  margin-top: 30px;
}
.item-all-card img {
  /* background-color: #fff;
  padding: 14px;
  width: 80px;
  height: 80px; */
  margin: auto;
  display: block;
}

.item-all-card_inner {
  background-color: #fff;
  padding: 14px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
}
.item-all-card p {
  text-align: center;
  padding: 10px 0px 0px;
  font-weight: 500;
}
.item_all_card_btn {
  text-align: center;
}
.item_all_card_btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 130px;
  background-color: #050527;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  margin-top: 35px;
  text-decoration: none;
}
.contact_bgcolor {
  background-color: #f5f6f6;
  padding: 80px 0px;
}
.contact_us_form {
  background-color: #fff;
  padding: 35px 20px 35px;
  text-align: center;
  margin-top: 30px;
}
.contact_us_form p {
  padding-top: 10px;
}
.container_form {
  border-radius: 5px;
}
.container_form_top {
  margin-top: 20px;
}
.input_feild[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form_btn_homepage a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  width: 130px;
  background-color: #050527;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}
.textarea_feild {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.contact_us_form_heading {
  text-align: center;
  margin-top: 63px;
}
.contact_us_form_heading p {
  padding-top: 10px;
}
.media-contact_us {
  background-color: #fff;
  padding: 14px;
}

.media-contact_us img {
  width: 15%;
  margin-right: 10px;
}
.media-body-text-contact_us p {
  font-size: 12px;
  padding-top: 5px;
}
.media-contact_us_top {
  margin-top: 30px;
}
.footer {
  padding: 50px 0px 0px;
}
.footer_description img {
  width: 47%;
  padding: 0px 0px 20px;
}
.footer_description p {
  font-size: 14px;
  text-align: justify;
}
.footer_list .footer-title {
  margin: 0px;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0px 0px 20px;
}
.menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.menu-footer ul li {
  list-style: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.menu-footer ul li a {
  color: #000 !important;
}
.menu-footer ul li a .fa-circle {
  font-size: 8px;
  color: #2e508f;
  margin-right: 5px;
}
.menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.menu-footer ul li {
  list-style: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}
.menu-footer ul a .fa-envelope {
  color: #2e508f !important;
}
.menu-footer ul a span {
  margin-left: 10px;
}
.menu-footer ul li a i {
  font-size: 17px;
  color: #2e508f;
  margin-right: 5px;
}
.menu-footer ul a {
  color: #000 !important;
  text-decoration: none;
}
.copy_bgcolor {
  background-color: #050527;
  padding: 15px;
  margin-top: 50px;
}
.cpoyright_text h2 {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.cpoyright_text h2 a {
  text-decoration: underline;
  color: #fff;
}
/*----------------about-us--------------------*/
.about_inner_banner {
  background-image: url(./assets/images/about_banner1.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.pull-left {
  float: left;
}
.about_inner_title h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.about_inner_title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.pull-right {
  float: right;
}
.about_inner_title .page-breadcrumb {
  position: relative;
  margin-top: 25px;
}
.about_inner_title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.about_inner_title .page-breadcrumb li a {
  color: #fff !important;
  font-weight: 500;
}
.main_bgcolor2_about {
  background-color: #050527;
}
.about_our_mission_bgcolor {
  background-color: #f5f6f6;
  padding: 80px 0px;
}
.about_our_vision_bgcolor {
  padding: 0px 0px 80px;
}
.why_choose_us_bgcolor {
  padding: 80px 0px;
}
.feature_card {
  background-color: #f0f3fa;
  text-align: center;
  padding: 20px 10px;
}
.feature_card h3 {
  font-size: 22px;
  padding: 0px 0px 5px;
}
.feature_card p {
  font-size: 15px;
}
.feature_card_top {
  margin-top: 30px;
}
/*----------------service--------------------*/
.service_inner_bgcolor {
  background-color: #f5f6f680;
  padding: 80px 0px;
}
.card_service_inner-body {
  margin: 0px 0px;
}
.card_service_inner-body img {
  width: 100%;
}
.card_service_inner-body_top {
  margin-top: 30px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #242489;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination_top {
  text-align: center;
  margin-top: 35px;
}
.service_page_details h2 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}
.service_page_details p {
  margin-top: 10px;
  text-align: justify;
}
.service_page_details ul li a img {
  width: 2%;
}
.service_page_details ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.service_page_details ul li {
  font-family: "Poppins", sans-serif;
  list-style: none;
}
.service_page_details ul li a {
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.service_details_list ul {
  margin: 0px;
  padding: 0px;
}
.service_details_list ul li a {
  display: block;
  padding: 16px 18px;
  transition: all 0.5s ease;
  position: relative;
  background: #ffffff;
  color: #010d14;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
  cursor: pointer;
}
.service_details_list ul li {
  list-style: none;
}
.service_details_list ul li a:before {
  content: "›";
  position: absolute;
  right: 12px;
  top: 0px;
  font-family: Flaticon;
  color: #010d14;
  font-size: 32px;
}
.service_details_inner_top {
  margin: 0px 0px 80px;
}
.contact_bgcolor_top {
  margin-top: 80px;
}
.slider_regular_top_details {
  margin-top: 30px;
}
/* -------------------contact-us------------------------- */
.icon_about-us_page_bgcolor {
  text-align: center;
  margin: 0px;
  padding: 10px 0px 0px;
}
.icon_about-us_page_bgcolor {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 8px;
}
.icon_about-us_page_bgcolor img {
  width: 30%;
  background-color: #050527;
  border-radius: 50px;
  padding: 8px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}
.row_contact_us_top {
  margin-top: 30px;
}
.contact_us_icon_bgcolor {
  padding: 80px 0px;
}
.contact_us_page_map iframe {
  width: 100%;
  height: 470px;
  border-radius: 10px;
  margin-top: 30px;
}
.icon_about-us_page_bgcolor h6 {
  padding: 5px 0px 5px;
}
@media screen and (min-width: 992px) {
  .navbar-brand_responsive_logo img {
    display: none;
  }
  .about_text_top img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .logo-header img {
    display: none;
  }
  .logo_bgcolor {
    display: none;
  }
  .hero_section_text p {
    display: none;
  }
  .navbar-brand_responsive_logo {
    width: 25%;
  }
  .hero_section_text {
    text-align: left;
    padding-bottom: 0;
  }
  .hero_section_text h1 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 19px;
    text-align: center;
  }
  .main_bgcolor {
    background-color: #ffffff;
    padding: 0px 0px;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(0 0 0 / 50%) !important;
    border-color: rgb(0 0 0 / 10%) !important;
  }
  .navbar-collapse ul li .nav-link {
    color: #000000 !important;
  }
  .main_bgcolor2 {
    position: relative;
  }
  .toolbar-area .toolbar-sl-share ul {
    text-align: center;
    margin: 0px;
    padding: 0;
  }
  .toolbar-rav-king h6 {
    color: #fff;
    margin: 0px;
    font-weight: 500;
    text-align: center;
  }
  .toolbar-area {
    padding: 20px 0 10px;
  }
  .hero_section_text a {
    margin: auto;

    display: block;
    margin-top: 5 px;

    width: 202px;

    color: #000;

    font-size: 13px;
  }
  .about_bgcolor {
    padding: 50px 0px;
  }
  .carousel-caption {
    padding-bottom: 0px !important;
  }
  .about_text h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .shape_bgcolor img {
    display: none;
  }
  .about_img::before {
    display: none !important;
  }
  .about_img img {
    border: 5px solid #fff;
    z-index: 9999;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .our_services_bgcolor {
    padding: 50px 0px;
  }
  .heading_text h2 {
    font-size: 25px;
  }
  .manpower_bgcolor {
    padding: 50px 0px;
  }
  .contact_bgcolor {
    padding: 50px 0px;
  }
  .contact_us_form h3 {
    font-size: 23px;
  }
  .container_form_top {
    margin-top: 0px;
  }
  .media-contact_us img {
    width: 12%;
    margin-right: 0px !important;
  }
  .footer_list {
    margin-top: 30px;
  }
  .media-contact_us {
    display: block;
    text-align: center;
  }
  .media-body-text-contact_us h6 {
    margin-top: 15px;
    font-size: 18px;
  }
  .media-body-text-contact_us p {
    font-size: 15px;
    padding-top: 5px;
  }
  /* ----------------about--inner-us-------------------- */
  .about_innerpage_heading {
    background-position: top;
    padding: 50px 0px 50px !important;
    height: 33vh !important;
  }
  .page-title h1 {
    font-size: 33px !important;
  }
  .pull-right {
    width: 100%;
  }
  .page-title .page-breadcrumb {
    text-align: right;
    width: 100%;
    display: contents !important;
  }
  .about_inner_title .page-breadcrumb {
    position: relative;
    margin-top: 15px;
    /* margin: 0px; */
    padding: 0px;
  }
  .about_inner_banner {
    padding: 55px 0px 9px;
    height: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center center;
    background-size: cover;
  }
  .about_text_top {
    margin-top: 30px;
  }
  .about_text_top img {
    margin-bottom: 30px;
  }
  .about_our_vision_bgcolor {
    padding: 0px 0px 50px;
  }
  .about_our_mission_bgcolor {
    background-color: #f5f6f6;
    padding: 50px 0px;
  }
  .why_choose_us_bgcolor {
    padding: 50px 0px;
  }
  .about_img_inner img {
    display: none;
  }
  .about_inner_title h1 {
    font-size: 40px;
  }
  .main_bgcolor2_about {
    background-color: #ffffff;
  }
  .service_inner_bgcolor {
    background-color: #f5f6f680;
    padding: 50px 0px;
  }
  .icon_about-us_page_bgcolor_top {
    margin-top: 30px;
  }
  .icon_about-us_page_bgcolor {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 22px 10px;
    border-radius: 8px;
  }
  .icon_about-us_page_bgcolor img {
    width: 23%;
    padding: 8px;
  }
}
