@import url("./animate.css");

@font-face {
  font-family: "LabGrotesque";
  src: url("./Assets/font/LabGrotesque-Black.ttf");
  font-display: "swap";
  font-weight: 800;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./Assets/font/LabGrotesque-Bold.ttf");
  font-display: "swap";
  font-weight: bold;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./Assets/font/LabGrotesque-Light.ttf");
  font-display: "swap";
  font-weight: 400;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./Assets/font/LabGrotesque-Medium.ttf");
  font-display: "swap";
  font-weight: 600;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./Assets/font/LabGrotesque-Regular.ttf");
  font-display: "swap";
  font-weight: 500;
}

#slideshow {
  margin: 80px auto;
  position: relative;
  width: 240px;
  height: 240px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.col-6.hm_cnt_01_11 a {
  text-decoration: none;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

body {
  font-family: "LabGrotesque", Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ededed;
}

img.sgt_sln_img {
  height: 100px;
}

#more {
  display: none;
}

.nav_bar {
  height: 54px;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  background: #fff;
}

.privacypolicy .col-sm-12 {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  font-size: 14px;
}

.ftr_prcy {
  background: #313131;
}

.privacypolicy p {
  color: #fff;
}

ol,
ul {
  padding-left: 0rem;
}

h1 {
  font-size: 55px;
  font-weight: 900;
}

h2 {
  font-weight: 800;
  line-height: 1.4;
  font-size: 32px;
}

h3 {
  font-weight: 800;
  line-height: 1.2;
  color: #101010;
  font-size: 28px;
}

h5 {
  font-weight: 800;
  line-height: 1.4;
  font-size: 20px;
}

h6 {
  font-size: 18px;
  font-weight: 700;
}

p {
  box-sizing: border-box;
  margin-bottom: 0px;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
}

.row {
  margin-left: initial;
  margin-right: inherit;
}

.row > * {
  padding-right: 0px;
  padding-left: 0px;
}
.training_imgs{
  margin-left: 50px;
}
.traing_data_row{
  margin-top: 50px;
  padding: 30px;
  border-radius: 25px;
}
.traing_data_row img {
  border-radius: 20px;
}
.cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99 !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1957px !important;
  }
}

button {
  border: 0px solid #1c1698;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #0c00fb;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: inherit;
}

div#navbarNavDropdown {
  justify-content: end;
}

.nav-link {
  color: #3b3b3b !important;
}

li.nav-item {
  font-size: 13px;
  color: #181818;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(20, 20, 20, 0.55);
}

/* li.nav-item .active {
    color: #1C1698 !important ;
    font-weight: 550;
    font-size: 14px;
} */

.heading_blue {
  font-size: 15px !important;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  background: #e7f1fd;
  color: #1c1698;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 16px;
}

.heading_green {
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
  background: #9bffad;
  color: #007c0a;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 10px;
}

.heading_white {
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
  background: #ffffff;
  color: #1c1698;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 16px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  background-color: transparent;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

a.navbar-brand {
  font: message-box;
  font-size: 17px;
  font-weight: 550;
}

nav.navbar.navbar-expand-sm.bg-white.navbar-light {
  padding: 0px;
}

li.nav-item .nav-link {
  font-weight: 600;
}

.navbar-brand img {
  width: 120px;
  height: 55px;
}

.ourservices {
  background-color: #3f3f3f !important;
  color: #fff !important;
}

.ourservices .carousel-inner {
  position: relative;
  background: black;
  color: #fff !important;
}

.main_servs .container {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.main_servs .row .col-5 img {
  height: 480px;
  width: 90%;
  margin-top: 16px;
  border-radius: 4px;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -450px !important;
  margin-top: 0.125rem;
  padding: 24px 16px;
}

ul.dropdown-menu.show {
  min-width: 764px !important;
}

.drpdwn_lst {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

a.col-6 {
  text-decoration: none;
}

.drpdwn_lst h6 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #101010;
}

.other_services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.drpdwn_lst p {
  font-size: 13px !important;
  padding-right: 0px;
  color: #5e5e5e;
}

.dropdown-item {
  white-space: normal;
  width: auto;
}

.drop:hover,
.drop:focus {
  color: #e2e8f1;
  text-decoration: none;
  background-color: #2982db;
}

.drop:hover p,
.drop:hover h6,
.drop:focus p,
.drop:focus h6 {
  color: white;
}

.dropdown-menu {
  box-shadow: 0px 3px 11px #00000045;
  border: 0px;
}

#footer {
  padding: 0 0 0px 0;
  color: #444444;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

.col-sm-4.why_us_list {
  text-align: center !important;
  padding: 0 48px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2532b7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #2532b7;
}

#footer .footer-top {
  padding: 20px 0 10px 0;
  background: #f6f6f6;
  color: rgb(24, 24, 24) !important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  padding-right: 12px !important;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #2532b7;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  color: rgb(24, 24, 24) !important;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(24, 24, 24) !important;
  position: relative;
  margin-bottom: 12px;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2532b7;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgb(24, 24, 24) !important;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2532b7;
}

#footer .footer-top .social-links a {
  font-size: 18px !important;
  display: inline-block;
  background: #2532b7;
  color: #fff;
  margin-right: 8px;
  border-radius: 4px;
  text-align: center;
  padding: 4px 10px;
  transition: 0.3s;
  margin-bottom: 8px;
}

#footer .footer-top .social-links a:hover {
  background: #2532b7;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

.rtims_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.rtims_01_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rtims_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.rtims_01_cont {
  justify-self: center;
  margin-top: 0%;
  position: absolute;
  z-index: 1;
}

.rtims_01_cont h5 {
  width: 60%;
  line-height: 1.6;
}

.rtims_01_img {
  position: absolute;
  height: auto;
  width: 100%;
}

.hrms_01_img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.hrms_01_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rtims_02_cont {
  padding: 32px 0px;
  box-shadow: 0px 3px 11px #00000045;
  background-color: #fff;
}

.hrms_01_cont h1 {
  width: 60%;
}

.rtims_02_cont .cntr_bx_88.row {
  justify-content: space-between;
}

.rt_cnt_02_rg.col-6,
.rt_cnt_02_lf.col-6 {
  width: 45%;
}

.rtims_03 {
  padding-top: 60px;
}

.rt_03_hdr {
  text-align: center;
}

.rt_03_hdr h6 {
  color: #1c1698;
}

.rt_03_hdr p {
  width: 70%;
  margin: auto;
}

.rt_03_cnt {
  align-items: center;
  padding: 60px 0px;
  background: #ebebeb 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.ptn_mn {
  display: flex;
}

.ptn_mn .mdi {
  margin-right: 8px;
  display: none;
}

.rt_03_cnt_rg li {
  list-style: none;
}

.rt_03_cnt_rg {
  padding: 24px;
  height: auto;
  color: #fff;
  background-color: #222222;
}

.rt_03_cnt_lf img {
  height: 100%;
  width: 101%;
  object-fit: cover;
}

.rt_03_cnt_rg h4 {
  width: 70%;
  line-height: 1.5;
}

.rt_04_cnt_04.row.bsns_intl_04cnt_04 {
  align-items: flex-start;
}

.rtims_04 .col-6 img {
  max-width: 582px;
  border: 10px solid #3b3b3b;
  border-radius: 10px;
  object-fit: contain;
  height: auto;
}

.brdr_none {
  border: 0px !important;
}

.rtims_04 {
  padding: 40px 0px;
  text-align: center;
  margin: auto;
  background-color: #fff;
}

