* {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.smallString {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flexing {
  display: flex;
  align-items: center;
}

.flexing.wrap {
  flex-wrap: wrap;
}

.flexing.spaceBetween {
  justify-content: space-between;
}

.flexing.center {
  justify-content: center;
}

.flexing.column {
  flex-direction: column;
}

.section-35 {
  background-color: #00549d;
}

.rd-navbar-nav-wrap a.subtitle {
  color: black !important;
  font-weight: bold;
  margin-top: 10px;
}

.rd-navbar-nav-wrap a.subsubTitle {
  margin: 10px 0 10px 15px;
}

#home-services .title {
  font-size: 25px;
}

#home-services .title:hover {
  color: #00549d;
}

.width100 {
  width: 100%;
}

.backColor2 {
  background-color: #2eca8b !important;
}

.title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.home-forex {
  display: flex;
  justify-content: center;
  background: #034991;
}

#topMenu {
  background: #00549d;
}

#topMenu .spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#topMenu .flexing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#topMenu .padding0 {
  padding: 0 !important;
}

#topMenu .menu .item {
  padding: 10px 20px;
  font-size: 14px;
  background: #00549d;
  color: #fff;
}

#topMenu .menu .item:hover {
  background: #009755;
}

#topMenu .menu .item.active {
  background: #009755;
}

#topMenu .item {
  padding: 0 10px;
}

#topMenu .item .value {
  padding: 0 3px;
}

#topMenu .item .logo img {
  height: 30px;
}

@media (max-width: 1023px) {
  #topMenu {
    background: unset;
  }
  #topMenu .time {
    display: none;
  }
  #topMenu .topMenu {
    width: 100%;
    font-size: 13px;
  }
  #topMenu .topMenu .item {
    width: 100%;
  }
  #topMenu .topMenu .menu {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .brand img {
    height: 40px;
    width: unset;
  }
}

.whatsapp .icon {
  font-size: 25px;
}

.whatsapp .name {
  padding: 0 5px;
}

.gridOf2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4px;
}

.lable {
  padding: 0 5px;
}

.bg-cape-codG {
  background: #00a664;
}

.bg-cape-codG .icon-primary {
  color: #00549d;
}

.bg-cape-codG .text-white-05 {
  color: #e6e6e6 !important;
}

.bg-cape-codB {
  background: #00549d;
}

.bg-cape-codB .icon-primary {
  color: #fff;
}

.bg-cape-codB .text-white-05 {
  color: #e6e6e6 !important;
}

.whatsapp {
  margin-left: 15px;
  padding: 18px 0;
}

.whatsapp img {
  height: 33px;
  position: absolute;
  left: 11px;
}

.whatsapp .name {
  padding: 3px 15px;
  background: #000;
  color: #fff;
  border-radius: 0 15px 15px 0;
}

.contaus-holder a {
  color: #7c7e81;
  font-size: 16px;
}

.contaus-holder a:hover {
  color: #00549d;
}

.btn-holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}

.btn-holder.center {
  width: unset;
  justify-content: center;
}

.btn-holder .btn-more {
  padding: 5px 7px;
  border-radius: 3px;
  background: #00a664;
}

.btn-holder .btn-more:hover {
  background: #018a53;
}

.btn-holder .btn {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  margin: 0 15px;
}

.btn-holder .btn.center {
  justify-content: center;
}

.status {
  padding-bottom: 20px;
  font-size: 18px;
  text-transform: capitalize;
}

.awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.awards .item {
  padding: 0 10px;
}

.childServices {
  font-size: 14px;
  display: block;
  line-height: 22px;
  color: #000;
  font-weight: 600;
}

.paddingBottom0 {
  padding-bottom: 0 !important;
}

.paddingTop0 {
  padding-top: 0 !important;
}

.subChild {
  padding: 0 17px;
}

.hidden {
  display: none;
}

.post-body {
  height: 100%;
}

.post-modern {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.img-holder {
  height: 500px;
  width: 100%;
}

.img-holder .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #eee;
}

.padding30 {
  padding: 30px 0;
}

.value .placeName {
  text-transform: capitalize;
}

.value .time {
  padding: 0 2px;
}

.overflow {
  overflow: auto;
  height: 470px;
}

.fa-skype {
  color: #029adb;
}

