/* use : @include flex; @include trans; */
main a, main a:active, main a:focus, main a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
}

body, li, ol, p, ul, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  position: relative;
  font: 400 14px/20px 'Domine', sans-serif;
  color: #000;
  overflow-x: hidden;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}

.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}

.mc_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_vcenter {
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_hcenter {
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a {
  font-family: inherit;
}

.dn {
  display: none;
}

.desk_view {
  display: none;
}

.mob_view {
  display: block;
}

.clear {
  clear: both;
}

.advbanner_wrap {
  margin: 0 auto 30px auto;
  text-align: center;
}

.breadcrum_sec {
  border-bottom: 1px solid #e5e5e5;
}

.social_icons_wrapper {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0 0 0;
}

.social_icons_wrapper .social_icons_list {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.social_icons_list a {
  display: inline-block;
  margin: 0 7px;
}

.share_lbl {
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

.social_icons_list a,
.social_icons_list .a,
.social_icons_list svg {
  width: 26px;
  height: 26px;
  color: #000;
  fill: #000;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px #fff;
          box-shadow: 0 0 1px 1px #fff;
}

.frame_border {
  display: inline-block;
  position: relative;
}

.frame_border:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  left: 10px;
  top: 10px;
  z-index: -1;
}

.breadcrum_sec {
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrum_sec .heading_txt {
  display: inline-block;
  font-size: 12px;
}

.brad_crum {
  border-bottom: 0 dotted #a9a9a9;
  color: #282828;
  margin: 0 auto;
  padding: 12px 0 7px 0;
  text-transform: uppercase;
  font: 400 10px 'Fira Sans',sans-serif;
  display: block;
  clear: both;
  overflow: hidden;
}

.bread-title {
  color: #000;
  font: 500 10px 'Fira Sans',sans-serif;
}

.brad_crum a {
  font: 400 10px 'Fira Sans',sans-serif;
  text-transform: capitalize;
  color: #337ab7 !important;
}

.brad_crum a:last-of-type {
  color: #333 !important;
}

.brad_crum .bread-arrow {
  display: inline-block;
  height: 11px;
  padding-left: 5px;
  width: 11px;
  position: relative;
  top: 2px;
  background: unset;
}

.brad_crum .bread-arrow:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 3px;
  width: 11px;
  height: 11px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
  color: #ccc;
}

.top_head_sec {
  margin-bottom: 10px;
}

.top_head_sec .mc_container.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_head_sec .mc_container {
  position: relative;
}

.top_head_sec .mc_container::after {
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  bottom: -10px;
  left: 15px;
  right: 15px;
  border: 1px solid #707070;
}

.top_head_sec .lhs_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_head_sec .lhs_wrap .logo_wrap {
  margin-bottom: 10px;
}

.top_head_sec .logo_alink {
  display: block;
  width: 200px;
}

.top_head_sec .spons_list_wrap {
  text-align: center;
}

.top_head_sec .spons_list_wrap .spons_lbl {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-transform: capitalize;
}

.top_head_sec .spons_list_wrap .spons_list {
  -webkit-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 10px;
}

.lead_story_sec {
  padding: 20px 0 10px 0;
}

.lead_story_sec .mc_container {
  position: relative;
}

.lead_story_sec .lead_story_left_img {
  position: absolute;
  top: -109px;
  left: -103px;
  width: 215px;
  height: auto;
  z-index: -1;
}

.lead_story_item_box {
  border-bottom: 1px dashed #5A5A5A;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lead_story_item_box .story_img_box {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 10px;
  margin-bottom: 15px;
}

.lead_story_item_box .frame_border:after {
  left: -7px;
  top: -7px;
}

.lead_story_item_box .story_info_box {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.lead_story_item_box .story_info_box .country {
  color: #000;
  font: 400 14px/20px 'Antic Didone',serif;
  margin-bottom: 7px;
}

.lead_story_item_box .story_info_box .title {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
  padding-right: 5px;
}

.lead_story_item_box .story_info_box .desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}

.sub_story_sec {
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
}

.sub_story_sec .mc_container {
  position: relative;
}

.sub_story_item_box {
  border-bottom: 1px dashed #5A5A5A;
  padding-bottom: 15px;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub_story_item_box .story_img_box {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 10px;
  margin-bottom: 15px;
}

.sub_story_item_box .frame_border:after {
  left: -7px;
  top: -7px;
}

.sub_story_item_box .story_info_box {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.sub_story_item_box .story_info_box .country {
  color: #000;
  font: 400 12px/18px 'Antic Didone',serif;
  margin-bottom: 7px;
}

.sub_story_item_box .story_info_box .title {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
  padding-right: 5px;
}

.sub_story_item_box .story_info_box .desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}

.sub_story_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub_story_list .sub_story_item_box {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
/*# sourceMappingURL=foreign_edu_listing_mob.css.map */