.crm_04 {
  padding: 40px 0px;
  text-align: center;
  margin: auto;
}

.mblapp_04 {
  padding: 40px 0px;
  text-align: center;
  margin: auto;
  background-color: #fff;
}

.rt_03_cnt_rg.col li {
  margin-bottom: 16px;
}

#rtimsimg012 .modal-content {
  max-width: 40% !important;
}

.rt_04_cnt_01_lf {
  text-align: left;
  width: 40%;
}

.bsnint_04_cnt_01_lf {
  text-align: left;
  width: 40%;
  align-self: center;
}

.rt_04_cnt_01 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.rt_04_cnt_01_rg img {
  height: 330px;
}

.rt_04_cnt_02_lf {
  text-align: left;
  width: 40%;
}

.ptn_mn p {
  color: #fff !important;
  font-size: 16px;
}

.rt_04_cnt_02 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.rt_04_cnt_02_rg img {
  height: 330px;
}

.rt_04_cnt_03_lf {
  text-align: left;
  width: 40%;
}

.rt_04_cnt_03 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.rt_04_cnt_03_rg img {
  height: 330px;
}

.rt_04_cnt_04_lf {
  text-align: left;
  width: 40%;
}

.rt_04_cnt_04 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.rt_04_cnt_04_rg img {
  height: 330px;
}

.rt_04_hdr {
  width: 80%;
  margin: auto;
}

.no_border {
  border: 0px;
}

.rt_05 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.rt_05_cnt {
  align-items: top;
  justify-content: space-between;
}

.rt_05_cnt_lf {
  width: 35%;
  border-right: 1px solid #b8b8b8;
}

.rt_05_cnt_rg {
  width: 60%;
}

.sftsln_05_cnt_rg {
  width: 60%;
}

.rt_05_cnt_lf p {
  width: 90%;
  line-height: 1.6;

  text-align: justify;
}

.rt_05_cnt .col-5 {
  border-right: 1px solid rgb(39, 39, 39);
}

.rt_06 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.rt_06_cnt_01.col-3 img {
  height: 52px;
  margin-bottom: 12px;
}

.rt_06_cnt_01.col-3 {
}

.rt_06_cnt ul {
  list-style: none;
}

.rt_06_cnt .col-3 {
  margin-bottom: 32px;
}

.rt_06_cnt ul li {
  margin-bottom: 8px;
  font-weight: 500;
}

.rt_06_hdr {
  text-align: center;
  width: 80%;
}

.rt_07 {
  position: relative;
  height: 50vh;
  padding-bottom: 80px;
  background: #fff;
}

.rt_07 .cntr_bx_88 {
  width: 100%;
  margin-right: 0px;
}

.rt_07_cnt {
}

.rt_07_cnt_rg img {
  position: absolute;
  right: 0px;
  top: -18px;
  max-width: 100%;
  border: 10px solid #3b3b3b;
  border-radius: 10px;
  object-fit: fill;
  height: 111%;
}

.rt_07_cnt_lf {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  height: 380px;
  padding-left: 66px;
  padding-top: 7%;
}

.rt_07_cnt_lf_01 {
  width: 70%;
  margin-top: 5%;
}

.rt_07_cnt_rg.col-6 {
  position: relative;
}

.rt_08 {
  padding: 60px 0px;
  text-align: center;
  margin: auto;
  background: #313131 0% 0% no-repeat padding-box;
  color: #fff !important;
}

.rt_08_hdr p {
  font-size: 16px;
  color: #fff !important;
}

.rt_08_hdr h3 {
  color: #fff !important;
}

.rt_08_hdr {
  margin: auto;
  width: 70%;
}

::marker {
  font-size: 24px;
  height: 5px !important;
}

.prf_srv_hdr {
  margin-left: 16px;
}

.ftr_ls {
  display: flex;
  justify-content: space-between;
}

.hm_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.hrms_01_cont {
  justify-self: center;
  margin-top: 0%;
  position: absolute;
  z-index: 1;
}

.hrms_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.bsns_intl_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.iot_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.hrms_01 {
}

.hrms_01_cont h5 {
  width: 60%;
  line-height: 1.6;
}

.hm_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  /* background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFFBF 14%, #FFFFFFC4 16%, #FFFFFFB8 34%, #FFFFFF9E 44%, #FFFFFF7D 55%, #FFFFFF00 60%) 0% 0% no-repeat padding-box */
}

.mbl_lnd_img {
}

.mblapp_01 {
  background-image: url("./Assets/AdobeStock_414389634 (1).jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sftsln_01 {
  background-image: url("./Assets/svg/softwaresolutionlanding.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hm_01_cont {
  width: 69%;
  padding-top: 0%;
  position: absolute;
  z-index: 1;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-footer {
  padding-bottom: 0px;
}

.hm_01_cont h1 {
  width: 60%;
}

.hm_01_cont p {
  width: 60%;
}

.hm_01_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hm_01_cont h5 {
  width: 68%;
  line-height: 1.6;
  text-align: left;
}

.hm_04_hdr p {
  width: 75%;
  margin: auto;
}

.hm_01_img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.hm_03 {
  padding-top: 60px;
}

.hm_03_hdr {
  text-align: center;
}

.rt_03_hdr h6 {
  color: #1c1698;
}

.hm_03_hdr p {
  width: 70%;
  margin: auto;
}

.hm_03_cnt {
  align-items: center;

  margin-bottom: 0px;
  padding: 24px 0px;
  background: #ededed 0% 0% no-repeat padding-box;
}

.ptn_mn {
  display: flex;
}

.ptn_mn .mdi {
  margin-right: 8px;
  display: none;
}

.hm_03_cnt_rg li {
  list-style: none;
}

.hm_03_cnt_rg {
  padding: 24px;
  height: auto;
  color: #fff;
  background-color: #222222;
}

.hm_03_cnt_lf img {
  height: 100%;
  width: 101%;
  object-fit: cover;
}

.hm_03_cnt_rg h4 {
  width: 70%;
  line-height: 1.5;
}

.hm_03_cnt_rg.col li {
  margin-bottom: 16px;
}

.hm_04 {
  padding: 40px 0px;
  margin: auto;
}

.hm_04_hdr {
  text-align: center;
}

.hm_04_hdr h2 {
  width: 80%;
  margin: auto;
}

.hm_04_cnt_01 {
  margin-top: 60px;
}

.hm_04_cnt_01 h4 {
  width: 100%;
  font-weight: 550;
}

.hm_cnt_01_11 {
  display: flex;
  box-shadow: 0px 10px 20px #0000000a;
  border-radius: 20px;
  padding: 40px;
  background-color: white;
  margin: 10px 65px 30px 0px;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
}

.hm_cnt_01_12 {
  display: flex;
  box-shadow: 0px 10px 20px #0000000a;
  border-radius: 20px;
  /* padding: 40px; */
  background-color: white;
  margin: 10px 65px 30px 0px;
  flex-direction: column;
  overflow: hidden;
}

.im_hm_c741 {
  margin: -40px -40px 30px -40px;
  width: calc(100% + 80px);
  height: 300px;
  margin-right: -95px;
}

.im_hm_c741 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.im_hm_c742 img {
  width: 100%;
  transform: rotate(304deg);
}

.im_hm_c742 {
  background-color: #787697;
  height: auto;
  float: left;
  margin-top: 0;
  margin-left: -60px;
  border-top-left-radius: 0px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  transform: rotate(56deg);
}

.im_hm_c743 {
  margin-left: 20px;
  padding: 20px;
}

.hm_cnt_01_11 p {
  width: 100%;
  font-size: 15px;
  text-align: justify;
}

.hm_cnt_01_11 img {
  height: 60px;
  width: 76px;
  margin-right: 12px;
}

.hm_cnt_01_11 h6 {
  font-size: 19px;
}

.rd_mr {
  color: #1c1698;
  margin-top: 16px;
  font-weight: 500;
}

.hm_04_cnt_02 {
  margin-top: 60px;
}

.hm_04_cnt_02 h4 {
  width: 80%;
}

.hm_05 {
  background-color: #fff;
}

.hm_05_hdr {
  text-align: center;
  width: 80%;
  margin: auto;
}

.hm_05_cnt_01 {
  text-align: center;
}

.hm_05_cnt_01 p {
  width: 67%;
  margin: auto;
}

.hm_05_cnt_02 {
  text-align: center;
}

.hm_05_cnt_02 p {
  width: 69%;
  margin: auto;
}

.hm_05_cnt_03 {
  text-align: center;
}

.hm_05_cnt_03 p {
  width: 70%;
  margin: auto;
}

.hm_05_cnt {
  margin-top: 40px;
}

.hm_05 {
  padding: 60px 0px;
}

.hm_06 {
  padding: 60px 0px;
  background: #f7f7f7;
}

.hm_06_lf p {
  width: 80%;
  margin-bottom: 16px;
}

.hm_06_rg p {
  width: 80%;
  margin-bottom: 16px;
}

.hrms_03 {
  padding-top: 60px;
  background-color: #fff;
}

.hr_03_hdr {
  text-align: center;
}

.rt_03_hdr h6 {
  color: #1c1698;
}

.hr_03_hdr p {
  width: 70%;
  margin: auto;
}

.hr_03_cnt {
  text-align: center;
  align-items: top;
  margin: 40px 0px;
}

.hr_03_cnt p {
  width: 73%;
  margin: auto;
}

.ptn_mn {
  display: flex;
}

.ptn_mn .mdi {
  margin-right: 8px;
  display: none;
}

.hr_03_cnt_rg li {
  list-style: none;
}

.hr_03_cnt_rg {
  padding: 24px;
  height: auto;
  color: #fff;
  background-color: #222222;
}

.hr_03_cnt_lf img {
  height: 100%;
  width: 101%;
  object-fit: cover;
}

.hr_03_cnt_rg h4 {
  width: 70%;
  line-height: 1.5;
}

.bsns_intl_01_cont {
  justify-self: center;
  position: absolute;
  z-index: 1;
  width: 44%;
}

.cr_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  bottom: 0px;
}

.entr_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  bottom: 0px;
}

.entr_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff6e
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.cr_01_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cr_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.it_rcts_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff6e
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 31%,
      #ffffffc4 16%,
      #ffffffb8 33%,
      #ffffff9e 36%,
      #ffffff7d 62%,
      #ffffff00 80%
    )
    0% 0% no-repeat padding-box;
}