.fa-facebook {
  color: #0b86ee;
}

.fa-linkedin {
  color: #0a66c2;
}

.fa-twitter {
  color: #50abf1;
}

.headerOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.page-head {
  height: auto;
  min-height: 350px;
}

.contentHeader {
  margin: 100px 0;
}

.header {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.header .rd-navbar {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 15px;
}

.topMenu {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 15px;
  width: 100%;
}

@media (max-width: 1023px) {
  .topMenu {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .topMenu .spaceBetween {
    flex-direction: column;
  }
}

.topMenu a {
  color: #fff;
}

.postjop {
  background: #4d3b90;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  width: fit-content;
}

.postjop .name {
  text-transform: capitalize;
  padding: 0 7px;
}

.rd-navbar-wrap {
  height: unset !important;
  width: 100%;
}

.value {
  padding: 0 5px;
}

.topholderm .item {
  padding: 0 5px;
}

.topholderm a {
  color: #fff;
}

#selection {
  width: 106px;
  padding: 5px 8px;
  text-align: left;
  border-radius: 5px !important;
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  background-color: unset;
  border-radius: 3px;
}

#selection option {
  background-color: #fff;
  color: #000;
}

.select2-container--bootstrap {
  display: none !important;
}

.rd-navbar--is-stuck {
  background-color: red;
}

.rd-navbar-corporate-dark .logoblack {
  display: none;
}

.rd-navbar--is-stuck {
  background-color: #ffff !important;
}

.rd-navbar--is-stuck .logowhite {
  display: none;
}

.rd-navbar--is-stuck .logoblack {
  display: block;
}

.rd-navbar--is-stuck a {
  color: #000 !important;
}

.rd-navbar--is-stuck .rd-navbar-nav li .rd-navbar-submenu-toggle::after {
  color: #000 !important;
}

@media (max-width: 1023px) {
  .logowhite {
    display: none;
  }
  .logoblack {
    display: block !important;
  }
}

.btnBar {
  background-color: #4d3b90;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btnBar:hover {
  background-color: #2443ac;
}

@media (max-width: 767px) {
  .btnBar {
    width: 100%;
  }
}

.flexing {
  display: flex;
}

.flexing.spaceBetween {
  justify-content: space-between;
}

.flexing.justifyCenter {
  justify-content: center;
}

.flexing.justifyEnd {
  justify-content: flex-end;
}

.flexing.alignCenter {
  align-items: center;
}

@media (max-width: 767px) {
  .flexing.column {
    flex-direction: column;
  }
}

