<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    blue - #264796
*/

html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans Gujarati" !important;
  color: #696969 !important;
  font-size: 14px;
  height: 100%;
  background-color: #c4c4c4;
}

#top_info {
  background: #333;
  height: 40px;
}

#top_info ul {
  margin: 0;
  padding: 8px 0px;
  list-style: outside none none;
  font-family: "Noto Sans" !important;
}

#top_info ul li:first-child {
  margin-left: 0px;
}

#top_info ul li {
  display: inline-block;
  margin-left: 15px;
}

#top_info ul li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s linear;
}

.logo_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0px 10px;
}

.logo {
  display: block;
  padding: 20px 0px;
  width: 300px;
}

.cnav_btn {
  padding: 0px;
  display: none;
}

.ln_container {
  padding: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.ln_image {
  width: 110px;
  display: inline-block;
  height: 83px;
  /*4:3 aspect ratio*/
}

.ln_link {
  text-decoration: none;
}

.ln_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #404040 !important;
  margin-bottom: 3px;
}

.ln_category {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #888 !important;
}

@media only screen and (max-width: 400px) {
  .logo {
    width: 240px !important;
  }
}

.bg_white {
  background-color: #fff !important;
}

.bg_blue {
  background-color: #264796;
}

.nl_custom {
  color: #fff;
  font-family: "Noto Sans Gujarati";
  font-weight: 600;
  font-size: 17px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nl_custom:hover {
  color: #fff !important;
  background-color: #389aef;
}

.nl_custom:active {
  color: #fff !important;
}

.heading_bottom_border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.bb_cyan {
  border-bottom-color: #00b8ff;
}

.mtop {
  margin-top: 20px !important;
}

.block_headings {
  padding: 8px 8px 3px 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.bh_cyan {
  background: #00b8ff !important;
}

.your-class-pagination {
  position: relative !important;
  bottom: 0px;
  top: 13px;
  margin-bottom: 10px;
}

.your-class-page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 0 0.3rem;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  background: #fff;
}

.hero_left_card_container {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  flex-wrap: wrap;
}

.hero_left_card_container &gt; :nth-child(odd) {
  margin-right: 15px !important;
}

.hero_left_card_c_size {
  width: 190px;
  margin-bottom: 18px;
}

.hlc_card_body {
  padding: 10px;
}

.hlc_card_category {
  font-weight: 600;
  font-size: 16px;
  color: #888;
  margin-bottom: 5px;
  display: block;
}

.hlc_card_title {
  font-weight: 600;
  font-size: 18px;
  color: #404040 !important;
  margin-bottom: 0px;
}

.top4img {
  width: 100%;
  height: 149px;
}

@media only screen and (min-width: 1400px) {
  .hero_left_card_c_size {
    width: 200px;
  }

  .hero_left_card_container {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .logo_container {
    justify-content: space-between;
  }
  .cnav_btn {
    display: block !important;
  }

  #hfirst {
    order: 3;
    padding-top: 0px !important;
  }
  #hsecond {
    order: 1;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #hthird {
    order: 2;
    padding-top: 0px !important;
  }

  .hero_tiles_container {
    padding-bottom: 0px !important;
  }

  .top_contact {
    display: none;
  }

  .top_social {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_left_card_c_size {
    width: 170px;
  }

  .hero_left_card_container {
    justify-content: center;
  }

  .hlc_card_title {
    font-size: 16px;
  }

  .hlc_card_category {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_left_card_c_size {
    width: 145px;
  }

  .hlc_card_title {
    font-size: 16px;
  }

  .hlc_card_category {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero_left_card_container {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .hero_left_card_container &gt; :nth-child(odd) {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero_left_card_c_size {
    width: 45%;
  }

  .hero_left_card_container {
    flex-direction: row;
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 565px) {
  .hero_left_card_c_size {
    width: 100%;
  }

  .top4a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .top4img {
    width: 110px;
    height: 83px;
  }

  #t4first {
    order: 2;
  }
  #t4second {
    order: 1;
  }

  .hlc_card_body {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }

  .hlc_card_title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }

  .hlc_card_category {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_left_card_c_size {
    width: 40%;
  }
}

.bh_red {
  background-color: #b71c1c;
}

.bb_red {
  border-color: #b71c1c;
}

.hero_right_headlines {
  margin: 10px;
  padding: 10px 0px;
  list-style: none;
}

.hero_right_headlines li {
  font-size: 16px;
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
  padding: 0px 0px 5px 10px;
}

.hero_right_headlines li a {
  color: #444;
  text-decoration: none;
  display: flex;
  font-weight: 600;
  align-items: center;
}

.hrh_icon_circle {
  font-size: 10px;
  display: block;
  margin-right: 8px;
}

.hns_bg {
  background-image: url("https://inhalefitness.in/assets/img/yoga.jpg");
  height: 320px;
}

.hn_li {
  height: auto;
}

.your-class-page2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  background: #959595;
}

.your-class-page2:before {
  width: 8px !important;
  height: 8px !important;
  background: #f1f1f1 !important;
}

.your-class-pagination2 {
  bottom: 5px;
}

.hero_slide_title_container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.hero_slide_title_span {
  display: block;
  padding: 25px 10px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.hns_container {
  height: 318px;
  max-height: 318px;
}

.hns_image {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.hero_tiles_container {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero_tile {
  width: 260px;
  height: 195px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_tile {
    width: 223px;
    height: 167px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_tile {
    width: 185px;
    height: 139px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 991px) {
  .hero_tiles_container {
    justify-content: space-evenly;
  }

  .hero_tile {
    width: 47%;
    height: 35%;
  }
}

@media only screen and (max-width: 439px) {
  .hero_tile {
    width: 75%;
    height: 56%;
  }
  .hero_tiles_container {
    justify-content: center;
  }
}

.hero_tile_title_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero_tile_title {
  width: 100%;
  display: block;
  padding: 15px 10px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.hero_tile_img {
  max-width: 100%;
}

.icol_container {
  margin-bottom: 10px;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
}

.icol_container .thumbnail_co {
  display: block;
  text-decoration: none;
  margin-right: 10px;
}

.ic_thumbnail {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 150px;
  height: 84px;
  border-radius: 5px;
}

.icol_title {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s linear;
  color: #444;
  display: block;
  margin-bottom: 5px;
}

.icol_title:hover {
  color: #666;
}
.icol_img {
  width: 100px;
  height: 75px;
}

.full_block {
  display: block;
  text-align: center;
}

.bh_dull_blue {
  background-color: #01579b;
}

.bb_dull_blue {
  border-color: #01579b;
}

/*timeline css starts*/
ul.timeline {
  list-style-type: none;
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 17px;
}
ul.timeline:before {
  content: " ";
  background: #b71c1c;
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 1px;
  height: 100%;
  z-index: 400;
}
ul.timeline &gt; li {
  margin: 15px 0px;
  padding-left: 10px;
  padding-right: 10px;
}
ul.timeline &gt; li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #b71c1c;
  left: 7.54px;
  width: 16px;
  height: 16px;
  z-index: 400;
}
ul.timeline &gt; li &gt; a {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
}
/*timeline css ends*/

.fill_section {
  width: 100%;
  height: 250px;
  border: 1px solid red;
  margin: 0 auto;
}

.bh_light_green {
  background-color: #6ab04c;
}

.bb_light_green {
  border-color: #6ab04c;
}

.bh_light_green_sea {
  background-color: #16a085;
}

.bb_light_green_sea {
  border-color: #16a085;
}

.ad_content {
  height: 350px;
}

.bh_ad {
  background: #546e7a;
}

.bb_ad {
  border-color: #546e7a;
}

.c_style {
  font-weight: 400;
  font-family: "Noto Sans";
}

.i3col_container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}

.i3col_title {
  font-size: 16px;
  font-weight: 600;
}
.i3col_img {
  width: 100px;
  height: 75px;
  margin-right: 10px;
}

.rm_container {
  padding: 0px 20px;
}

.read_more,
.read_more_no_border {
  color: #1b5398;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: right;
  text-decoration: none;
  transition: all 0.2s linear;
}

.read_more_no_border {
  border: none !important;
}

.read_more:hover {
  color: #297af1;
}

.bh_purple {
  background: #4527a0;
}

.bb_purple {
  border-color: #4527a0;
}

.bh_magenta {
  background: #c2185b;
}

.bb_magenta {
  border-color: #c2185b;
}

.bh_orbituary {
  background: #37474f;
}

.bb_orbituary {
  border-color: #37474f;
}

footer {
  background-color: #414141;
}

.footer_title {
  font-family: "Noto Sans";
  color: #fff;
  font-size: 26px;
}

.footer_lists {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer_lists li {
  font-size: 14px;
  font-family: "Noto Sans";
}

.footer_lists li a {
  color: #c7c7c7;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  display: block;
}

.footer_lists li a:hover {
  color: #fff;
}

.f_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post_img_header {
  max-width: 100%;
  display: block;
}

.pp_title_container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.pp_title {
  display: block;
  padding: 25px 20px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.pp_content {
  font-size: 18px;
  padding: 20px 5px;
  font-weight: 600;
  color: #444;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 30px;
}

.tt_hashtag_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tt_hashtag_text {
  padding: 5px 15px;
  background: #cfd8dc;
  display: inline-block;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.tt_hashtag_title_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.details_img_title_container {
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 10px;
}

.details_title_container {
  width: 100%;
}

.details_title_container h1 {
  width: 100%;
  display: block;
  padding: 10px 0px;
  color: #444;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin: 0px;
}

.details_img_container {
  background-color: #e3e3e3;
}

.details_img {
  max-width: 100%;
  height: 350px;
  display: block;
  margin: 0 auto;
}

.post_by {
  font-size: 17px;
  font-weight: 600;
  color: #bb0000;
}

.post_date {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  font-family: "Noto Sans";
  display: block;
  margin-bottom: 5px;
}

.post_content {
  margin: 15px 0px;
  font-size: 18px;
  color: #464646;
  font-family: "Noto sans Gujarati";
  font-weight: 500;
  line-height: 30px;
}

.demoWrapper {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  background: url("../img/jb_office.jpg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.divImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.breadcrumb {
  align-items: center;
  padding: 10px 0px;
  margin: 0px;
}

.breadcrumb a {
  display: block;
  color: #666;
  text-decoration: none;
  transition: all 0.2s linear;
}

.breadcrumb a :hover {
  color: #888;
}
.breadcrumb i {
  font-size: 13px;
  display: block;
  margin-right: 5px;
}

.breadcrumb span {
  display: block;
  margin-right: 5px;
  font-family: "Noto Sans Gujarati";
  font-size: 13px;
  font-weight: 500;
}

.col_news {
  margin: 10px 5px;
  padding: 0px;
  list-style: none;
}

.col_news li {
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
}

.cn_icol_container {
  padding: 5px 0px 15px 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

.cn_icol_container .thumbnail_co {
  display: block;
  text-decoration: none;
  margin-right: 10px;
}

.cn_ic_thumbnail {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 110px;
  height: 65px;
  border-radius: 5px;
}

.cn_icol_title {
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  color: #444;
  transition: all 0.2s linear;
  margin-bottom: 5px;
  text-decoration: none;
}

.cn_icol_title:hover {
  color: #666;
}

.statsContainer {
  margin: 0px 0px 5px 0px;
  display: flex;
  justify-content: space-between;
}

.post_date i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.follow_container {
  margin: 15px 0px;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.follow_us_title {
  font-family: "Noto Sans gujarati";
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-right: 10px;
  color: #b30000;
}
.follow_us_lists {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.follow_us_lists li {
  margin-right: 10px;
}

@media only screen and (max-width: 400px) {
  .jv_sc {
    width:100%;
    max-width:100%;
  }
  .statsContainer {
    flex-direction: column;
  }

  .follow_container {
    flex-direction: column;
    align-items: center;
  }

  .follow_us_title {
    margin-bottom: 6px;
  }
}

.ob_heading {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  display: block;
  padding: 0px 0px 3px 0px;
}

.ob_desc {
  font-size: 16px;
  font-weight: 500;
  color: #606060;
  padding-bottom: 5px;
}

/*timeline*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline &gt; li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline &gt; li &gt; p {
  font-weight: 500;
  font-size: 16px;
  color: #444;
}

ul.timeline &gt; li &gt; span {
  color: #2478bf;
  font-family: Noto sans;
  font-size: 18px;
}

ul.timeline &gt; li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
/*timeline*/

.blink_me {
  animation: blinker 1s linear infinite;
  color: #bb0303;
  display: inline-block;
  padding: 0px;
  font-family: Noto Sans;
}

@keyframes blinker {
  60% {
    opacity: 0.4;
  }
}

.jv_p_c {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 25px 0px
}

.jv_c_c {
  width:30%;
}

.jv_c_c a {

}

.jv_c_c img {
  max-width:100%;
}

.jv_h {
  font-size: 38px;
    text-align: center;
    color: #304393;
    margin: 10px;
    font-weight: 600;
}

.jv_sc {
  width: 390px;
    align-items: center;
    margin: 0 auto;
}

.paytable {
  margin: 0 auto 25px;
  border-collapse: collapse;
}

.paytable tr:hover {
  background-color: #ececec;
}

.paytable th {
  padding: 5px 10px 5px 5px;
  font-size: 16px;
  color: #333;
  border: 1px solid #414141;
  line-height: 30px;
}

.paytable td {
  padding: 5px 10px 5px 5px;
    font-size: 16px;
    color: #333;
    border: 1px solid #414141;
    line-height: 30px;
}

.ps_head {
  color: #555;
  font-weight: 600;
}

.required {
      color: #e30000;
    margin-left: 2px;
    font-weight: 400;
}

.gujarati_font {
	font-family:"Noto Sans Gujarati"!important;
}

.vangi_text {
	    font-size: 18px;
    color: #333;
    font-weight: 500;
}</pre></body></html>