.entr_01_cont {
  justify-self: center;
  position: absolute;
  z-index: 1;
  width: 44%;
}

.cr_01_cont {
  justify-self: center;
  margin-top: 3%;
  position: absolute;
  z-index: 1;
  width: 44%;
}

.cr_01_cont h5 {
  width: 90%;
  line-height: 1.6;
}

.cr_01_img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.cr_05 {
  padding: 60px 0px;
}

.cr_03 {
  padding: 40px 0;
}

.cr_03_cnt {
  text-align: left;
  margin: auto;
  justify-content: space-between;
}

.cr_03_cnt .col-4 {
  width: 26%;
}

.cr_cnt_88 {
  box-shadow: 0px 20px 50px #00000029;
  width: 95%;
  padding: 32px 24px;
  min-height: 348px;
}

.cr_cnt_88 img {
  margin-bottom: 16px;
  height: 70px;
  width: 70px;
}

.cr_05_hdr {
  width: 60%;
}

.cr_06_hdr {
  text-align: center;
}

.cr_06_cnt {
  margin-top: 40px !important;
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 20px 50px #020c912e;
  border-radius: 9px;
  padding: 32px;
}

.cr_06 {
  padding: 60px 0;
}

.cr_03 {
  padding: 60px;
}

.entr_intl_02 {
  padding: 60px 0;
  background-color: #fff;
}

.entr_intl_02_hdr {
  text-align: center;
}

.wyentr_01_22 {
  width: 80%;
  margin: auto;
}

.wyentr_01_22 img {
  margin-bottom: 16px;
}

.wyentr_01.col-6 {
  margin-bottom: 24px;
}

.entr_intl_03_hdr {
  text-align: center;
  position: relative;
}

.hr_icon {
  height: 52px;
  width: 62px;
  margin-bottom: 16px;
}

.entr_intl_03_cnt {
  /* box-shadow: 0px 20px 50px #020c912e; */
  background: transparent;
  padding: 32px;
  border-radius: 5px;
  margin-top: 32px;
}

.integ_typ_01_cont {
  box-shadow: 0px 20px 50px #020c912e;
  background: #fff;
  padding: 32px;
  border-radius: 5px;
  margin-top: 32px;
  margin-right: 16px;
  min-height: 350px;
}

.integ_typ_02_cont {
  box-shadow: 0px 20px 50px #020c912e;
  background: #fff;
  padding: 32px;
  border-radius: 5px;
  margin-top: 32px;
  min-height: 350px;
}

.integ_typ_img img {
  margin: auto;
  width: 760px;
  box-shadow: 0px 20px 50px #020c912e;
}

.integ_typ_img img {
  margin: auto;
  width: 750px;
  border-radius: 10px;
}

.integ_typ_img {
  text-align-last: center;
}

.entr_intl_03_44 {
  display: flex;
  justify-content: space-between;
}

.entr_intl_03_44 h6 {
  font-size: 14px;
}

section.entr_intl_03 {
  background: #f9f9fb 0% 0% no-repeat padding-box;
  position: relative;
  padding: 60px 0px 100px 0px;
}

.entr_intl_03_cnt_p {
  width: 70%;
}

.entr_intl_03_hdr P {
  width: 70%;
  margin: auto;
}

.mblapp_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.mblapp_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.mblapp_01_cont {
  justify-self: center;

  padding-top: 0px;
  position: absolute;
  z-index: 1;
}

.mblapp_01_cont h1 {
  width: 42%;
}

.mblapp_01_cont h5 {
  width: 36%;
  line-height: 1.6;
}

.mblapp_01_img {
  position: absolute;
  height: auto;
}

.mblapp_04_cnt_04_lf {
  text-align: left;
  width: 46%;
}

.mblapp_01_cont {
  justify-self: center;

  position: absolute;
  z-index: 1;
}

.mblapp_04_cnt_01_lf {
  text-align: left;
  width: 40%;
}

.mblapp_04_cnt_01_lf {
  text-align: left;
  width: 40%;
}

.mblapp_04_cnt_01 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-around;
}

.mblapp_04_cnt_01_rg img {
  height: 330px;
}

.mblapp_04_cnt_01_lf.col-6 p {
  width: 80%;
}

.mblapp_04_cnt_02_lf {
  text-align: left;
  width: 40%;
}

.mblapp_04_cnt_02 {
  margin: auto;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}

