#header {
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6; }

.breadcrumb {
  background-color: transparent;
  padding: 0; }
  .breadcrumb a {
    color: #F84A47; }

.navbar {
  padding: 15px; }

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 20px; }
    .navbar-nav li {
      border-bottom: 1px solid #eee; }
      .navbar-nav li:last-child {
        border-bottom: 0; }
      .navbar-nav li a {
        padding: .25rem 0 .7rem !important; }
    .navbar-nav .dropdown-menu {
      margin-bottom: 20px !important; } }
.navbar-nav .dropdown-toggle::after {
  display: none; }
.navbar-nav .dropdown-menu {
  min-width: 20rem;
  padding: 0;
  border: 0px;
  background-color: #fff;
  border-radius: 0;
  margin: 0; }
  .navbar-nav .dropdown-menu .form-control {
    border-radius: 0 !important; }
.navbar-nav .my-account-list .fa-chevron-down {
  margin-right: 5px;
  font-size: 10px; }
.navbar-nav .my-account-list .dropdown-menu {
  min-width: 14rem; }
  .navbar-nav .my-account-list .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 7px 10px 10px; }
    .navbar-nav .my-account-list .dropdown-menu a i {
      width: 30px;
      text-align: center; }
    .navbar-nav .my-account-list .dropdown-menu a:focus, .navbar-nav .my-account-list .dropdown-menu a:active {
      color: #fff;
      text-decoration: none;
      background-color: #F84A47; }
    .navbar-nav .my-account-list .dropdown-menu a:last-child {
      border-bottom: 0; }
.navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  padding: .25rem 1rem .7rem; }
  .navbar-nav .nav-item .nav-link:hover {
    color: #F84A47; }
.navbar-nav .btn-item .btn {
  background-color: #FCBF1E !important;
  border-color: #FCBF1E !important; }
  .navbar-nav .btn-item .btn:not(:disabled):not(.disabled):active, .navbar-nav .btn-item .btn:focus, .navbar-nav .btn-item .btn:hover {
    background-color: #F84A47 !important;
    border-color: #F84A47 !important;
    color: #fff !important; }
.navbar-nav .active a {
  color: #F84A47 !important; }

.search-form {
  background-color: #F84A47;
  padding: 10px 0; }
  .search-form .input-location,
  .search-form .input-type,
  .search-form .input-category,
  .search-form .input-search {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    background-color: #fff !important;
    padding-right: 40px !important;
    height: 42px !important;
    line-height: 26px !important;
    border: 0px !important; }
  .search-form .input-search {
    background-image: url(../svg/search.svg); }
  .search-form .input-type {
    background-image: url(../svg/offer.svg); }
  .search-form .input-location {
    background-image: url(../svg/location.svg); }
  .search-form .input-category {
    background-image: url(../svg/category.svg); }
  .search-form input,
  .search-form .right {
    margin-left: 10px; }
    @media (max-width: 992px) {
      .search-form input,
      .search-form .right {
        margin-left: 0;
        margin-bottom: 10px; } }
  .search-form .btn-secondary {
    padding: .5rem 2rem .5rem !important; }
    @media (max-width: 992px) {
      .search-form .btn-secondary {
        width: 100%;
        text-align: center; } }
    .search-form .btn-secondary:hover {
      background-color: #222 !important;
      border-color: #222 !important; }
  @media (max-width: 992px) {
    .search-form .d-flex {
      display: block !important; } }

@media (max-width: 992px) {
  .mpagination .pagination {
    display: block !important; }
    .mpagination .pagination li {
      display: inline-block;
      margin-bottom: 10px; } }
.mpagination .page-item {
  margin-left: 10px; }
  .mpagination .page-item .page-link {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px; }
    .mpagination .page-item .page-link:hover {
      background-color: #F84A47;
      border: 1px solid #F84A47;
      color: #fff; }
.mpagination .active .page-link {
  background-color: #F84A47;
  border: 1px solid #F84A47;
  color: #fff; }
@media (max-width: 992px) {
  .mpagination {
    display: block !important; } }

.header-sticky {
  position: fixed !important;
  top: -100px;
  width: calc(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1060;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.header-show {
  top: 0;
  opacity: 1; }

.btn {
  font-weight: bold;
  padding: .7rem 2rem .9rem; }

.btn-primary {
  background-color: #F84A47 !important;
  border-color: #F84A47 !important;
  color: #fff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:hover {
    background-color: #FCBF1E !important;
    border-color: #FCBF1E !important;
    color: #222 !important; }
  .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important;
            box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important; }

.form-control:focus {
  border-color: #F84A47;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important; }

.btn-outline-primary {
  color: #F84A47;
  border-color: #F84A47; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #fff;
    background-color: #F84A47;
    border-color: #F84A47; }
  .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important;
            box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important; }

.btn-secondary {
  background-color: #FCBF1E !important;
  border-color: #FCBF1E !important;
  color: #222; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #F84A47 !important;
    border-color: #F84A47 !important;
    color: #fff; }
  .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important;
            box-shadow: 0 0 0 0.2rem rgba(214, 32, 39, 0.5) !important; }

.nice-select:after {
  right: inherit !important;
  left: 12px !important; }

.nice-select .option,
.nice-select {
  text-align: right !important; }

.nice-select {
  border-radius: 3px !important;
  border: 0px !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #495057 !important; }

.form-control {
  height: 42px;
  line-height: 40px;
  border-radius: 3px;
  border: 0px;
  font-size: 1rem;
  font-weight: normal; }

#top {
  padding: .375rem 1rem; }

.content-card {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }
  .content-card .card-off-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    font-weight: bold;
    background-color: #F84A47;
    color: #fff;
    padding: 5px 15px 8px;
    border-radius: 3px;
    display: inline-block;
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .content-card:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-position: top right;
    background-image: url(../svg/pattern-bottom.svg); }
  .content-card .content-thumb {
    position: relative; }
    .content-card .content-thumb .onsale {
      top: 10px;
      right: 10px;
      width: 40px;
      height: 18px;
      line-height: 18px;
      min-height: inherit;
      font-weight: bold;
      color: #fff;
      z-index: 9;
      font-size: .857em;
      position: absolute;
      text-align: center;
      padding: inherit;
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      border-radius: 5px;
      background-color: #e74c3c; }
    .content-card .content-thumb .user-avatar {
      position: absolute;
      bottom: -32px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 100%;
      border: 4px solid #fff; }
  .content-card .content-meta {
    padding: 40px 15px 25px; }
    .content-card .content-meta h3 {
      font-size: 20px; }
    .content-card .content-meta p {
      color: #777; }
  .content-card .content-footer {
    padding: 15px 15px 20px;
    border-top: 1px dashed #ccc;
    position: relative;
    min-height: 80px; }
    .content-card .content-footer:after {
      content: "\e900";
      font-family: icomoon;
      font-weight: normal;
      position: absolute;
      top: -32px;
      right: 5px;
      font-size: 24px;
      color: #222; }

.meta-info {
  background-color: #eee;
  padding: 0px 8px 3px;
  border-radius: 3px;
  margin: 0 5px; }

.meta-category {
  background-color: #FFF4E8;
  color: #F8B147; font-size:14px; }

.meta-location {
  background-color: #E8FFF7;
  color: #82CBC1;
  font-size:14px !important; }

.meta-coupon {
  background-color: #FFE8E8;
  color: #F84A47; font-size:14px; }

.meta-price {
  font-size: 18px;
  font-weight: bold;
  color: #F84A47; }
  .meta-price del {
    color: #777;
    font-weight: normal;
    margin: 0 2.5px; }
  .meta-price ins {
    text-decoration: none;
    margin: 0 2.5px; }

.card-off {
  opacity: 0.3;
  position: relative; }

.owl-carousel .owl-item > div {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
  .owl-carousel .owl-item > div .content-card {
    margin-bottom: 0; }

/* package-card */
.package-card {
  padding: 30px; }
  .package-card .num {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    background-color: #eee;
    font-size: 42px;
    font-weight: bold; }
  .package-card li {
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    .package-card li:last-child {
      border-bottom: 0; }
  .package-card .red-num {
    background-color: #FFE8E8;
    color: #F84A47; }
  .package-card .blue-num {
    background-color: #FFF4E8;
    color: #F8B147; }
  .package-card .green-num {
    background-color: #E8FFF7;
    color: #82CBC1; }

.nice-select,
.form-control {
  height: 52px !important;
  line-height: 50px !important;
  border-radius: 3px;
  border: 0px;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #eee !important;
  direction: ltr;
  text-align: right;
  background-color: #f9f9f9 !important;
  padding: .3rem .75rem .5rem !important; }

.input-width .form-control {
  padding-right: 50px !important; }

.nice-select {
  line-height: 36px !important;
  padding-right: .75rem !important; }

.custom-file {
  height: calc(1.3em + .75rem + 2px); }

.custom-file-label {
  line-height: 1.2; }

.form-horizontal textarea,
.form-textarea {
  height: 100px !important;
  line-height: 1.7 !important; }

.form-horizontal label {
  font-size: 16px; }
  .form-horizontal label span {
    font-weight: normal;
    font-size: 14px; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #FFE8E8 !important;
  border-color: #ffdddd !important;
  opacity: .5; }

.disabled-input:before {
  background-color: #ffdddd !important; }

#accordion .btn {
  padding: .375rem 0;
  width: 100%;
  text-align: right;
  color: #fff; }
  #accordion .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
#accordion .card {
  margin-bottom: 10px;
  border-color: #FFE8E8; }

.card-header {
  background-color: #F84A47;
  border-bottom: 1px solid #FFE8E8; }

.hero-warp {
  text-align: center; }

.login-warp {
  padding: 100px 50px; }
  @media (max-width: 992px) {
    .login-warp {
      padding: 30px 0 50px; } }
  @media (max-width: 992px) {
    .login-warp .flex-remove {
      display: block !important; }
      .login-warp .flex-remove a {
        display: block !important;
        margin-top: 20px; } }

.login-bg {
  background-image: url(../svg/login.svg);
  background-size: contain;
  background-color: #fff; }

/* Contact us */
.input-width {
  position: relative; }
  .input-width:before {
    content: "";
    width: 40px;
    height: calc(100%);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1f1f1; }
  .input-width i {
    color: #222;
    position: absolute;
    top: 50%;
    right: 12px;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
  .input-width .form-control {
    padding-right: 50px;
    border: 0px; }

.contact-left {
  padding: 20px;
  background-color: #fff; }

.contact-right {
  padding: 20px;
  background-color: #fff; }

.ico-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee; }
  .ico-list i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 100%;
    font-size: 32px;
    display: block;
    margin-bottom: 10px; }
  .ico-list h4 {
    font-weight: bold;
    font-size: 18px; }
  .ico-list p {
    margin-bottom: 0; }

.ico-address i {
  background-color: #FFF4E8;
  color: #F8B147; }

.ico-phone i {
  background-color: #E8FFF7;
  color: #82CBC1; }

.ico-email i {
  background-color: #FFE8E8;
  color: #F84A47; }

.ico-list-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

/* Table */
table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 16px; }
  table tbody tr:nth-child(odd) {
    background-color: #fff; }

table tr {
  background-color: #f6f6f6;
  border: 1px solid #f9f9f9;
  padding: .35em; }

table th,
table td {
  padding: .625em;
  text-align: center; }

table th {
  text-transform: uppercase; }

@media screen and (max-width: 992px) {
  table {
    border: 0; }

  table thead {
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  table tr {
    display: block;
    margin-bottom: 20px; }

  table td {
    border-bottom: 1px dashed #eee;
    display: block;
    font-size: .8em;
    text-align: left; }

  table td::before {
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase; }

  table td:last-child {
    border-bottom: 0; } }
.coupon-done {
  color: #27ae60;
  font-size: 14px; }

.coupon-off {
  color: #F84A47;
  font-size: 14px; }

/* Alerts */
.alert-warp {
  position: fixed;
  width: 500px;
  height: auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  display: none; }
  @media (max-width: 992px) {
    .alert-warp {
      width: 90%; } }
  .alert-warp .alert-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px 15px;
    position: relative; }
    .alert-warp .alert-inner strong {
      display: block;
      font-size: 32px; }
    .alert-warp .alert-inner p {
      margin-bottom: 0; }
    .alert-warp .alert-inner .alert-icon {
      margin-bottom: 10px; }
    .alert-warp .alert-inner .alert-close {
      position: absolute;
      top: 15px;
      left: 15px;
      cursor: pointer; }

.success-alert .alert-inner {
  background-color: #E8FFF7; }
  .success-alert .alert-inner svg {
    fill: #82CBC1; }

.fail-alert .alert-inner {
  background-color: #FFE8E8; }
  .fail-alert .alert-inner svg {
    fill: #F84A47; }

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999; }

@media (max-width: 992px) {
  .content-head .content-buttons {
    display: none; } }

.heading {
  padding-right: 69px;
  position: relative; }
  .heading:before {
    content: '';
    font-family: icomoon;
    font-weight: normal;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 32px; }
  @media (max-width: 992px) {
    .heading {
      padding-right: 0;
      padding-top: 59px;
      text-align: center;
      margin: 0 auto; }
      .heading:before {
        left: 0;
        top: 0;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        margin: 0 auto; } }

.flash-heading:before {
  content: "\e907";
  color: #F84A47;
  background-color: #FFE8E8; }

.sale-heading:before {
  content: "\e90f";
  color: #FCBF1E;
  background-color: #FFF4E8; }

.free-heading:before {
  content: "\e909";
  color: #82CBC1;
  background-color: #E8FFF7; }

.special-heading:before {
  content: "\e910";
  color: #3969D9;
  background-color: #E8EDFF; }

.heading-3,
.heading-2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px; }
  .heading-3:before,
  .heading-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F84A47;
    width: 50px;
    height: 2px;
    margin: 0 auto; }

.heading-3 {
  text-align: right; }
  .heading-3:before {
    left: inherit;
    margin: 0; }

.nl-heading {
  padding-right: 79px; }
  .nl-heading:before {
    width: 64px;
    height: 64px;
    background-image: url(../svg/nl.svg);
    background-position: center center;
    background-size: 36px 36px;
    background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .nl-heading {
      padding: 40px 0 0;
      margin-bottom: 20px; }
      .nl-heading:before {
        top: -32px; } }

.single-right {
  padding: 10px 15px 40px;
  background-color: #fff;
  position: relative; }
  .single-right:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-position: top right;
    background-image: url(../svg/pattern-bottom.svg); }
  .single-right h3 {
    font-size: 21px; }

.single-title {
  font-size: 32px; }

.single-carousel {
  position: relative; }
  .single-carousel .copuon-left-date {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2; }
    @media (max-width: 992px) {
      .single-carousel .copuon-left-date {
        position: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        margin-bottom: 20px; } }

@media (max-width: 992px) {
  .single-head {
    display: block !important; }
    .single-head .single-title {
      margin-bottom: 20px !important;
      text-align: center; }
    .single-head .justify-content-start {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
              justify-content: center !important; } }

.widget {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative; }
  .widget:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-position: top right;
    background-image: url(../svg/pattern-bottom.svg); }
  .widget .meta-user {
    font-size: 21px; }
  .widget .meta-price {
    font-size: 32px; }
  .widget h3 {
    font-size: 21px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative; }
    .widget h3:before {
      content: "";
      width: 50px;
      height: 2px;
      background-color: #F84A47;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .widget h4 {
    font-size: 21px; }
    .widget h4 .coupon-count {
      font-weight: normal;
      color: #F84A47;
      background-color: #fff;
      padding: 1px 5px 2px;
      border-radius: 3px; }
  .widget ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee; }
    .widget ul li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .widget ul li span:first-child {
      font-weight: bold; }
    .widget ul li span:last-child {
      color: #777; }

.first-widget {
  background-color: #F84A47;
  color: #fff; }
  .first-widget h3:before {
    background-color: #fff; }
  .first-widget del {
    color: #fff; }
  .first-widget .meta-price {
    color: #222; }
  .first-widget .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #F84A47 !important; }

.single-inner-right {
  padding: 30px 15px;
  margin: 30px 0;
  position: relative;
  background-color: #fff; }
  .single-inner-right:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-position: top right;
    background-image: url(../svg/pattern-bottom.svg); }
  .single-inner-right h3 {
    font-size: 21px; }
  .single-inner-right ul li {
    padding: 5px 0; }

#event_date > span {
  background-color: #FCBF1E;
  color: #222;
  padding: 10px 10px 15px;
  font-weight: bold;
  font-size: 21px;
  margin: 0 5px;
  line-height: 1;
  border-radius: 3px; }
  @media (max-width: 992px) {
    #event_date > span {
      font-size: 16px; } }
  #event_date > span span {
    display: block;
    font-weight: normal; }

.subscribe-btn {
  font-size: 18px;
  padding: .375rem 1rem .8rem; }

@media (max-width: 992px) {
  .subscribe-warp-desktop {
    display: none !important; } }

.subscribe-warp-mobile {
  display: none; }
  @media (max-width: 992px) {
    .subscribe-warp-mobile {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100% !important;
      z-index: 9999999 !important;
      display: block !important; } }

.single-heading i {
  background-color: #FFE8E8;
  color: #F84A47;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  margin-left: 5px; }

.site-footer {
  background-color: #222;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding: 60px 0 0;
  margin-top: 60px; }
  .site-footer .footer-widget h4 {
    color: #FCBF1E;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .site-footer .footer-widget h4 {
        margin-top: 30px; } }
  .site-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .site-footer ul li {
      padding: 8px 0; }
  .site-footer .social-media {
    direction: ltr; }
    .site-footer .social-media li {
      display: inline-block; }
      .site-footer .social-media li a {
        width: 48px;
        height: 48px;
        line-height: 42px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 100%;
        display: block;
        margin-left: 5px; }
        .site-footer .social-media li a:hover {
          border-color: #FCBF1E; }
  .site-footer .menu-col-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .site-footer a {
    color: #eee; }
    .site-footer a:hover {
      color: #FCBF1E; }

.copyrights {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 10px 0 15px;
  margin-top: 40px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel {
  overflow: hidden;
  position: relative; }
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    position: absolute;
    top: 37%;
    -webkit-transform: translate(-37%);
            transform: translate(-37%);
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    text-align: center;
    background-color: #F84A47 !important;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media (max-width: 992px) {
      .owl-carousel .owl-next,
      .owl-carousel .owl-prev {
        top: 45%;
        -webkit-transform: translate(-45%);
                transform: translate(-45%); } }
    .owl-carousel .owl-next:focus, .owl-carousel .owl-next:hover,
    .owl-carousel .owl-prev:focus,
    .owl-carousel .owl-prev:hover {
      background-color: #FCBF1E !important;
      outline: inherit; }
    .owl-carousel .owl-next .fa,
    .owl-carousel .owl-prev .fa {
      font-size: 16px;
      color: #fff; }
  .owl-carousel .owl-prev {
    left: -100px; }
  .owl-carousel .owl-next {
    right: -100px; }
  .owl-carousel:hover .owl-prev {
    left: 30px; }
  .owl-carousel:hover .owl-next {
    right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #F84A47;
      border-radius: 100px;
      margin: 0 1.5px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .owl-carousel .owl-dots .owl-dot:focus {
        outline: inherit; }
    .owl-carousel .owl-dots .active {
      width: 20px;
      background-color: #FCBF1E; }

.owl-carousel .owl-stage:after {
  display: none; }

.products .owl-next,
.products .owl-prev {
  top: 20%;
  -webkit-transform: translate(-20%);
          transform: translate(-20%); }
  @media (max-width: 992px) {
    .products .owl-next,
    .products .owl-prev {
      top: 20%;
      -webkit-transform: translate(-20%);
              transform: translate(-20%); } }
.products:hover .owl-prev {
  left: 20px; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 18px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@font-face {
  font-family: 'DIN Next LT Arabic';
  src: url("DINNextLTArabic-Bold.eot");
  src: url("DINNextLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("DINNextLTArabic-Bold.woff") format("woff"), url("DINNextLTArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN Next LT Arabic';
  src: url("DINNextLTArabic-Regular.eot");
  src: url("DINNextLTArabic-Regular.eot?#iefix") format("embedded-opentype"), url("DINNextLTArabic-Regular.woff") format("woff"), url("DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.owl-carousel:not(.owl-loaded) {
  opacity: 0;
  visibility: hidden;
  height: 0; }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  line-height: 1.7;
  margin: 0;
  font-size: 18px;
  background-color: #f6f6f6;
  font-family: 'DIN Next LT Arabic';
  letter-spacing: -0.3px; }

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box; }

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px; } }
a {
  color: #222; }
  a:hover {
    color: #F84A47;
    text-decoration: none; }

label {
  font-weight: bold; }

@media (max-width: 992px) {
  .flex-remove {
    display: block !important; } }

.bold {
  font-weight: bold; }

h1,
h2,
h3 {
  font-weight: bold; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.btn-sm {
  padding: .25rem .5rem .6rem;
  font-weight: bold; }

.desc {
  color: #777;
  margin-bottom: 0; }

#home_carousel .container {
  position: relative; }
  @media (max-width: 992px) {
    #home_carousel .container {
      padding: 0; } }

.carousel-control-next,
.carousel-control-prev {
  width: 10%; }

.categories-carousel .owl-item {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  min-height: 120px;
  padding: 20px 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  .categories-carousel .owl-item strong,
  .categories-carousel .owl-item span,
  .categories-carousel .owl-item img {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
  .categories-carousel .owl-item a {
    color: #222; }
  .categories-carousel .owl-item:hover {
    background-color: #F84A47; }
    .categories-carousel .owl-item:hover a {
      color: #fff; }
      .categories-carousel .owl-item:hover a:hover {
        text-decoration: none; }
        .categories-carousel .owl-item:hover a:hover strong,
        .categories-carousel .owl-item:hover a:hover span {
          color: #fff; }
.categories-carousel .cat-ico {
  font-size: 60px; }
.categories-carousel img {
  width: inherit !important;
  height: 50px;
  margin: 0 auto 10px; }

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  top: 20%;
  -webkit-transform: translate(-20%);
          transform: translate(-20%); }

.clients {
  background-color: #fff;
  position: relative; }
  .clients:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-position: top right;
    background-image: url(../svg/pattern-bottom.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .clients .owl-carousel .owl-next,
  .clients .owl-carousel .owl-prev {
    top: 40%;
    -webkit-transform: translate(-40%);
    transform: translate(-40%); }

/* Image Place holder */
.place_holder {
  overflow: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolder;
          animation-name: placeHolder;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1000px 1000px; }

@-webkit-keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.container-500 {
  max-width: 440px !important; }

.container-700 {
  max-width: 640px !important; }

.container-900 {
  max-width: 840px !important; }

.nletter {
  background-color: #F84A47;
  color: #fff;
  margin-bottom: -60px; }
  .nletter .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #F84A47 !important; }
  @media (max-width: 992px) {
    .nletter {
      padding-top: 80px !important; }
      .nletter .btn {
        width: 100%; } }

.panel-card {
  padding: 40px 15px 30px;
  text-align: center;
  position: relative;
  background-color: #eee;
  margin-bottom: 40px;
  border-radius: 15px; }
  .panel-card i {
    content: '';
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #222;
    border-radius: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 28px; }
  .panel-card h3 {
    font-size: 18px; }
  .panel-card .panel-card-count {
    line-height: 1.3;
    font-display: 16px; }
    .panel-card .panel-card-count span {
      font-weight: bold;
      display: block;
      font-size: 42px;
      color: #222; }

.sec-row {
  margin-top: 10px; }
  @media (max-width: 992px) {
    .sec-row {
      margin-top: 0; } }
  .sec-row i {
    font-size: 21px; }

.c1-card {
  background-color: #FFE8E8; }
  .c1-card .panel-card-count span,
  .c1-card i {
    color: #F84A47; }

.c2-card {
  background-color: #E8FFF7; }
  .c2-card .panel-card-count span,
  .c2-card i {
    color: #82CBC1; }

.c3-card {
  background-color: #E8EDFF; }
  .c3-card .panel-card-count span,
  .c3-card i {
    color: #3969D9; }

.c4-card {
  background-color: #FFF4E8; }
  .c4-card .panel-card-count span,
  .c4-card i {
    color: #FCBF1E; }

.c5-card {
  background-color: #f0fbff; }
  .c5-card .panel-card-count span,
  .c5-card i {
    color: #1ec5fc; }

.c6-card {
  background-color: #fef0ff; }
  .c6-card .panel-card-count span,
  .c6-card i {
    color: #b216b8; }

.c7-card {
  background-color: #f6f7da; }
  .c7-card .panel-card-count span,
  .c7-card i {
    color: #949900; }

.card-bottom-info {
  margin: 20px 0 0;
  color: #fff;
  line-height: 1.2; }
  .card-bottom-info > div {
    padding: 10px 20px 14px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px; }
  .card-bottom-info .count {
    font-size: 18px; }
  .card-bottom-info strong {
    font-size: 14px; }

.panel-avatar {
  padding: 20px 0 10px;
  background-color: #F84A47;
  margin-bottom: 15px;
  border-radius: 5px; }
  @media (max-width: 992px) {
    .panel-avatar {
      margin-bottom: 15px; } }
  .panel-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 10px; }
  .panel-avatar h3 {
    font-size: 21px;
    margin-bottom: 0;
    color: #fff; }
    .panel-avatar h3 span {
      font-weight: normal;
      font-size: 18px;
      line-height: 1.4;
      display: block;
      color: #fff; }

.panel-heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  .panel-heading span {
    display: block;
    font-size: 16px;
    color: #777;
    font-weight: normal;
    margin-top: 10px; }
  @media (max-width: 992px) {
    .panel-heading {
      font-size: 26px; } }
  .panel-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F84A47;
    width: 50px;
    height: 2px;
    margin: 0 auto; }
  .panel-heading i {
    content: '';
    width: 64px;
    height: 64px;
    line-height: 58px;
    background-color: #FFE8E8;
    color: #F84A47;
    border-radius: 100%;
    position: absolute;
    top: -64px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    border: 4px solid #fff; }

.panel-heading-2:before {
  background-color: #FCBF1E; }
.panel-heading-2 i {
  color: #FCBF1E;
  background-color: #FFF4E8; }

.panel-heading-3:before {
  background-color: #82CBC1; }
.panel-heading-3 i {
  color: #82CBC1;
  background-color: #E8FFF7; }

.panel-heading-4:before {
  background-color: #3969D9; }
.panel-heading-4 i {
  color: #3969D9;
  background-color: #E8EDFF; }

/* Sidebar */
.panel-sidebar {
  height: calc(100% - 60px);
  margin: 30px 0; }
  @media (max-width: 992px) {
    .panel-sidebar {
      margin: 15px 0;
      height: calc(100% - 30px);
      position: relative; }
      .panel-sidebar:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #222;
        margin: 0 auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0; } }
  .panel-sidebar ul {
    background-color: #222;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 5px;
    overflow: hidden; }
    .panel-sidebar ul li {
      padding: 10px 10px 13px;
      position: relative; }
      .panel-sidebar ul li:before {
        content: "";
        width: 0;
        height: 100%;
        background-color: #F84A47;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 1; }
      .panel-sidebar ul li i {
        width: 28px;
        height: 100%;
        margin-left: 5px;
        font-size: 18px; }
      .panel-sidebar ul li:last-child {
        border-bottom: 0; }
      .panel-sidebar ul li a {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        display: block;
        position: relative;
        z-index: 2; }
        .panel-sidebar ul li a:hover {
          color: #fff; }
      .panel-sidebar ul li:hover:before {
        width: 100%; }
    .panel-sidebar ul .current-item {
      background-color: #F84A47;
      color: #fff; }
      .panel-sidebar ul .current-item:before {
        width: 100%; }

/* Panel Meta */
.panel-meta {
  background-color: #fff;
  height: calc(100% - 90px);
  border-radius: 5px;
  margin: 60px 0 30px;
  padding: 30px 15px; }
  @media (max-width: 992px) {
    .panel-meta {
      padding: 30px 15px;
      height: calc(100% - 75px);
      margin: 45px 0; } }

.card-form {
  padding: 30px;
  border: 2px dashed #222;
  position: relative; }
  .card-form:after {
    content: "\e900";
    font-family: icomoon;
    font-weight: normal;
    position: absolute;
    top: -54px;
    right: 0px;
    font-size: 40px;
    color: #222; }
  @media (max-width: 992px) {
    .card-form {
      padding: 30px 15px; } }