.contentHeader {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.contentHeader .sub {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.contentHeader .title {
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 40px;
}

@media (max-width: 1023px) {
  .contentHeader .title {
    font-size: 20px;
  }
}

.contentHeader .filter {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.contentHeader .filter input,
.contentHeader .filter select {
  width: 100%;
  margin-right: 20px;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
}

.contentHeader .filter .btn {
  width: 25%;
}

.readMore {
  text-align: center;
  padding-top: 20px;
  color: #4d3b90;
  display: flex;
  justify-content: center;
}

.post-boxed-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 0 0 !important;
}

.img-icon {
  height: 90px;
  width: 90px;
  margin: 0 auto;
}

.img-icon .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  border-radius: 50%;
}

.img-icon .img.contain {
  background-size: contain;
}

.img-icon .img.cover {
  background-size: cover;
}

.d-xl-inline-block {
  padding: 20px 20px;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.section-counter {
  padding: 60px 0;
}

.section-counter .bg-overlay-gradient {
  background-color: rgba(94, 119, 204, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section-counter .counter-value {
  font-size: 30px;
}

.section-counter .counter-icon {
  font-size: 25px;
}

.holder {
  padding: 20px;
}

.margin {
  margin: 5px;
  padding: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 1023px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 424px) {
  .grid {
    grid-template-columns: 100%;
  }
}

.input-holder {
  border-radius: 10px !important;
  font-size: 13px;
  height: 45px !important;
  padding: 20px;
  border: 1px solid #e6eaf4 !important;
  background: #fff;
  width: 100%;
}

.jobFilter .input {
  width: 100% !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  padding: 0 5px;
}

.jobFilter .filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border: 1px solid #e6eaf4 !important;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}

.img {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.img.cover {
  background-size: cover;
  background-color: unset !important;
}

.img.contain {
  background-size: contain;
}

.img.posTop {
  background-position: top;
}

.user {
  padding: 2px 30px;
  border: 1px solid;
  border-radius: 7px;
  cursor: pointer;
}

.item_holder {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.item_holder.gridfour {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023px) {
  .item_holder.gridfour {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 424px) {
  .item_holder.gridfour {
    grid-template-columns: 100%;
  }
}

.item_holder.gridfour .img_holder {
  height: 250px !important;
  width: 100%;
}

@media (max-width: 1023px) {
  .item_holder {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .item_holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 424px) {
  .item_holder {
    grid-template-columns: 100%;
  }
}

.item_holder .item {
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item_holder .item .top {
  flex-grow: 1;
}

.item_holder .item .top .head {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.item_holder .item .top .head .status {
  color: #2eca8b;
}

.item_holder .item .top .img_holder {
  height: 150px;
  width: 100%;
}

.item_holder .item .top .info {
  padding: 10px;
  position: relative;
}

.item_holder .item .top .info .float_pen {
  font-size: 18px;
  background: #eee;
  padding: 13px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #4d3b90;
  border-radius: 0px 0px 0px 6px;
}

.item_holder .item .top .info .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: left;
  padding: 0;
}

.item_holder .item .footer {
  border-top: 1px solid #eee;
  padding: 10px;
}

.item_holder .item .footer.removebore {
  border-top: 0px solid #eee;
}

.apply-holder .apply {
  background-color: #4d3b90;
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;
}

.bg-eee {
  background-color: #eee;
}

.form-input2 {
  display: block;
  width: 100%;
  padding: 11px 35px;
  font-size: 14px;
  line-height: 1.25;
  color: #9f9f9f;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.more {
  text-transform: capitalize;
}

.post-boxed {
  width: 100%;
}

.post-boxed-caption .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.smalldesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

img {
  max-width: 100%;
}

.p {
  margin: 0 !important;
}

.paddingBottom30 {
  padding-bottom: 30px;
}

.circle-icon {
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #4d3b90;
  background: #eee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
}

.bigDesc {
  font-size: 18px;
}

.unit-left {
  color: #adb5bd;
}

.rounded {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #888888 !important;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  padding: 0 10px;
}

.form-group .custom-form .row {
  margin: 0 !important;
}

.form-group .nice-select {
  width: 100%;
  height: 39px;
  line-height: 37px;
  color: #3c4858;
  margin-bottom: 1rem;
  border: solid 1px #e6eaf4;
}

.form-group .custom-file {
  margin: 20px 0 !important;
}

.textareastyle {
  padding: 20px !important;
}

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file .file-custom {
  position: absolute;
  top: 0;
  right: 61px;
  left: 0;
  z-index: 5;
  padding: 10px 5px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 0.075rem solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.file .file-custom::before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  content: 'Browse';
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0.075rem solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
  display: flex;
  align-items: center;
}

.file .file-custom::after {
  content: 'Chooes File';
}

@media (max-width: 767px) {
  .file .file-custom {
    right: 37px;
  }
}

.flexend {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.marginBot {
  margin-bottom: 20px;
}

.martb {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .martb {
    flex-wrap: wrap;
  }
}

.postjop .name {
  color: #fff !important;
}

@media (max-width: 767px) {
  .martb .btn-primary {
    width: 100%;
    margin: 20px 0;
  }
}

.cat {
  padding-top: 15px;
  color: #000;
  padding-right: 15px;
}

.cat .name {
  text-transform: capitalize;
  color: #9fabb4;
  padding: 0 3px;
}

.divider-fullwidth {
  margin-top: 15px;
}

.lable1 {
  color: #000;
  text-transform: capitalize;
}

.item_holder .item .footer .name {
  padding: 0 3px;
}

.paddingBottom15 {
  padding-bottom: 15px;
}

.desc {
  color: #9f9f9f !important;
}

.form-wrap {
  width: 100%;
}

.form-wrap .postjop {
  width: 100%;
}

.date {
  padding: 0 3px;
}

.nice-select2 {
  border: none !important;
  border-bottom: 1px solid #e6eaf4 !important;
  color: #949494 !important;
}

.min_menu {
  position: absolute;
  top: 47px;
  z-index: 999;
  width: 155px;
  background-color: #fff;
  display: none;
  user-select: none;
}

@media (max-width: 1023px) {
  .min_menu {
    top: 99px !important;
    width: 143px !important;
  }
}

.min_menu.active {
  display: block;
}

.min_menu .item {
  border: 1px solid #eee;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #9f9f9f;
  width: 100%;
}

.min_menu .item:hover {
  color: #4d3b90;
}

.smallimg {
  height: 16px;
}

.xls {
  padding: 0 10px;
}

.xls .name {
  padding: 0 3px;
}

.wrapgrid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.wrapgrid .item {
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 5px;
}

.wrapgrid a {
  color: #9f9f9f !important;
}

.wrapgrid a:hover {
  color: #6f42c1 !important;
}

.formIcon {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #a7a7a7;
}

.marTop0 {
  margin-top: 0 !important;
}

table {
  border: 1px solid #eee;
  text-align: center;
  min-width: 500px;
}

table tbody {
  border: 1px solid #eee !important;
}

table tbody tr {
  border: 1px solid #eee !important;
}

table tbody tr th {
  text-align: center;
  border: 1px solid #eee !important;
}

table tbody tr td {
  border: 1px solid #eee !important;
  padding: 10px 0;
}

.tablestyle {
  overflow: auto;
}

.delete {
  padding: 5px 20px;
  background: red;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.link-default {
  padding: 10px 0;
}

.padding0 {
  padding: 0 !important;
  margin: 0 !important;
}

.emptyData {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 30px;
}

.a .icon {
  color: #585050;
}

.mylableStyle {
  display: flex;
  text-transform: capitalize;
  color: #9f9f9f;
}

.check {
  padding: 5px 20px;
  background: green;
  border-radius: 3px;
  color: #fff;
}

.paddingTop20 {
  padding-top: 20px;
}

.margin-bottom0 {
  margin-bottom: 0 !important;
}

.paddingBottom10 {
  padding-bottom: 10px;
}

.sectionRow {
  margin: 20px 0;
}

.sectionRow .title {
  margin-bottom: 10px;
}

.sectionRow img {
  padding: 10px 0;
}

.sectionRow .description {
  margin-bottom: 10px;
}

section .text-secondary {
  padding-bottom: 20px;
}

.homeform .input-holder {
  margin: 7px;
}

@media (max-width: 1023px) {
  .homeform {
    flex-wrap: wrap;
  }
  .homeform .input-holder {
    margin: 7px 0;
  }
  .homeform .btnBar {
    margin: 7px 0;
  }
}

.plansubTile {
  font-size: 30px;
  grid-template-columns: repeat();
}

.menuItem {
  padding: 5px !important;
}

.menuItem.active {
  background-color: #4d3b90 !important;
  border-radius: 3px;
  color: #fff !important;
}

.submenu.active {
  color: #4d3b90 !important;
}

.a-d-s {
  padding-bottom: 20px;
  padding-top: 30px;
}

.ads-holder {
  width: 100%;
}

.pricing-table-body {
  height: 350px;
}

.rd-navbar-dropdown {
  opacity: 0;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none;
}

.shadow.active {
  display: flex;
}

.shadow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.option-shadow .form {
  position: relative;
  z-index: 1;
  width: 480px;
  max-width: 90%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .option-shadow .form {
    width: 90% !important;
  }
}

.option-shadow .form > .head,
.option-shadow .form .body {
  padding: 10px;
}

.option-shadow .form > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  flex-shrink: 0;
  color: #24385b;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  user-select: none;
}

.option-shadow .form > .head .icon {
  cursor: pointer;
}

.option-shadow .form .body {
  overflow: auto;
  height: 100%;
}

.option-shadow .form .radio1 {
  margin-top: 15px;
}

.option-shadow .form .btn-holder {
  background-color: #f3f3f3;
  grid-gap: 1px;
  border-top: 1px solid #f3f3f3;
}

.option-shadow .form .btn-holder .btn {
  border-radius: 0;
}

.option-shadow .options {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.option-shadow .shadow-search {
  margin-bottom: 10px;
}

.media-shadow .body {
  background: #fff;
}
/*# sourceMappingURL=mystyle.css.map */