.mblapp_04_cnt_02_rg img {
  height: 330px;
}
.event_model_head_line{
  background-color: #c9be77;
  height: 5px;
  width: 100px;
  margin-left: 20px;
}
.event_model_imgs img {
  max-height: 230px;
  box-shadow: 0px 20px 50px #00000029;
  border-radius: 20px;
  margin-left: 30px;
}
.event_model_imgs{
  padding: 20px 0px;
}
.model_header{
  /* margin-top: 80px; */
  margin-left: 20px;
  /* font-family: serif; */
}
.event_model_text{
  padding: 20px;
  font-size: 22px;
  margin-top: 10px;
  /* font-family: cursive; */
}
.mblapp_04_cnt_02_lf.col-6 p {
  width: 80%;
}

.mblapp_04_cnt_03_lf {
  text-align: left;
  width: 40%;
}

.mblapp_04_cnt_03 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.mblapp_04_cnt_03_rg img {
  height: 330px;
}

.mblapp_04_cnt_04 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.mblapp_04_cnt_04_rg img {
  height: 330px;
}

.mblapp_04_cnt_03_lf {
  text-align: left;
  width: 40%;
}

.mblapp_04_cnt_03 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.mblapp_04_cnt_03_rg img {
  height: 330px;
}

.mblapp_04_cnt_04 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.mblapp_04_cnt_04_rg img {
  height: 330px;
}

.mblapp_04_cnt_03_lf.col-6 p {
  width: 80%;
}

.mblap_cnt p {
  width: 90%;
  text-align: justify;
  margin-bottom: 24px;
}

.mblap_cnt {
  margin-top: 40px;
}

.mblapp_05_cnt {
  margin-top: 40px;
}

.mblap_cnt img {
  margin-bottom: 16px;
}

.sftsln_01 {
  text-align: center;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.sftsln_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff -3%,
      #ffffffbf 12%,
      #ffffffc4 9%,
      #ffffffb8 18%,
      #ffffff9e 28%,
      #ffffff7d 85%,
      #ffffff00 101%
    )
    0% 0% no-repeat padding-box;
}

.sftsln_01_cont {
  justify-self: center;
  padding-top: 5%;
  position: absolute;
  z-index: 1;
  width: 80%;
  margin: auto;
}

.sftsln_01_cont h5 {
  width: 80%;
  line-height: 1.6;
  margin: auto;
}

.sftsln_01_img {
  position: absolute;
  height: auto;
}

.bsns_intl_03 {
  padding-top: 40px;
  background-color: #fff;
}

.bsns_intl_04_cnt_01 {
  margin-top: 0px;
  justify-content: space-between;
}

.bsns_int_06 {
  background-color: #edeaff;
  padding: 60px 0px;
}

.bsns_int_06 h4 {
  width: 70%;
  margin: auto;
  text-align: center;
}

.bsns_intl_04cnt_04 {
  text-align: left;
}

.bsns_intl_04cnt_04 .rt_04_cnt_04_rg img {
  height: auto;
}

.rt_04_cnt_04_rg.col-6.chrt_01_cont img {
  width: 95%;
  min-height: 260px;
}

.rt_04_cnt_04_lf.col-6.chrt_01_cont img {
  height: 285px;
}

.rt_04_cnt_04_rg.col-6.chrt_01_cont {
  width: 47%;
}

.rt_04_cnt_04_lf.col-6.chrt_01_cont img {
  width: 98%;
}

.rt_04_cnt_04_lf.col-6.chrt_01_cont P {
  width: 93%;
}

.rt_04_cnt_04_lf.col-6.chrt_01_cont {
  width: 45%;
}

.bsns_intl_04cnt_04 h5 {
  color: #1c1698;
}

.bsns_int_07 {
  background-color: #ffffff;
  padding: 50px 0px;
}

.hlth_cre_01 {
  top: -24px;
}

.hlth_rcrt_01_cont {
  margin: auto;
  justify-self: center;
  position: absolute;
  z-index: 1;
  width: 80%;
  text-align: left;
}

.hlth_rcrt_01_cont h5 {
  width: 56%;
}

.art_intl_01_cont {
  margin: auto;
  justify-self: center;
  padding-top: 9%;
  position: absolute;
  z-index: 1;
  width: 80%;
  text-align: center;
}

.rt_04_cnt_03.row.bsns_intl_04cnt_03 {
  background: rgb(243, 245, 255);
  padding: 30px;
  width: 100%;
  border-radius: 10px;
}

.art_intl_01_cont h1 {
  margin: auto;
}

.art_intl_01_cont h5 {
  margin: auto;
  width: 80%;
}

.iot_srvc {
  padding: 50px 0px;
  background-color: #f4f2ff;
  margin-top: 32px;
}

.iot_srvc h4 {
  width: 70%;
  margin: auto;
}

.it_rcts_cont01 {
  text-align: center;
  padding: 60px 0px;
}

.it_rcts_cont_lnd h2 {
  padding: 0px 100px;
}

.it_rcts_cont_lnd h6 {
  padding: 0px 200px;
  line-height: 1.5;
  font-size: 16px;
}

.col-6.rcrt03_lft {
  align-self: center;
}

.img_10 {
  height: 350px;
  width: 600px;
  background: rgb(255, 220, 220);
  margin-top: 40px;
}
.event_model_tbox{
  background: rgb(212, 211, 243);
  border-radius: 25px;
  /* padding: 20px 0px; */
}

.rcrt03_lft h3 {
  line-height: 1.2;
}

.rcrt03_lft {
  font-size: 16px;
  line-height: 1.5;
}

.it_rcts_cont04 h3 {
  color: #a3a3a3;
}

.it_rcts_cont02 {
  text-align: center;
  padding-top: 60px;
  background: #ffffff;
  color: #101010 !important;
}

.rcrt05_rgt {
  align-self: center;
}

.it_rcts_cont02 p {
  color: #101010;
  font-size: 16px;
  padding: 0px 100px;
}

.nrs05_lft p {
  padding-top: 0px;
  width: 82%;
}

.nrs05_lft_cnt {
  margin: auto;
  width: 80%;
}

.nrs05_lft_cnt p {
}

.it_rcts_cont03 {
  background: #ffffff;
  height: 80vh;
  align-items: center;
}

.nurse_rcts_cont03 {
  background: #ffffff;
  align-items: center;
  padding: 40px 0px;
}

.nrs03_lft {
  width: 40%;
}

.nrs03_rgt.no_border img {
  width: 500px;
}

section.nurse_rcts_cont03 {
  padding: 50px 0px;
}

.hlth_rcrt_02_cont h2 {
  width: 70%;
  margin: auto;
  margin-bottom: 16px;
}

.hlth_rcrt_02_cont p {
  width: 94%;
  margin: auto;
}

.it_rcts_cont03 h3 {
  font-size: 40px;
  padding-right: 150px;
  font-weight: 600;
}

.it_rcts_cont03 p {
  padding-right: 150px;
  text-align: justify;
}

.it_rcts_cont04 {
  padding-bottom: 120px;
  background-color: #fff;
}

.cont_up_01 {
  background: darkblue;
  position: relative;
  padding-top: 100px;
  height: 200px;
}

.it_rcts_cont04_card {
  background: #fff;
  padding: 24px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 10px;
  text-align: center;
}

.it_rcts_cont05 {
  padding: 40px 0px;
  background-color: #fff;
}

.rcrt05_lft {
  align-self: center;
}

.rcrt05_rgt img {
  height: 400px;
}

.it_rcts_cont06 {
  background: #1c1698;
  padding: 50px 0px;
  color: #fff;
}

.it_rcts_cont06 p {
  color: #fff;
}

.it_rcts_cont06 button {
  background-color: #fff;
  color: #1c1698;
}

.it_rcts_cont23 {
  display: flex;
  justify-content: space-between;
}

.it_rcts_cont05 h3 {
  font-size: 40px;
  width: 95%;
  font-weight: 600;
}

.it_rcts_cont05 P {
  padding-bottom: 32px;
  padding-top: 24px;
  width: 95%;
}

.iot_01_cont {
  justify-self: center;
  position: absolute;
  z-index: 1;
  width: 44%;
  text-align: left;
}

.art_intl_01_cont h5 {
  width: 80%;
  line-height: 1.6;
}

.contus_01 {
  background-color: #020014;
  color: #fff;
  text-align: center;
  padding: 50px 0px;
  height: auto;
}

.contus_cont01 h2 {
  width: 60%;
  margin: auto;
}

.contus_cont01 {
  padding-top: 0px;
  color: #fff !important;
}

.contus_cont01 h6 {
  width: 80%;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
}

.lct_img01 {
  height: 60px;
  width: 60px;
  background-color: #1caf48;
  border-radius: 50px;
  margin-bottom: 16px;
}

.contus_cont03 {
  text-align: left;
  margin-top: 40px !important;
}

.contus_03 {
  background-color: #fff;
  padding: 60px 0px;
  align-self: center;
  text-align: center;
}

.cnt_70 {
  width: 70%;
  margin: auto;
}

.hlth_rcrt_02_cont {
  margin-top: -2%;
}

.ph_nmbr {
  font-size: 16px;
}

.ph_nmbr01 {
  display: flex;
}

.ph_nmbr01 {
  display: flex;
  font-size: 24px;
  color: #1c1698;
  margin-right: 12px;
  align-items: center;
  margin-top: 8px;
}

.eml_id01 {
  display: flex;
  font-size: 24px;
  color: #1c1698;
  margin-right: 12px;
  align-items: center;
  margin-top: 8px;
}

.mdi-phone,
.mdi-email {
  background-color: #acacac;
  color: #fff;
  font-size: 18px;
  height: 40px;
  min-width: 40px;
  border-radius: 40px;
  box-sizing: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.contus_04 {
  background: #f9f9fb 0% 0% no-repeat padding-box;
  padding: 70px 0px;
}

section.bsns_int_07 .row {
  justify-content: space-between;
}

.cont_frm {
  background-color: #fff;
}

.col-5.m-auto.cont_frm {
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
}

.contus_04 .form-control {
  display: block;
  padding: 12px 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form#_dt_cnt_frm74 {
  background: #fff;
}

h2.mb-5.text-align-center {
  text-align: center;
}

.contus_05 {
  padding: 60px 0px;
  width: 85%;
  margin: auto;
}

.contus_05 h4 {
  line-height: 1.6;
}

.mjr_mdls_ls span.mdi {
  color: #fff !important;
}

.ph_nmbr span.mdi.mdi-email {
  min-width: 24px !important;
}

.ph_nmbr span.mdi {
  color: #fff;
  font-size: 24px !important;
}

.ris_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
  top: -23px;
}

.mblapp_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.entr_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.ris_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.art_intl_01_cont .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.hlth_cre_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.ris_01.nav_bar {
  height: 0px;
}

.ris_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.ris_01_cont {
  justify-self: center;
  margin-top: 0%;
  position: absolute;
  z-index: 1;
}

.ris_01_cont h1 {
  width: 60%;
  line-height: 1.4;
}

.ris_01_cont h5 {
  width: 53%;
  line-height: 1.6;
}

.ris_01_img {
  position: absolute;
  height: auto;
}

.hm_03_cnt_rg_44 {
  margin-top: 6%;
}

.ris_04 .col-6 img {
  max-width: 508px;
}

.ris_01_img img {
  width: 160%;
}

.ris_04 {
  padding: 40px 0px;
  text-align: center;
  margin: auto;
  background-color: #fff;
  margin-top: -2%;
}

.ris_04_cnt_01_lf {
  text-align: left;
  width: 40%;
}

.ris_04_cnt_01_lf p {
  width: 85%;
}

.ris_04_cnt_02_lf p {
  width: 85%;
}

.ris_04_cnt_03_lf p {
  width: 85%;
}

.ris_04_cnt_04_lf p {
  width: 85%;
}

.bsnint_04_cnt_01_lf {
  text-align: left;
  width: 40%;
  align-self: center;
}

.ris_04_cnt_01 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.ris_04_cnt_01_rg img {
  height: 330px;
}

.ris_04_cnt_02_lf {
  text-align: left;
  width: 40%;
}

.ris_04_cnt_02 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.ris_04_cnt_02_rg img {
  height: 330px;
}

.ris_04_cnt_03_lf {
  text-align: left;
  width: 40%;
}

.ris_04_cnt_03 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.ris_04_cnt_03_rg img {
  height: 330px;
}

.ris_04_cnt_04_lf {
  text-align: left;
  width: 40%;
}

.ris_04_cnt_04 {
  margin: auto;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.ris_04_cnt_04_rg img {
  height: 330px;
}

.ris_04_hdr {
  width: 80%;
  margin: auto;
}

.ris_05 {
  padding: 40px 0px;
  background-color: #fbfaff;
}

.ris_05_01 {
  box-shadow: -10px 10px 20px rgba(41, 41, 42, 0.205);
  border-radius: 8px;
  padding: 32px;
  width: 90%;
  margin-top: 40px;
}

.ris_05_01 h6 {
  margin-bottom: 0px;
}

.hm_icn_dv {
  height: 44px;
  width: 44px;
  margin-bottom: 16px;
}

.hm_icn_dv01 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #ffe5fc;
  border-radius: 10px;
}

.hm_icn_dv02 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #fff9ed;
  border-radius: 10px;
}

.hm_icn_dv03 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #e8ffea;
  border-radius: 10px;
}

.hm_icn_dv04 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #e9e7ff;
  border-radius: 10px;
}

.hm_icn_dv05 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #ffe6e4;
  border-radius: 10px;
}

.hm_icn_dv06 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #ead4ff;
  border-radius: 10px;
}

.cr_05_cnt_01.col-3 {
  background-color: #fff;
}

.hrms_01 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.hrms_01::before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 1;
  right: 0px;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffffbf 14%,
      #ffffffc4 16%,
      #ffffffb8 34%,
      #ffffff9e 44%,
      #ffffff7d 55%,
      #ffffff00 60%
    )
    0% 0% no-repeat padding-box;
}

.hm_icn_dv07 {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
  padding: 12px;
  background: #e9f1ff;
  border-radius: 10px;
}

.iot_04_cnt_01_rg_img {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  text-align-last: center;
  background-color: rgb(255, 227, 231);
  color: rgb(238, 20, 53);
  margin-right: 24px;
  margin-bottom: 24px;
}

.iot_04_cnt_02_rg_img {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  text-align-last: center;
  background-color: rgb(227, 255, 228);
  color: rgb(3, 143, 49);
  margin-right: 24px;
  margin-bottom: 24px;
}

.iot_04_cnt_03_rg_img {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  text-align-last: center;
  background-color: #f7dff5;
  color: #d341a5;
  margin-right: 24px;
  margin-bottom: 24px;
}

.iot_04_cnt_04_rg_img {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  text-align-last: center;
  background-color: #fbf1de;
  color: #f37d16;
  margin-right: 24px;
  margin-bottom: 24px;
}

div.mdi.mdi-lightbulb-on-outline,
div.mdi.mdi-connection,
div.mdi.mdi-cloud-sync-outline,
div.mdi.mdi-devices {
  font-size: 60px;
  text-align-last: center;
  height: 100%;
  padding-top: 25%;
}

iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.contus_06_cnt1 {
  height: 60vh;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.img_zoom {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.img_zoom:hover {
  opacity: 0.7;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Add Animation */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0.1);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.brochure_button .modal {
  background-color: rgb(255 255 255 / 15%);
}

.brochure_button .modal-header {
  margin-left: 8px;
  margin-top: 8px;
}

.brochure_button .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 24px;
  text-align-last: start;
  border: none;
}

.brochure_button .modal-dialog {
  min-width: 680px;
}

.brochure_button.modal-content {
  width: 100% !important;
}

.brochure_button .modal {
  padding-top: 76px !important;
}

.brochure_button .modal-dialog .form-label,
.brochure_button .modal-dialog .form-control {
  font-size: 14px;
}

.dwnld_btn {
  /* display: flex;
    width: 45%; */
  margin: auto;
  /* justify-content: space-between; */
}

.mdi-check-decagram::before {
  content: "\F0791";
  font-size: 60px !important;
  color: green;
}

.thnkyou_cntct.modal-body {
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 60px 0px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

#_dt_cnt_frm74 .form-group {
  margin-bottom: 16px;
}

#_dt_cnt_frm74 .StarClass {
  margin-bottom: 8px !important;
}

.cnt_btn {
  text-align: end;
}

.cntct_frm {
  width: 40%;
  margin: auto;
  background: #fff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0px 3px 11px #00000045;
}

.cntct_frm .form-group {
  margin-bottom: 16px;
}

.cntct_frm .StarClass {
  margin-bottom: 8px !important;
}

.rtims_04 .no_border img {
  border: 0px;
  box-shadow: 0px 3px 11px #00000045;
  border-radius: 10px;
}

.no_border img {
  border: 0px;
  box-shadow: 0px 3px 11px #00000045;
  border-radius: 10px;
}

.hm_05_cnt_01 .hm_icn_dv {
  height: 50px;
  width: 50px;
}

.hm_05_cnt_02 .hm_icn_dv {
  height: 40px;
  width: 40px;
}

.rtims_01 .cntr_bx_88 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.mdi-phone,
.mdi-email {
  background-color: #ffffff;
  color: rgb(42, 42, 42) !important;
  font-size: 18px;
  height: 40px;
  min-width: 0px;
  border-radius: 40px;
  box-sizing: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.thnkyou_cntct,
.cnt_us_bx74 {
  display: none;
}

.thnkyou_cntct.actv,
.cnt_us_bx74.actv {
  display: block;
}

.hm_01_img.home_bnr90 {
  position: absolute;
  height: calc(100% + 80px);
  width: 800px;
  right: 0px;
  overflow: hidden;
  top: -80px;
}

.hm_01_img.home_bnr90 img {
  object-fit: cover;
  height: 100%;
  width: 104%;
}

header {
  background: rgb(255 255 255 / 83%);
  backdrop-filter: blur(15px);
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.cntr_bx_88 {
  background-color: initial !important;
}

.hm_01_cont h5 {
  font-weight: 400;
}

@media screen and (min-width: 754px) and (max-width: 1180px) {
  .circle_89 img {
    position: absolute;
    height: 558px !important;
    right: -460px !important;
  }
  .hm_cnt_01_11 {
    display: flex;
    box-shadow: 0px 10px 20px #0000000a;
    border-radius: 20px;
    padding: 40px;
    background-color: white;
    margin: 10px 19px 30px 0px;
    flex-direction: column;
    min-height: 375px;
    overflow: hidden;
  }
  .hm_04_cnt_02 h4 {
    width: 100%;
  }
}

.dIxMhd-bN97Pc-b3rLgd {
  display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 740px) {
  .hm_01_cont {
    width: 100%;
  }

  .hm_04_cnt_01 .row {
    display: block;
  }

  .hm_04_cnt_01 .row .col-6 {
    width: 100%;
  }

  .hm_cnt_01_11 {
    margin: 10px 0px 30px 0px;
  }

  .contus_cont01 h2,
  .contus_cont01 h6,
  .cnt_70 {
    width: 100%;
  }

  .contus_06_cnt2.col-6,
  .contus_06_cnt1 {
    width: 100%;
    height: 40vh;
  }

  .contus_06_cnt.row {
    display: block;
  }

  .hm_01_cont h1 {
    width: 76%;
    font-size: 40px;
  }

  .hm_01_cont h5 {
    font-size: 18px;
    font-weight: 900;
  }

  .hm_01_img.home_bnr90 img {
    width: 112%;
  }

  .hm_03_cnt_lf.col {
    display: contents;
  }

  .hm_04_hdr h2 {
    width: 100%;
    margin: auto;
  }

  .hm_04_hdr p {
    width: 100%;
    margin: auto;
  }

  .hm_04_cnt_01_hdr.col-4 {
    width: 100%;
  }

  .col-6.hm_cnt_01_11 {
    display: contents;
  }

  .hm_cnt_01_11 p {
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin: auto;
  }

  .row.col-12.pt-4 {
    padding: 0px !important;
  }

  .hm_05_hdr {
    width: 100%;
  }

  .hm_05_cnt {
    display: contents;
  }

  .hm_05_cnt_01,
  .hm_05_cnt_02,
  .hm_05_cnt_03 {
    width: 100%;
    text-align: center;
  }

  .hm_05_cnt_01 p,
  .hm_05_cnt_02 p,
  .hm_05_cnt_03 p {
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
  }

  .hm_06_lf.col-6 {
    display: contents;
  }

  .hm_06_lf p {
    width: 100%;
    margin-bottom: 16px;
  }

  .hm_06_rg.col-6 {
    display: contents;
  }

  .ser_opt_ls .row {
    display: contents;
  }

  ul.dropdown-menu.show {
    min-width: auto !important;
  }

  ul.dropdown-menu.show {
    min-width: auto;
    height: 439px;
    overflow: scroll;
  }

  .sft_srv.col-6 {
    display: contents;
  }

  .prf_srv.col-6 {
    display: contents;
  }

  .hm_cnt_01_11 h6 {
    font-size: 17px;
    text-align: left;
    margin-top: 16px;
  }

  .hm_04_cnt_01 h4 {
    width: 100%;
    text-align: left;
    font-weight: 550;
    font-size: 25px;
  }

  .hm_03_hdr p {
    width: 93%;
    margin: auto;
    text-align: center;
  }

  .hm_03_hdr h2 {
    text-align: center;
    font-size: 28px;
  }

  .rtims_01_cont h5 {
    width: 60%;
  }

  .rt_05_cnt_lf {
    width: 100%;
    margin-bottom: 16px;
  }

  .rt_04_cnt_01.row,
  .rt_04_cnt_02.row,
  .rt_04_cnt_03.row,
  .rt_04_cnt_04.row {
    display: block !important;
  }

  .rtims_04 .col-6 img {
    max-width: 320px;
    margin: auto;
    margin-bottom: 16px;
  }

  .rt_04_cnt_01_rg img,
  .rt_04_cnt_02_rg img,
  .rt_04_cnt_03_rg img,
  .rt_04_cnt_04_rg img {
    height: 203px;
  }

  .rt_04_cnt_01_lf,
  .rt_04_cnt_02_lf,
  .rt_04_cnt_03_lf,
  .rt_04_cnt_04_lf {
    text-align: center;
    width: 100% !important;
  }

  .rt_05_cnt.row {
    display: block;
  }

  .rt_05_cnt_lf.col-5 {
    width: 100%;
    text-align: center !important;
    border: none;
  }

  .rt_05_cnt_rg {
    width: 100%;
  }

  .rt_06_cnt.row {
    display: block;
  }

  .rt_06_cnt_01.col-3 {
    width: 100%;
  }

  .rt_07_cnt {
    display: block;
  }

  .rt_07_cnt_rg img {
    position: relative;
    width: 320px;
    margin-left: 48px;
  }

  .rt_06 {
    padding-bottom: 20px;
  }

  .rt_07_cnt_lf_01 {
    width: 90%;
    top: 3%;
  }

  .rt_07_cnt .col-6 {
    width: 100%;
  }

  .rt_03_hdr p {
    width: 100%;
  }

  .rt_03_cnt .row.m-auto {
    display: block;
  }

  .rtims_01_cont {
    justify-self: center;
  }

  .modal-content {
    width: 55%;
    margin: 8px;
  }

  .rtims_02_cont .cntr_bx_88.row {
    display: block;
  }

  .rt_cnt_02_lf.col-6,
  .rt_cnt_02_rg.col-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .rt_04_hdr,
  .rt_06_hdr {
    width: 100%;
  }

  .rt_04_hdr h2 {
    font-size: 24px;
  }

  .rtims_04 .col-6 {
    width: 100%;
  }

  .rt_03_cnt_rg h4 {
    width: 100%;
  }

  .rtims_01_img {
    height: 100%;
  }

  .rtims_01_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ris_04_cnt_01 {
    display: contents;
  }

  .ris_04 .col-6 img {
    max-width: 320px;
    margin: auto;
    margin-bottom: 16px;
  }

  .ris_04_cnt_02,
  .ris_04_cnt_03,
  .ris_04_cnt_04 {
    display: contents;
  }

  .ris_01 {
    height: 550px;
  }

  .ris_01_img img {
    width: 100%;
    height: 100%;
    object-fit: none;
  }

  .ris_01_img {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .ris_01_cont h1 {
    width: 100%;
    line-height: 1.4;
    font-size: 30px;
  }

  .ris_04_hdr h2 {
    font-size: 24px;
  }

  .ris_04_hdr {
    width: 100%;
    margin: auto;
  }

  .ris_04_cnt_01_lf,
  .ris_04_cnt_02_lf,
  .ris_04_cnt_03_lf,
  .ris_04_cnt_04_lf {
    width: 100%;
    margin-top: 24px;
  }

  .ris_05_cnt_lst.row {
    display: contents;
  }

  .ris_05_cnt_lst.row .col-3 {
    display: contents;
  }

  .ris_05_01 {
    height: auto;
  }

  .ris_05_01 h6 {
    margin-bottom: 0px;
  }

  .ris_01_cont h5 {
    width: 87%;
    line-height: 1.6;
  }

  .navbar-light .navbar-toggler {
    margin-top: 0px !important;
  }

  .header {
    padding: 2px 0px;
  }

  .privacypolicy .col-sm-12 {
    display: block;
    text-align: center;
  }

  .privacypolicy.privacypolicy {
    width: 100%;
  }

  .drpdwn_lst p {
    padding-right: 0px;
  }

  .hrms_01_cont h5 {
    width: 85%;
  }

  .hr_03_hdr h2 {
    font-size: 24px;
  }

  .hr_03_hdr p {
    width: 98%;
    text-align: justify;
  }

  .hr_03_cnt {
    text-align: center;
    display: block;
    margin-top: 24px;
  }

  .hr_03_cnt .col-4 {
    width: 100% !important;
    margin-bottom: 24px;
  }

  .hr_03_cnt p {
    width: 90%;
  }

  .integ_typ_img img {
    max-width: 320px;
    margin: auto;
    margin-bottom: 16px;
  }

  .entr_intl_03_cnt {
    /* box-shadow: 0px 20px 50px #020c912e; */
    background: transparent;
    padding: 0px;
    border-radius: 5px;
    margin-top: 32px;
  }

  .entr_01_cont h1 {
    width: 100%;
  }

  .entr_01_cont {
    width: 100%;
  }

  .cr_01_img {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .cr_01_img img {
    width: 100%;
    height: 100%;
  }

  .entr_intl_02_cnt.col-11.m-auto .row {
    display: contents;
  }

  .wyentr_01.col-6 {
    width: 100%;
  }

  .wyentr_01_22 {
    width: 100%;
  }

  .wyentr_01_22 p {
    text-align: justify;
  }

  .entr_intl_03_hdr P {
    width: 100%;
  }

  .entr_intl_03_cnt.col-10.m-auto {
    margin: 0px 0px !important;
  }

  .entr_intl_02_cnt.col-11.m-auto {
    margin: 0px 0px !important;
  }

  .entr_intl_03_44 {
    display: block;
  }

  .entr_intl_03_44 h5 {
    font-size: 16px;
  }

  .integ_typ.row.col-10.m-auto {
    width: 100%;
  }

  .integ_typ_01.col-6,
  .integ_typ_02.col-6 {
    display: contents;
  }

  .integ_typ_01_cont,
  .integ_typ_02_cont {
    margin: 0px;
    margin-top: 16px;
  }

  .integ_typ_02_cont {
  }

  .art_intl_01_cont h5 {
    width: 100%;
  }

  .it_rcts_cont02 p {
    padding: 0px;
  }

  .it_rcts_cont02 h2 {
    font-size: 28px;
  }

  .it_rcts_cont03 .row {
    display: block;
  }

  .col-6.rcrt03_lft {
    width: 100%;
    padding: 0px !important;
  }

  .it_rcts_cont03 h3 {
    padding-right: 0px !important;
    margin-top: 24px;
  }

  .it_rcts_cont03 p {
    padding-right: 0px !important;
  }

  .rcrt03_rgt img {
    max-width: 320px;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .it_rcts_cont04_card {
    width: 100%;
  }

  .it_rcts_cont05 {
    height: 70vh;
    margin-top: 100px;
    display: contents;
  }

  section.it_rcts_cont05 .row {
    display: contents;
  }

  .col-6.rcrt05_lft {
    width: 100%;
  }

  .col-6.rcrt05_lft {
    margin-top: 100px;
  }

  .rcrt05_rgt img {
    max-width: 320px !important;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .it_rcts_cont23 {
    display: block;
  }

  .it_rcts_cont23 .col-6 {
    width: 100%;
  }

  .it_rcts_cont06 {
    text-align-last: center;
  }

  .it_rcts_cont06 p {
    color: #fff;
    text-align: center;
  }

  .hlth_rcrt_01_cont h5 {
    width: 100%;
  }

  .row.justify-content-between.align-items-center {
    display: block;
  }

  .nrs03_lft {
    width: 100%;
  }

  .nrs03_lft h3 {
    font-size: 28px;
  }

  .col-6.rcrt03_lft h3 {
    font-size: 28px;
  }

  .nrs03_rgt.no_border img {
    max-width: 320px !important;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .col-6.nrs05_lft {
    width: 100%;
  }

  .it_rcts_cont05 h3 {
    width: 100%;
    font-size: 28px;
  }

  .it_rcts_cont05 P {
    width: 100%;
    text-align: justify;
  }

  .mblapp_04_cnt_01_rg img {
    max-width: 320px !important;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .mblapp_04_cnt_01.row {
    display: block;
  }

  .mblapp_04_cnt_02.row {
    display: block;
  }

  .mblapp_04_cnt_03.row {
    display: block;
  }

  .mblapp_01_cont h1 {
    width: 86%;
  }

  .mblapp_01_cont h5 {
    width: 90%;
  }

  .mblapp_04_cnt_01_lf {
    text-align: left;
    width: 100%;
  }

  .mblapp_04_cnt_02_rg.col-4 {
    margin: 0px !important;
    width: 100%;
  }

  .mblapp_04_cnt_02_lf {
    text-align: left;
    width: 100%;
    margin-top: 24px;
  }

  .mblapp_04_cnt_02_lf.col-6 p {
    width: 100%;
  }

  .mblapp_04_cnt_03_lf {
    text-align: left;
    width: 100%;
  }

  .mblapp_04_cnt_03_lf.col-6 p {
    width: 100%;
  }

  .cr_05_hdr {
    width: 100%;
  }

  .cr_05_cnt_rw.row {
    display: block;
  }

  .cr_05_cnt_01.col-3 {
    width: 100%;
  }

  .cr_cnt_88 {
    box-shadow: 0px 0px 0px #00000029;
    width: 100%;
    padding: 32px 24px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 16px;
    min-height: 348px;
  }

  .it_rcts_cont05 P {
    margin-bottom: 16px;
  }

  .sftsln_01_cont h1 {
    text-align: left;
    width: 100%;
  }

  .sftsln_01_cont h5 {
    width: 100%;
    text-align: left;
  }

  .sftsln_05_cnt_rg {
    width: 100%;
  }

  .rt_05_cnt_lf.col-5 h3 {
    text-align: left;
  }

  .bsns_intl_01_cont {
    width: 80%;
  }

  .cr_01 {
    height: 500px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
    bottom: 0px;
  }

  .rt_04_cnt_03.row.bsns_intl_04cnt_03 {
    background: rgb(243, 245, 255);
    padding: 4px;
    width: 100%;
    border-radius: 10px;
  }

  .rt_04_cnt_04_rg.col-6.chrt_01_cont {
    width: 90%;
  }

  .bsns_intl_04cnt_04 h5 {
    text-align: left;
  }

  .rt_04_cnt_04_lf.col-6.chrt_01_cont P {
    width: 93%;
    text-align: left;
  }

  .bsns_int_06 h4 {
    width: 100%;
  }

  .bsns_inti_88 {
    margin-top: 24px;
  }

  .rt_08_hdr {
    width: 80%;
  }

  .iot_01_cont {
    width: 85%;
  }

  div.mdi.mdi-lightbulb-on-outline,
  div.mdi.mdi-connection,
  div.mdi.mdi-cloud-sync-outline,
  div.mdi.mdi-devices {
    font-size: 60px;
    text-align-last: center;
    height: 100%;
    padding-top: 12%;
  }

  .iot_04_cnt_01_rg_img.col-6,
  .iot_04_cnt_02_rg_img.col-6,
  .iot_04_cnt_03_rg_img.col-6,
  .iot_04_cnt_04_rg_img.col-6 {
    width: 60%;
    margin: auto;
    margin-bottom: 16px;
  }

  .iot_srvc h4 {
    width: 90%;
    margin: auto;
  }

  .iot_app_any h3,
  .iot_app_any p,
  .iot_app_jb_dne h3,
  .iot_app_jb_dne p,
  .iot_app_gte_wy h3,
  .iot_app_gte_wy p {
    text-align: left;
  }

  .ftr_ls {
    display: block;
  }

  .contus_cont03 {
    display: block;
  }

  .contus_cont03 {
    margin: 0px;
    width: 100%;
  }

  .contus_cont03 .col-6 {
    width: 100%;
  }

  .cntct_frm {
    width: 100%;
  }

  section.text-center.rtims_location .col-12 {
    display: block !important;
  }

  section.text-center.rtims_location .col-6 {
    width: 100%;
  }

  section.text-center.rtims_location .col-6 img {
    display: none;
  }

  .carousel-inner {
    padding-bottom: 40px;
  }

  .hm_03_cnt_lf.col {
    background: #4c4c4c;
  }

  .dev_lctn_hdg {
    width: 85% !important;
    text-align: left;
    margin: auto;
    margin-top: 8%;
  }

  .dia_center_lctn {
    width: 85% !important;
    text-align: left;
    margin: auto;
  }
  .rtims_location iframe {
    height: 400px !important;
  }
  .event_01 {
    display: block;
  }
  .event_01 .col-5 {
    width: 100% !important;
  }
  .event_01 .col-7 .cntr_bx_88 {
    margin-left: 0px;
  }
  .event_01 .carousel-inner {
    box-shadow: 0px 3px 11px #00000045;
    border-radius: "10px";
    border-radius: 10px;
    width: 360px;
    margin: auto;
    height: 180px;
    margin-left: -24px;
  }
  .event_01.carousel-item {
    border-radius: 10px;
    height: 150px !important;
    width: 360px;
  }
  .carousel-item.bg-1 {
    background-size: 360px !important;
    right: 0px;
    background-repeat: no-repeat;
  }
  .carousel-item.bg-2 {
    background-size: 360px !important;
    right: 0px;
    background-repeat: no-repeat;
  }
  .carousel-item.bg-3,
  .carousel-item.bg-4,
  .carousel-item.bg-5,
  .carousel-item.bg-6,
  .carousel-item.bg-7 {
    background-size: 360px !important;
    right: 0px;
    background-repeat: no-repeat;
  }
  .col-12.d-flex.rtims_location_content {
    display: block !important;
  }
  .rt_03_cnt .cntr_bx_88 {
    width: 100%;
  }
  .rt_03_cnt_lf {
    height: 400px !important;
  }
  .hm_03_cnt .cntr_bx_88 {
    margin: 0px !important;
    width: 100%;
  }
  .h3_03_full {
    display: contents;
  }
  .h3_03_full .col-6 {
    width: 100% !important;
  }
  .hm_03_cnt_lf.col-6 {
    height: 400px;
  }

  .h3_03_full iframe {
    padding: 0px !important;
    padding-bottom: 90px !important;
  }
}

.hm_03_cnt_lf.col {
  background: #4c4c4c;
}

.dia_center_lctn {
  width: 70%;
  text-align: left;
  margin: auto;
}

.dia_center_lctn h3 {
  font-variant-caps: all-petite-caps;
  font-weight: 800 !important;
}

.dia_center_lctn .button1 {
  background: ghostwhite;
  border: 1px solid #d1d1d1;
  color: #101010 !important;
  font-weight: 650 !important;
  padding: 8px 24px;
}

.circle_89 img {
  position: absolute;
  height: 559px;
  right: -400px;
}

.dia_center_lctn h5 {
  color: #737373;
  font-size: 16px !important;
  font-weight: 450;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 5px;
}

span.mdi.mdi-map-marker {
  color: #ff5252;
}

.dia_center_lctn button {
  color: #0c00fb !important;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border: none;
  padding: 0;
}

.dia_center_lctn p.mt-4 {
  font-size: 16px !important;
  color: #101010;
  font-weight: 550;
}

.rtims_location {
  background-color: #fff;
}

.dev_lctn_hdg {
  width: 70%;
  text-align: left;
  margin: auto;
  margin-top: 8%;
}

.dev_lctn_hdg h4 {
  font-weight: 550;
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.menu-sec.profile-header-style {
  display: none !important;
}

.iframe.profile-header-style {
  display: none !important;
}
.event_model_box {
  background: linear-gradient(#7c7878, #88898c);
}
/*
.circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}*/
